Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh s authored and ganesh s committed May 8, 2018
1 parent 3e8535c commit 379ecc9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion activejpa-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-examples/activejpa-examples-spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-examples</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>activejpa-examples-spring</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion activejpa-examples/activejpa-examples-vanilla/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa-examples</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>activejpa-examples-vanilla</artifactId>
<name>activejpa-examples-vanilla</name>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-examples/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>activejpa</artifactId>
<groupId>org.activejpa</groupId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-test/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion activejpa-utils/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.activejpa</groupId>
<artifactId>activejpa</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveJpa</name>
<modules>
Expand Down Expand Up @@ -46,7 +46,7 @@

<scm>
<developerConnection>scm:git:https://github.com/ActiveJpa/activejpa.git</developerConnection>
<tag>1.0.2</tag>
<tag>activejpa-0.1.2-SNAPSHOT</tag>
</scm>

<developers>
Expand Down

0 comments on commit 379ecc9

Please sign in to comment.