File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >br.com.cpqd.asr</groupId >
7
7
<artifactId >recognizer-parent</artifactId >
8
- <version >2.0.5-SNAPSHOT </version >
8
+ <version >2.0.5</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >CPqD ASR Recognizer</name >
83
83
84
84
<scm >
85
85
<
developerConnection >scm:git:ssh://
[email protected] /CPqD/asr-sdk-java.git</
developerConnection >
86
- <tag >HEAD </tag >
86
+ <tag >v2.0.5 </tag >
87
87
</scm >
88
88
89
89
<build >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
4
7
5
<modelVersion >4.0.0</modelVersion >
8
6
9
7
<groupId >br.com.cpqd.asr</groupId >
10
8
<artifactId >recognizer-examples</artifactId >
11
- <version >2.0.5-SNAPSHOT </version >
9
+ <version >2.0.5</version >
12
10
<name >Java Recognizer Examples</name >
13
11
<packaging >jar</packaging >
14
12
<description >Code example to use CPqD ASR with the Java SDK</description >
22
20
<dependency >
23
21
<groupId >br.com.cpqd.asr</groupId >
24
22
<artifactId >recognizer</artifactId >
25
- <version >2.0.5-SNAPSHOT </version >
23
+ <version >2.0.5</version >
26
24
</dependency >
27
25
<dependency >
28
26
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >br.com.cpqd.asr</groupId >
9
9
<artifactId >recognizer-parent</artifactId >
10
- <version >2.0.5-SNAPSHOT </version >
10
+ <version >2.0.5</version >
11
11
</parent >
12
12
13
13
<artifactId >recognizer-protocol</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >br.com.cpqd.asr</groupId >
9
9
<artifactId >recognizer-parent</artifactId >
10
- <version >2.0.5-SNAPSHOT </version >
10
+ <version >2.0.5</version >
11
11
</parent >
12
12
13
13
<artifactId >recognizer</artifactId >
You can’t perform that action at this time.
0 commit comments