Skip to content

Commit f99e3bd

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5b19ca9 commit f99e3bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
<groupId>org.apache.maven</groupId>
3030
<artifactId>maven-archiver</artifactId>
31-
<version>3.6.4</version>
31+
<version>3.6.5-SNAPSHOT</version>
3232

3333
<name>Apache Maven Archiver</name>
3434
<description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
3535

3636
<scm>
3737
<connection>scm:git:https://github.com/apache/maven-archiver.git</connection>
3838
<developerConnection>scm:git:https://github.com/apache/maven-archiver.git</developerConnection>
39-
<tag>maven-archiver-3.6.4</tag>
39+
<tag>HEAD</tag>
4040
<url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
4141
</scm>
4242
<issueManagement>
@@ -57,7 +57,7 @@
5757
<properties>
5858
<mavenVersion>3.2.5</mavenVersion>
5959
<javaVersion>8</javaVersion>
60-
<project.build.outputTimestamp>2025-08-07T10:55:20Z</project.build.outputTimestamp>
60+
<project.build.outputTimestamp>2025-08-07T10:55:31Z</project.build.outputTimestamp>
6161
</properties>
6262

6363
<dependencies>

0 commit comments

Comments
 (0)