Skip to content

Commit

Permalink
[maven-release-plugin] prepare release vault-parent-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Bodemann committed Apr 15, 2016
1 parent a39c996 commit a2e0b1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.contentful.vault</groupId>
<artifactId>vault-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.contentful.vault</groupId>
<artifactId>vault-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.contentful.vault</groupId>
<artifactId>vault-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -23,7 +23,7 @@
<url>http://github.com/contentful/vault/</url>
<connection>scm:git:git://github.com/contentful/vault.git</connection>
<developerConnection>scm:git:ssh://git@github.com/contentful/vault.git</developerConnection>
<tag>HEAD</tag>
<tag>vault-parent-2.0.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.contentful.vault</groupId>
<artifactId>vault-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>tests-integration</artifactId>
Expand Down

0 comments on commit a2e0b1a

Please sign in to comment.