Skip to content

Commit e2dcb2a

Browse files
[maven-release-plugin] prepare release 1.6.0
1 parent d709190 commit e2dcb2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929

3030
<artifactId>flatten-maven-plugin</artifactId>
31-
<version>1.6.0-SNAPSHOT</version>
31+
<version>1.6.0</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Maven Flatten Plugin</name>
@@ -122,14 +122,14 @@
122122
<scm>
123123
<connection>scm:git:https://github.com/mojohaus/flatten-maven-plugin.git</connection>
124124
<developerConnection>scm:git:ssh://[email protected]/mojohaus/flatten-maven-plugin.git</developerConnection>
125-
<tag>1.4.1</tag>
125+
<tag>1.6.0</tag>
126126
<url>https://github.com/mojohaus/flatten-maven-plugin/tree/master</url>
127127
</scm>
128128

129129
<properties>
130130
<mavenVersion>3.6.3</mavenVersion>
131131
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
132-
<project.build.outputTimestamp>2023-05-09T19:54:26Z</project.build.outputTimestamp>
132+
<project.build.outputTimestamp>2024-01-14T11:27:47Z</project.build.outputTimestamp>
133133
</properties>
134134

135135
<!-- override versions of some transitive dependencies -->

0 commit comments

Comments
 (0)