Skip to content

Commit

Permalink
version(*): Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Feb 25, 2019
1 parent e82acf1 commit 563c966
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A full usage example can be found in the [test project](https://github.com/sparo
<plugin>
<groupId>com.github.sparow199</groupId>
<artifactId>apollo-client-maven-plugin</artifactId>
<version>1.2.3-snapshot</version>
<version>1.2.3</version>
<executions>
<execution>
<goals>
Expand Down
5 changes: 3 additions & 2 deletions apollo-client-maven-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.sparow199</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>1.2.3-snapshot</version>
<version>1.2.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>com.github.sparow199</groupId>
<artifactId>apollo-client-maven-plugin</artifactId>
<version>1.2.3-snapshot</version>
<version>1.2.3</version>
<executions>
<execution>
<goals>
Expand All @@ -92,6 +92,7 @@
<customTypeMap>
<Long>java.lang.Long</Long>
</customTypeMap>
<skip>false</skip>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion apollo-client-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.sparow199</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>1.2.3-snapshot</version>
<version>1.2.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.sparow199</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>1.2.3-snapshot</version>
<version>1.2.3</version>
<packaging>pom</packaging>

<name>apollo-client-maven-plugin-parent</name>
Expand Down

0 comments on commit 563c966

Please sign in to comment.