You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/07/17 16:33:22 UTC

[maven-remote-resources-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f85e1d6  [maven-release-plugin] prepare for next development iteration
f85e1d6 is described below

commit f85e1d646594f2ef2ec7339b97336d2edefa7aba
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun Jul 17 18:33:17 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b621b55..9bf6edd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-remote-resources-plugin</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Remote Resources Plugin</name>
@@ -50,7 +50,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-remote-resources-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-remote-resources-plugin-3.0.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -70,7 +70,7 @@ under the License.
   <properties>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    <project.build.outputTimestamp>2022-07-17T16:32:47Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-17T16:33:17Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>