Skip to content

Commit c8b8bac

Browse files
author
Mario Bodemann
committed
[maven-release-plugin] prepare release vault-parent-3.0.1
1 parent 5711931 commit c8b8bac

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
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>3.0.1-SNAPSHOT</version>
8+
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
8+
<version>3.0.1</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

last-module/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>vault-parent</artifactId>
75
<groupId>com.contentful.vault</groupId>
8-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.0.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

pom.xml

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

1010
<groupId>com.contentful.vault</groupId>
1111
<artifactId>vault-parent</artifactId>
12-
<version>3.0.1-SNAPSHOT</version>
12+
<version>3.0.1</version>
1313
<packaging>pom</packaging>
1414

1515
<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-3.0.1</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>3.0.1-SNAPSHOT</version>
8+
<version>3.0.1</version>
99
</parent>
1010

1111
<artifactId>tests-integration</artifactId>

0 commit comments

Comments
 (0)