You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/11/18 19:57:32 UTC

[maven-enforcer] branch master updated: Revert "[maven-release-plugin] prepare release enforcer-3.0.0-M3"

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

khmarbaise 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 8e5cbfc  Revert "[maven-release-plugin] prepare release enforcer-3.0.0-M3"
8e5cbfc is described below

commit 8e5cbfc1772921a96d27e93821548151da2664c6
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 18 20:57:14 2019 +0100

    Revert "[maven-release-plugin] prepare release enforcer-3.0.0-M3"
    
    This reverts commit b81e6b7cb79c5f181672f6d8f032fd677511c003.
    
    Forgot to delete tag of previous failure.
---
 enforcer-api/pom.xml          | 2 +-
 enforcer-rules/pom.xml        | 2 +-
 maven-enforcer-plugin/pom.xml | 2 +-
 pom.xml                       | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/enforcer-api/pom.xml b/enforcer-api/pom.xml
index 8e2f90e..5e9b2b7 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.0.0-M3</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>enforcer-api</artifactId>
diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml
index 187d38b..2e11107 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.0.0-M3</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>enforcer-rules</artifactId>
diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index b8320bc..0842e22 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.0.0-M3</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 83306f1..b644b50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
   <artifactId>enforcer</artifactId>
-  <version>3.0.0-M3</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Enforcer</name>
@@ -46,7 +46,7 @@
     <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>
     <url>https://github.com/apache/maven-enforcer/tree/${project.scm.tag}</url>
-    <tag>enforcer-3.0.0-M3</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>