Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lasp73 committed Nov 29, 2018
1 parent bee57a8 commit 8897bcf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>br.com.cpqd.asr</groupId>
<artifactId>recognizer-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>pom</packaging>

<name>CPqD ASR Recognizer</name>
Expand Down Expand Up @@ -83,7 +83,7 @@

<scm>
<developerConnection>scm:git:ssh://[email protected]/CPqD/asr-sdk-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.3</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion recognizer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>br.com.cpqd.asr</groupId>
<artifactId>recognizer-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

<artifactId>recognizer-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion recognizer-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>br.com.cpqd.asr</groupId>
<artifactId>recognizer-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

<artifactId>recognizer-protocol</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion recognizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>br.com.cpqd.asr</groupId>
<artifactId>recognizer-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

<artifactId>recognizer</artifactId>
Expand Down

0 comments on commit 8897bcf

Please sign in to comment.