You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/26 17:44:48 UTC

[maven-enforcer] branch master updated: [maven-release-plugin] prepare release enforcer-3.2.0

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-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new 1937067  [maven-release-plugin] prepare release enforcer-3.2.0
1937067 is described below

commit 19370676cb86cc192921210254f523031a49e44b
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Jan 26 18:44:29 2023 +0100

    [maven-release-plugin] prepare release enforcer-3.2.0
---
 enforcer-api/pom.xml             | 2 +-
 enforcer-rules/pom.xml           | 2 +-
 maven-enforcer-extension/pom.xml | 2 +-
 maven-enforcer-plugin/pom.xml    | 2 +-
 pom.xml                          | 6 +++---
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/enforcer-api/pom.xml b/enforcer-api/pom.xml
index 03ba97c..8bbae93 100644
--- a/enforcer-api/pom.xml
+++ b/enforcer-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.enforcer</groupId>
     <artifactId>enforcer</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>enforcer-api</artifactId>
diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml
index 9623032..f048a3b 100644
--- a/enforcer-rules/pom.xml
+++ b/enforcer-rules/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.enforcer</groupId>
     <artifactId>enforcer</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0</version>
   </parent>
 
   <artifactId>enforcer-rules</artifactId>
diff --git a/maven-enforcer-extension/pom.xml b/maven-enforcer-extension/pom.xml
index 4c7a0dc..040fde7 100644
--- a/maven-enforcer-extension/pom.xml
+++ b/maven-enforcer-extension/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.enforcer</groupId>
     <artifactId>enforcer</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0</version>
   </parent>
   <groupId>org.apache.maven.extensions</groupId>
   <artifactId>maven-enforcer-extension</artifactId>
diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index 8feed4e..7a9f429 100644
--- a/maven-enforcer-plugin/pom.xml
+++ b/maven-enforcer-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.enforcer</groupId>
     <artifactId>enforcer</artifactId>
-    <version>3.2.0-SNAPSHOT</version>
+    <version>3.2.0</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 15e7173..e8355a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
   <artifactId>enforcer</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.2.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Enforcer</name>
@@ -58,7 +58,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>enforcer-3.2.0</tag>
     <url>https://github.com/apache/maven-enforcer/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -81,7 +81,7 @@
     <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
     <javaVersion>8</javaVersion>
     <mockito.version>4.11.0</mockito.version>
-    <project.build.outputTimestamp>2022-12-22T22:11:45Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-26T17:44:05Z</project.build.outputTimestamp>
     <!-- the same as Maven 3.2.5 -->
     <aether.version>1.0.0.v20140518</aether.version>
   </properties>