This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d8a1c5d [maven-release-plugin] prepare for next development iteration
d8a1c5d is described below
commit d8a1c5df22e47521b0eb2bf129dcf7323d0340a7
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Jun 26 10:28:51 2024 +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 c59adb5..1a32d2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-jar-plugin</artifactId>
- <version>4.0.0-beta-1</version>
+ <version>4.0.0-beta-2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven JAR Plugin</name>
@@ -54,7 +54,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</developerConnection>
- <tag>maven-jar-plugin-4.0.0-beta-1</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -87,7 +87,7 @@
<version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools>
<version.plexus-xml>4.0.3</version.plexus-xml>
-
<project.build.outputTimestamp>2024-06-26T08:28:37Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-06-26T08:28:51Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>