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-archiver.git
The following commit(s) were added to refs/heads/master by this push: new cc2f6a2 [maven-release-plugin] prepare for next development iteration cc2f6a2 is described below commit cc2f6a219f6563f450b0c00e8ccd651520b67406 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Aug 19 12:48:05 2023 +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 fb32382..239d95a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.6.1</version> + <version>3.6.2-SNAPSHOT</version> <name>Apache Maven Archiver</name> <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> @@ -36,7 +36,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</developerConnection> - <tag>maven-archiver-3.6.1</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -57,7 +57,7 @@ <properties> <mavenVersion>3.2.5</mavenVersion> <javaVersion>8</javaVersion> - <project.build.outputTimestamp>2023-08-19T10:47:34Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-08-19T10:48:05Z</project.build.outputTimestamp> </properties> <dependencyManagement>