This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new 086b1c9 [maven-release-plugin] prepare for next development iteration
086b1c9 is described below
commit 086b1c9fa610d54674aecf8c97868bc57566304d
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Aug 26 22:00:17 2025 +0200
[maven-release-plugin] prepare for next development iteration
---
maven-wrapper-distribution/pom.xml | 2 +-
maven-wrapper-plugin/pom.xml | 2 +-
maven-wrapper/pom.xml | 2 +-
pom.xml | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/maven-wrapper-distribution/pom.xml
b/maven-wrapper-distribution/pom.xml
index e13e171..54aa752 100644
--- a/maven-wrapper-distribution/pom.xml
+++ b/maven-wrapper-distribution/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wrapper</groupId>
<artifactId>maven-wrapper-parent</artifactId>
- <version>3.3.3</version>
+ <version>3.3.4-SNAPSHOT</version>
</parent>
<artifactId>maven-wrapper-distribution</artifactId>
diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml
index ef194de..53d6e2e 100644
--- a/maven-wrapper-plugin/pom.xml
+++ b/maven-wrapper-plugin/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wrapper</groupId>
<artifactId>maven-wrapper-parent</artifactId>
- <version>3.3.3</version>
+ <version>3.3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-wrapper/pom.xml b/maven-wrapper/pom.xml
index c086be6..883ae5c 100644
--- a/maven-wrapper/pom.xml
+++ b/maven-wrapper/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wrapper</groupId>
<artifactId>maven-wrapper-parent</artifactId>
- <version>3.3.3</version>
+ <version>3.3.4-SNAPSHOT</version>
</parent>
<artifactId>maven-wrapper</artifactId>
diff --git a/pom.xml b/pom.xml
index 2d38b77..5a83fea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
<groupId>org.apache.maven.wrapper</groupId>
<artifactId>maven-wrapper-parent</artifactId>
- <version>3.3.3</version>
+ <version>3.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Maven Wrapper</name>
@@ -44,7 +44,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-wrapper.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-wrapper.git</developerConnection>
- <tag>maven-wrapper-3.3.3</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-wrapper/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -67,7 +67,7 @@ under the License.
<mavenVersion>3.9.11</mavenVersion>
<javaVersion>8</javaVersion>
<version.exec-maven-plugin>3.5.1</version.exec-maven-plugin>
-
<project.build.outputTimestamp>2025-08-26T20:00:02Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-08-26T20:00:17Z</project.build.outputTimestamp>
</properties>
<build>