Skip to content

Commit 1bcbd84

Browse files
committed
[maven-release-plugin] prepare release maven-archiver-4.0.0-beta-4
1 parent 36b100f commit 1bcbd84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
2727
</parent>
2828

2929
<artifactId>maven-archiver</artifactId>
30-
<version>4.0.0-beta-4-SNAPSHOT</version>
30+
<version>4.0.0-beta-4</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>
3839
<url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
3940
</scm>
4041
<issueManagement>
@@ -63,7 +64,7 @@
6364
<plexusUtilsVersion>4.0.2</plexusUtilsVersion>
6465
<mockitoVersion>5.0.0</mockitoVersion>
6566

66-
<project.build.outputTimestamp>2024-11-27T16:58:36Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2025-08-07T11:10:52Z</project.build.outputTimestamp>
6768
</properties>
6869

6970
<dependencies>

0 commit comments

Comments
 (0)