Skip to content

Commit d19131f

Browse files
committed
[maven-release-plugin] prepare release v2.0.6
1 parent 8bf84fc commit d19131f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0.6-SNAPSHOT</version>
8+
<version>2.0.6</version>
99
<packaging>pom</packaging>
1010

1111
<name>CPqD ASR Recognizer</name>
@@ -83,7 +83,7 @@
8383

8484
<scm>
8585
<developerConnection>scm:git:ssh://[email protected]/CPqD/asr-sdk-java.git</developerConnection>
86-
<tag>HEAD</tag>
86+
<tag>v2.0.6</tag>
8787
</scm>
8888

8989
<build>

recognizer-examples/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.6-SNAPSHOT</version>
9+
<version>2.0.6</version>
1010
<name>Java Recognizer Examples</name>
1111
<packaging>jar</packaging>
1212
<description>Code example to use CPqD ASR with the Java SDK</description>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>br.com.cpqd.asr</groupId>
2222
<artifactId>recognizer</artifactId>
23-
<version>2.0.6-SNAPSHOT</version>
23+
<version>2.0.6</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.slf4j</groupId>

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.0.6-SNAPSHOT</version>
10+
<version>2.0.6</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.0.6-SNAPSHOT</version>
10+
<version>2.0.6</version>
1111
</parent>
1212

1313
<artifactId>recognizer</artifactId>

0 commit comments

Comments
 (0)