Skip to content

Commit ab9adba

Browse files
[maven-release-plugin] prepare release 0.14.1
1 parent 926f413 commit ab9adba

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

orko-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.gruelbox</groupId>
1111
<artifactId>orko-parent</artifactId>
12-
<version>0.13.3-SNAPSHOT</version>
12+
<version>0.14.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

orko-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.gruelbox</groupId>
1111
<artifactId>orko-parent</artifactId>
12-
<version>0.13.3-SNAPSHOT</version>
12+
<version>0.14.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

orko-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.gruelbox</groupId>
1111
<artifactId>orko-parent</artifactId>
12-
<version>0.13.3-SNAPSHOT</version>
12+
<version>0.14.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

orko-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.gruelbox</groupId>
1111
<artifactId>orko-parent</artifactId>
12-
<version>0.13.3-SNAPSHOT</version>
12+
<version>0.14.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

orko-db-testsupport/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.gruelbox</groupId>
1111
<artifactId>orko-parent</artifactId>
12-
<version>0.13.3-SNAPSHOT</version>
12+
<version>0.14.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

orko-end-to-end-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.gruelbox</groupId>
99
<artifactId>orko-parent</artifactId>
10-
<version>0.13.3-SNAPSHOT</version>
10+
<version>0.14.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

orko-job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.gruelbox</groupId>
1111
<artifactId>orko-parent</artifactId>
12-
<version>0.13.3-SNAPSHOT</version>
12+
<version>0.14.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

orko-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.gruelbox</groupId>
99
<artifactId>orko-parent</artifactId>
10-
<version>0.13.3-SNAPSHOT</version>
10+
<version>0.14.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<connection>scm:git:https://github.com/gruelbox/orko.git</connection>
1212
<developerConnection>scm:git:git@github.com:gruelbox/orko.git</developerConnection>
1313
<url>https://github.com/gruelbox/orko</url>
14-
<tag>HEAD</tag>
14+
<tag>0.14.1</tag>
1515
</scm>
1616

1717
<issueManagement>
@@ -40,7 +40,7 @@
4040

4141
<groupId>com.gruelbox</groupId>
4242
<artifactId>orko-parent</artifactId>
43-
<version>0.13.3-SNAPSHOT</version>
43+
<version>0.14.1</version>
4444
<packaging>pom</packaging>
4545

4646
<modules>

0 commit comments

Comments
 (0)