Skip to content

Commit 0af46e1

Browse files
committed
[maven-release-plugin] prepare release v2.0.5
1 parent 73c7100 commit 0af46e1

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
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.5-SNAPSHOT</version>
8+
<version>2.0.5</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.5</tag>
8787
</scm>
8888

8989
<build>

recognizer-examples/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

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">
64

75
<modelVersion>4.0.0</modelVersion>
86

97
<groupId>br.com.cpqd.asr</groupId>
108
<artifactId>recognizer-examples</artifactId>
11-
<version>2.0.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1210
<name>Java Recognizer Examples</name>
1311
<packaging>jar</packaging>
1412
<description>Code example to use CPqD ASR with the Java SDK</description>
@@ -22,7 +20,7 @@
2220
<dependency>
2321
<groupId>br.com.cpqd.asr</groupId>
2422
<artifactId>recognizer</artifactId>
25-
<version>2.0.5-SNAPSHOT</version>
23+
<version>2.0.5</version>
2624
</dependency>
2725
<dependency>
2826
<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.5-SNAPSHOT</version>
10+
<version>2.0.5</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.5-SNAPSHOT</version>
10+
<version>2.0.5</version>
1111
</parent>
1212

1313
<artifactId>recognizer</artifactId>

0 commit comments

Comments
 (0)