Skip to content

Commit c0d01f7

Browse files
[maven-release-plugin] prepare release 0.15.2
1 parent 2be1fc4 commit c0d01f7

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.15.2-SNAPSHOT</version>
12+
<version>0.15.2</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.15.2-SNAPSHOT</version>
12+
<version>0.15.2</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.15.2-SNAPSHOT</version>
12+
<version>0.15.2</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.15.2-SNAPSHOT</version>
12+
<version>0.15.2</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.15.2-SNAPSHOT</version>
12+
<version>0.15.2</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
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.gruelbox</groupId>
1010
<artifactId>orko-parent</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.15.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

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.15.2-SNAPSHOT</version>
12+
<version>0.15.2</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

orko-semantic/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.15.2-SNAPSHOT</version>
10+
<version>0.15.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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.15.2-SNAPSHOT</version>
10+
<version>0.15.2</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
@@ -12,7 +12,7 @@
1212
<connection>scm:git:https://github.com/gruelbox/orko.git</connection>
1313
<developerConnection>scm:git:git@github.com:gruelbox/orko.git</developerConnection>
1414
<url>https://github.com/gruelbox/orko</url>
15-
<tag>HEAD</tag>
15+
<tag>0.15.2</tag>
1616
</scm>
1717

1818
<issueManagement>
@@ -41,7 +41,7 @@
4141

4242
<groupId>com.gruelbox</groupId>
4343
<artifactId>orko-parent</artifactId>
44-
<version>0.15.2-SNAPSHOT</version>
44+
<version>0.15.2</version>
4545
<packaging>pom</packaging>
4646

4747
<modules>

0 commit comments

Comments
 (0)