Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
badgerwithagun committed Oct 8, 2019
1 parent 975d4c0 commit 36b6d29
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion orko-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion orko-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion orko-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion orko-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion orko-db-testsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion orko-end-to-end-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion orko-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion orko-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<connection>scm:git:https://github.com/gruelbox/orko.git</connection>
<developerConnection>scm:git:git@github.com:gruelbox/orko.git</developerConnection>
<url>https://github.com/gruelbox/orko</url>
<tag>HEAD</tag>
<tag>0.14.3</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -40,7 +40,7 @@

<groupId>com.gruelbox</groupId>
<artifactId>orko-parent</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.14.3</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 36b6d29

Please sign in to comment.