Skip to content

Commit 73f7182

Browse files
author
Mario Bodemann
committed
[maven-release-plugin] prepare release 2.1.0
1 parent d2c5804 commit 73f7182

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>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0</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>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0</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>2.0.1-SNAPSHOT</version>
13+
<version>2.1.0</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>2.1.0</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>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
</parent>
1010

1111
<artifactId>tests-integration</artifactId>

0 commit comments

Comments
 (0)