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:00:22 UTC

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

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 6c9db7c81ac899ea7adac15017c61a371694dcef
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 23 22:56:16 2018 +0200

    Revert "[maven-release-plugin] prepare release maven-resources-plugin-3.1.0"
    
    This reverts commit 899a8ce467bc7381a7b2f8d130f1b2031111124a.
---
 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.