You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/10/18 10:53:48 UTC

[maven-dependency-plugin] 02/02: Revert "[maven-release-plugin] prepare release maven-dependency-plugin-3.1.3"

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

elharo pushed a commit to branch revert
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 5cbe4655fc2c4eb501981f72eb5245ec74959755
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Oct 18 06:53:02 2020 -0400

    Revert "[maven-release-plugin] prepare release maven-dependency-plugin-3.1.3"
    
    This reverts commit 7e6379db978a7937c8430b8f8d58cdfcddbdfc7d.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bbc2f80..75f5f01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-dependency-plugin</artifactId>
-  <version>3.1.3</version>
+  <version>3.1.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Dependency Plugin</name>
@@ -44,7 +44,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-dependency-plugin-3.1.3</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -95,7 +95,7 @@ under the License.
     <jettyVersion>9.2.28.v20190418</jettyVersion>
     <pluginTestingVersion>3.1.0</pluginTestingVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-10-07T14:47:52Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-03-07T11:40:47Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>