This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 19f7d88 [maven-release-plugin] prepare for next development iteration 19f7d88 is described below commit 19f7d881d534b9ff13e4176a3943a3d4c54d612a Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Sep 3 18:36:13 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 e919ac8..0a3c1ab 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-jarsigner-plugin</artifactId> - <version>3.1.0</version> + <version>3.1.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Jarsigner Plugin</name> @@ -50,7 +50,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git</developerConnection> - <tag>maven-jarsigner-plugin-3.1.0</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-jarsigner-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -71,7 +71,7 @@ under the License. <properties> <mavenVersion>3.6.3</mavenVersion> <jacocoVersion>0.8.12</jacocoVersion> - <project.build.outputTimestamp>2024-09-03T16:35:59Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-09-03T16:36:13Z</project.build.outputTimestamp> </properties> <dependencies>