This is an automated email from the ASF dual-hosted git repository.

cstamas 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 c9c316d  [maven-release-plugin] prepare release maven-wrapper-3.3.0
c9c316d is described below

commit c9c316d106748d35cee4a0ec3e50d99162e1a654
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Apr 17 21:27:17 2024 +0200

    [maven-release-plugin] prepare release maven-wrapper-3.3.0
---
 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 1f497a3..18c0870 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.2.1-SNAPSHOT</version>
+    <version>3.3.0</version>
   </parent>
 
   <artifactId>maven-wrapper-distribution</artifactId>
diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml
index e7ba92d..3c3047a 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.2.1-SNAPSHOT</version>
+    <version>3.3.0</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-wrapper/pom.xml b/maven-wrapper/pom.xml
index 6fb7eb0..26ed012 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.2.1-SNAPSHOT</version>
+    <version>3.3.0</version>
   </parent>
 
   <artifactId>maven-wrapper</artifactId>
diff --git a/pom.xml b/pom.xml
index 37043ef..01c9724 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.2.1-SNAPSHOT</version>
+  <version>3.3.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Wrapper</name>
@@ -43,7 +43,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>HEAD</tag>
+    <tag>maven-wrapper-3.3.0</tag>
     <url>https://github.com/apache/maven-wrapper/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -65,7 +65,7 @@ under the License.
     <maven.site.path>wrapper-archives/wrapper-LATEST</maven.site.path>
     <mavenVersion>3.9.6</mavenVersion>
     <javaVersion>8</javaVersion>
-    
<project.build.outputTimestamp>2023-03-08T23:06:24Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-04-17T19:27:05Z</project.build.outputTimestamp>
   </properties>
 
   <build>

Reply via email to