Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lasp73 committed Dec 17, 2018
1 parent 73c7100 commit 0af46e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 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.5-SNAPSHOT</version>
<version>2.0.5</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.5</tag>
</scm>

<build>
Expand Down
8 changes: 3 additions & 5 deletions recognizer-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

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

<modelVersion>4.0.0</modelVersion>

<groupId>br.com.cpqd.asr</groupId>
<artifactId>recognizer-examples</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<name>Java Recognizer Examples</name>
<packaging>jar</packaging>
<description>Code example to use CPqD ASR with the Java SDK</description>
Expand All @@ -22,7 +20,7 @@
<dependency>
<groupId>br.com.cpqd.asr</groupId>
<artifactId>recognizer</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
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.5-SNAPSHOT</version>
<version>2.0.5</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.5-SNAPSHOT</version>
<version>2.0.5</version>
</parent>

<artifactId>recognizer</artifactId>
Expand Down

0 comments on commit 0af46e1

Please sign in to comment.