Skip to content

Commit b7bc066

Browse files
[maven-release-plugin] prepare release 0.13.1
1 parent 9f475fc commit b7bc066

File tree

9 files changed

+11
-13
lines changed

9 files changed

+11
-13
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.1-SNAPSHOT</version>
12+
<version>0.13.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.1-SNAPSHOT</version>
12+
<version>0.13.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.1-SNAPSHOT</version>
12+
<version>0.13.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.1-SNAPSHOT</version>
12+
<version>0.13.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.1-SNAPSHOT</version>
12+
<version>0.13.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.1-SNAPSHOT</version>
10+
<version>0.13.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.1-SNAPSHOT</version>
12+
<version>0.13.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.1-SNAPSHOT</version>
10+
<version>0.13.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

@@ -13,7 +11,7 @@
1311
<connection>scm:git:https://github.com/gruelbox/orko.git</connection>
1412
<developerConnection>scm:git:git@github.com:gruelbox/orko.git</developerConnection>
1513
<url>https://github.com/gruelbox/orko</url>
16-
<tag>HEAD</tag>
14+
<tag>0.13.1</tag>
1715
</scm>
1816

1917
<issueManagement>
@@ -42,7 +40,7 @@
4240

4341
<groupId>com.gruelbox</groupId>
4442
<artifactId>orko-parent</artifactId>
45-
<version>0.13.1-SNAPSHOT</version>
43+
<version>0.13.1</version>
4644
<packaging>pom</packaging>
4745

4846
<modules>

0 commit comments

Comments
 (0)