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 2018/04/23 21:04:41 UTC

[maven-resources-plugin] branch master updated (e583ca6 -> 0e3e280)

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-resources-plugin.git.


    from e583ca6  [maven-release-plugin] prepare release maven-resources-plugin-3.1.0
     new 1e3337e  Revert "[maven-release-plugin] prepare release maven-resources-plugin-3.1.0"
     new 0e3e280  [maven-release-plugin] prepare release maven-resources-plugin-3.1.0

The 2 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:

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-resources-plugin] 02/02: [maven-release-plugin] prepare release maven-resources-plugin-3.1.0

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-resources-plugin.git

commit 0e3e280101118aa60adf4c1ef6e4eebb243225f6
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 23 23:04:40 2018 +0200

    [maven-release-plugin] prepare release maven-resources-plugin-3.1.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6455c9..fb5aa41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Resources Plugin</name>
@@ -52,7 +52,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-resources-plugin-3.1.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-resources-plugin] 01/02: Revert "[maven-release-plugin] prepare release maven-resources-plugin-3.1.0"

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-resources-plugin.git

commit 1e3337e0b93b21bbb530e433c62aa513b6140eae
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 23 23:03:53 2018 +0200

    Revert "[maven-release-plugin] prepare release maven-resources-plugin-3.1.0"
    
    This reverts commit e583ca6cd87ef248e40b3d1ca604a1abdda53131.
    
    Failure during release.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb5aa41..d6455c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>
-  <version>3.1.0</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Resources Plugin</name>
@@ -52,7 +52,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-resources-plugin-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.