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
ibodrov committed Apr 27, 2020
1 parent 8459a83 commit 60c0ec5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ldap-connection-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.walmartlabs.ollie</groupId>
<artifactId>ollie-parent</artifactId>
<version>0.0.37</version>
<version>0.0.38-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ollie-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.walmartlabs.ollie</groupId>
<artifactId>ollie-parent</artifactId>
<version>0.0.37</version>
<version>0.0.38-SNAPSHOT</version>
</parent>
<artifactId>ollie-config</artifactId>
<packaging>takari-jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ollie-targetplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.walmartlabs.ollie</groupId>
<artifactId>ollie-parent</artifactId>
<version>0.0.37</version>
<version>0.0.38-SNAPSHOT</version>
</parent>
<artifactId>ollie-targetplatform</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ollie/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.walmartlabs.ollie</groupId>
<artifactId>ollie-parent</artifactId>
<version>0.0.37</version>
<version>0.0.38-SNAPSHOT</version>
</parent>
<artifactId>ollie</artifactId>
<packaging>takari-jar</packaging>
Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.walmartlabs.ollie</groupId>
<artifactId>ollie-parent</artifactId>
<version>0.0.37</version>
<version>0.0.38-SNAPSHOT</version>
<name>Ollie :: Parent</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -71,8 +71,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>ollie-parent-0.0.37</tag>
</scm>
</project>

0 comments on commit 60c0ec5

Please sign in to comment.