Skip to content

Commit 923ec0e

Browse files
committed
[maven-release-plugin] prepare release v2.0.1
1 parent 7c64f7a commit 923ec0e

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.0.1-SNAPSHOT</version>
8+
<version>2.0.1</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>v2.0.1</tag>
8888
</scm>
8989

9090
<build>

recognizer-examples/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.1-SNAPSHOT</version>
10+
<version>2.0.1</version>
1111
</parent>
1212

1313
<artifactId>recognizer-examples</artifactId>

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

1313
<artifactId>recognizer</artifactId>

0 commit comments

Comments
 (0)