Skip to content

Commit df509db

Browse files
author
Jason van Zyl
committed
[maven-release-plugin] prepare release maven-3.3.4
1 parent 193778e commit df509db

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

apache-maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.maven</groupId>
2323
<artifactId>maven</artifactId>
24-
<version>3.3.4-SNAPSHOT</version>
24+
<version>3.3.4</version>
2525
</parent>
2626

2727
<artifactId>apache-maven</artifactId>
@@ -37,7 +37,7 @@
3737
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3838
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3939
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>maven-3.3.4</tag>
4141
</scm>
4242

4343
<dependencies>

maven-aether-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4</version>
2929
</parent>
3030

3131
<artifactId>maven-aether-provider</artifactId>
@@ -36,7 +36,7 @@ under the License.
3636
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3737
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3838
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>maven-3.3.4</tag>
4040
</scm>
4141

4242
<dependencies>

maven-artifact/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.maven</groupId>
1818
<artifactId>maven</artifactId>
19-
<version>3.3.4-SNAPSHOT</version>
19+
<version>3.3.4</version>
2020
</parent>
2121

2222
<artifactId>maven-artifact</artifactId>
@@ -26,7 +26,7 @@
2626
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
2727
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
2828
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
29-
<tag>HEAD</tag>
29+
<tag>maven-3.3.4</tag>
3030
</scm>
3131

3232
<dependencies>

maven-builder-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4</version>
2929
</parent>
3030

3131
<artifactId>maven-builder-support</artifactId>
@@ -36,7 +36,7 @@ under the License.
3636
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3737
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3838
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>maven-3.3.4</tag>
4040
</scm>
4141

4242
<dependencies>

maven-compat/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.maven</groupId>
1818
<artifactId>maven</artifactId>
19-
<version>3.3.4-SNAPSHOT</version>
19+
<version>3.3.4</version>
2020
</parent>
2121

2222
<artifactId>maven-compat</artifactId>
@@ -27,7 +27,7 @@
2727
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
2828
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
2929
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>maven-3.3.4</tag>
3131
</scm>
3232

3333
<properties>

maven-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.maven</groupId>
1818
<artifactId>maven</artifactId>
19-
<version>3.3.4-SNAPSHOT</version>
19+
<version>3.3.4</version>
2020
</parent>
2121

2222
<artifactId>maven-core</artifactId>
@@ -27,7 +27,7 @@
2727
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
2828
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
2929
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>maven-3.3.4</tag>
3131
</scm>
3232

3333
<properties>

maven-embedder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.maven</groupId>
1818
<artifactId>maven</artifactId>
19-
<version>3.3.4-SNAPSHOT</version>
19+
<version>3.3.4</version>
2020
</parent>
2121

2222
<artifactId>maven-embedder</artifactId>
@@ -27,7 +27,7 @@
2727
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
2828
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
2929
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>maven-3.3.4</tag>
3131
</scm>
3232

3333
<dependencies>

maven-model-builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.maven</groupId>
1818
<artifactId>maven</artifactId>
19-
<version>3.3.4-SNAPSHOT</version>
19+
<version>3.3.4</version>
2020
</parent>
2121

2222
<artifactId>maven-model-builder</artifactId>
@@ -27,7 +27,7 @@
2727
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
2828
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
2929
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>maven-3.3.4</tag>
3131
</scm>
3232

3333
<dependencies>

maven-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4</version>
2929
</parent>
3030

3131
<artifactId>maven-model</artifactId>
@@ -36,7 +36,7 @@ under the License.
3636
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3737
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3838
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>maven-3.3.4</tag>
4040
</scm>
4141

4242
<properties>

maven-plugin-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4</version>
2929
</parent>
3030

3131
<artifactId>maven-plugin-api</artifactId>
@@ -36,7 +36,7 @@ under the License.
3636
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3737
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3838
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>maven-3.3.4</tag>
4040
</scm>
4141

4242
<dependencies>

maven-repository-metadata/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4</version>
2929
</parent>
3030

3131
<artifactId>maven-repository-metadata</artifactId>
@@ -36,7 +36,7 @@ under the License.
3636
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3737
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3838
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>maven-3.3.4</tag>
4040
</scm>
4141

4242
<dependencies>

maven-settings-builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4</version>
2929
</parent>
3030

3131
<artifactId>maven-settings-builder</artifactId>
@@ -36,7 +36,7 @@ under the License.
3636
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3737
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3838
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>maven-3.3.4</tag>
4040
</scm>
4141

4242
<contributors>

maven-settings/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven</artifactId>
28-
<version>3.3.4-SNAPSHOT</version>
28+
<version>3.3.4</version>
2929
</parent>
3030

3131
<artifactId>maven-settings</artifactId>
@@ -36,7 +36,7 @@ under the License.
3636
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
3737
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
3838
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>maven-3.3.4</tag>
4040
</scm>
4141

4242
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727

2828
<artifactId>maven</artifactId>
29-
<version>3.3.4-SNAPSHOT</version>
29+
<version>3.3.4</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Apache Maven</name>
@@ -91,7 +91,7 @@
9191
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
9292
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
9393
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
94-
<tag>master</tag>
94+
<tag>maven-3.3.4</tag>
9595
</scm>
9696
<issueManagement>
9797
<system>jira</system>

0 commit comments

Comments
 (0)