Skip to content

Commit 8f34f70

Browse files
committed
[maven-release-plugin] prepare release vault-parent-0.9.14
1 parent ab5f719 commit 8f34f70

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.contentful.vault</groupId>
77
<artifactId>vault-parent</artifactId>
8-
<version>0.9.14-SNAPSHOT</version>
8+
<version>0.9.14</version>
99
</parent>
1010

1111
<artifactId>compiler</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.contentful.vault</groupId>
77
<artifactId>vault-parent</artifactId>
8-
<version>0.9.14-SNAPSHOT</version>
8+
<version>0.9.14</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.contentful.vault</groupId>
1212
<artifactId>vault-parent</artifactId>
13-
<version>0.9.14-SNAPSHOT</version>
13+
<version>0.9.14</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -23,7 +23,7 @@
2323
<url>http://github.com/contentful/vault/</url>
2424
<connection>scm:git:git://github.com/contentful/vault.git</connection>
2525
<developerConnection>scm:git:ssh://git@github.com/contentful/vault.git</developerConnection>
26-
<tag>HEAD</tag>
26+
<tag>vault-parent-0.9.14</tag>
2727
</scm>
2828

2929
<issueManagement>

tests-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.contentful.vault</groupId>
77
<artifactId>vault-parent</artifactId>
8-
<version>0.9.14-SNAPSHOT</version>
8+
<version>0.9.14</version>
99
</parent>
1010

1111
<artifactId>tests-integration</artifactId>

0 commit comments

Comments
 (0)