Skip to content

Commit

Permalink
[maven-release-plugin] prepare release vault-parent-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Bodemann committed Aug 24, 2017
1 parent 5711931 commit c8b8bac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions last-module/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>vault-parent</artifactId>
<groupId>com.contentful.vault</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.contentful.vault</groupId>
<artifactId>vault-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</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-3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

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

0 comments on commit c8b8bac

Please sign in to comment.