Skip to content

Commit da95b18

Browse files
authored
Merge pull request #12 from CPqD/v2.3.0
[maven-release-plugin] prepare release v2.3.0
2 parents dbd1bae + 08f6db3 commit da95b18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>br.com.cpqd.asr</groupId>
77
<artifactId>recognizer-parent</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>CPqD ASR Recognizer</name>
@@ -84,7 +84,7 @@
8484

8585
<scm>
8686
<developerConnection>scm:git:ssh://[email protected]/CPqD/asr-sdk-java.git</developerConnection>
87-
<tag>HEAD</tag>
87+
<tag>2.3.0</tag>
8888
</scm>
8989

9090
<build>

recognizer-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>br.com.cpqd.asr</groupId>
88
<artifactId>recognizer-examples</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
<name>Java Recognizer Examples</name>
1111
<packaging>jar</packaging>
1212
<description>Code example to use CPqD ASR with the Java SDK</description>

recognizer-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>br.com.cpqd.asr</groupId>
99
<artifactId>recognizer-parent</artifactId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.3.0</version>
1111
</parent>
1212

1313
<artifactId>recognizer-protocol</artifactId>

recognizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>br.com.cpqd.asr</groupId>
99
<artifactId>recognizer-parent</artifactId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.3.0</version>
1111
</parent>
1212

1313
<artifactId>recognizer</artifactId>

0 commit comments

Comments
 (0)