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 1602aa4 [maven-release-plugin] prepare release maven-archiver-3.6.1 1602aa4 is described below commit 1602aa4d149d318f992433ca9f0a660ff55e95c5 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Aug 19 12:47:47 2023 +0200 [maven-release-plugin] prepare release maven-archiver-3.6.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b5b9b1a..fb32382 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.6.1-SNAPSHOT</version> + <version>3.6.1</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>HEAD</tag> + <tag>maven-archiver-3.6.1</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>2022-06-23T12:18:27Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-08-19T10:47:34Z</project.build.outputTimestamp> </properties> <dependencyManagement>