Skip to content

Commit bc731ff

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1bcbd84 commit bc731ff

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
@@ -27,15 +27,15 @@
2727
</parent>
2828

2929
<artifactId>maven-archiver</artifactId>
30-
<version>4.0.0-beta-4</version>
30+
<version>4.0.0-beta-5-SNAPSHOT</version>
3131

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

3535
<scm>
3636
<connection>scm:git:https://github.com/apache/maven-archiver.git</connection>
3737
<developerConnection>scm:git:https://github.com/apache/maven-archiver.git</developerConnection>
38-
<tag>maven-archiver-4.0.0-beta-4</tag>
38+
<tag>HEAD</tag>
3939
<url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
4040
</scm>
4141
<issueManagement>
@@ -64,7 +64,7 @@
6464
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
6565
<mockitoVersion>5.0.0</mockitoVersion>
6666

67-
<project.build.outputTimestamp>2025-08-07T11:10:52Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2025-08-07T11:11:03Z</project.build.outputTimestamp>
6868
</properties>
6969

7070
<dependencies>

0 commit comments

Comments
 (0)