Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ollie-parent-0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanzyl committed May 21, 2019
1 parent 84f9cc6 commit 23e01a8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/db-example/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.walmartlabs.ollie</groupId>
<artifactId>db-example-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/db-example/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>examples-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/db-example/server/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>db-example-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/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.31-SNAPSHOT</version>
<version>0.0.31</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ollie-configuration/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.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>
<artifactId>ollie-configuration</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.31-SNAPSHOT</version>
<version>0.0.31</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.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>
<artifactId>ollie</artifactId>
<packaging>takari-jar</packaging>
Expand Down
6 changes: 5 additions & 1 deletion 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.31-SNAPSHOT</version>
<version>0.0.31</version>
<name>Ollie :: Parent</name>
<packaging>pom</packaging>

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

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

0 comments on commit 23e01a8

Please sign in to comment.