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:55:31 UTC

[maven-enforcer] branch master updated (ac3f6e2 -> b81e6b7)

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

khmarbaise pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git.


    from ac3f6e2  [maven-release-plugin] prepare for next development iteration
     new 047c939  Revert "[maven-release-plugin] prepare for next development iteration"
     new e3f8f95  Revert "[maven-release-plugin] prepare release enforcer-3.0.0-M3"
     new b81e6b7  [maven-release-plugin] prepare release enforcer-3.0.0-M3

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


[maven-enforcer] 03/03: [maven-release-plugin] prepare release enforcer-3.0.0-M3

Posted by kh...@apache.org.
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

commit b81e6b7cb79c5f181672f6d8f032fd677511c003
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 18 20:55:27 2019 +0100

    [maven-release-plugin] prepare release enforcer-3.0.0-M3
---
 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 5e9b2b7..8e2f90e 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-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
   </parent>
 
   <artifactId>enforcer-api</artifactId>
diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml
index 2e11107..187d38b 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-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
   </parent>
 
   <artifactId>enforcer-rules</artifactId>
diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index 0842e22..b8320bc 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-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index b644b50..83306f1 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-SNAPSHOT</version>
+  <version>3.0.0-M3</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>HEAD</tag>
+    <tag>enforcer-3.0.0-M3</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[maven-enforcer] 01/03: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by kh...@apache.org.
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

commit 047c9394cc81feb80c65a87af464a2d77901d769
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 18 20:53:32 2019 +0100

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit ac3f6e28effc6f8b8ea1fca3b9d11c8af3233d80.
    
    Failed release.
---
 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 c27ddd6..8e2f90e 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-M4-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
   </parent>
 
   <artifactId>enforcer-api</artifactId>
diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml
index 03077da..187d38b 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-M4-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
   </parent>
 
   <artifactId>enforcer-rules</artifactId>
diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index f2f6c34..b8320bc 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-M4-SNAPSHOT</version>
+    <version>3.0.0-M3</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index f6c9ea8..83306f1 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-M4-SNAPSHOT</version>
+  <version>3.0.0-M3</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>HEAD</tag>
+    <tag>enforcer-3.0.0-M3</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[maven-enforcer] 02/03: Revert "[maven-release-plugin] prepare release enforcer-3.0.0-M3"

Posted by kh...@apache.org.
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

commit e3f8f95444cdd6dfcb53bfbcb14542e4b1435add
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 18 20:53:40 2019 +0100

    Revert "[maven-release-plugin] prepare release enforcer-3.0.0-M3"
    
    This reverts commit 793b8e5509214af5cce64132c27135f2b01c49a2.
    
    Failed Release.
---
 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>