Skip to content

Commit efc1999

Browse files
committed
[maven-release-plugin] prepare release maven-filtering-3.4.0
1 parent 7d2a5d1 commit efc1999

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,7 +28,7 @@
2828
</parent>
2929

3030
<artifactId>maven-filtering</artifactId>
31-
<version>3.4.0-SNAPSHOT</version>
31+
<version>3.4.0</version>
3232

3333
<name>Apache Maven Filtering</name>
3434
<description>A component to assist in filtering of resource files with properties from a Maven project.</description>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git</connection>
4444
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>maven-filtering-3.4.0</tag>
4646
<url>https://github.com/apache/maven-filtering/tree/${project.scm.tag}</url>
4747
</scm>
4848
<issueManagement>
@@ -64,7 +64,7 @@
6464
<mavenVersion>3.6.3</mavenVersion>
6565
<slf4jVersion>1.7.36</slf4jVersion>
6666
<plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
67-
<project.build.outputTimestamp>2024-03-02T08:58:28Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2024-08-28T15:27:34Z</project.build.outputTimestamp>
6868
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some)
6969
and those that are enforced by the formatting checks from spotless -->
7070
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>

0 commit comments

Comments
 (0)