Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 14, 2024
1 parent d709190 commit e2dcb2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</parent>

<artifactId>flatten-maven-plugin</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>maven-plugin</packaging>

<name>Maven Flatten Plugin</name>
Expand Down Expand Up @@ -122,14 +122,14 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/flatten-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/flatten-maven-plugin.git</developerConnection>
<tag>1.4.1</tag>
<tag>1.6.0</tag>
<url>https://github.com/mojohaus/flatten-maven-plugin/tree/master</url>
</scm>

<properties>
<mavenVersion>3.6.3</mavenVersion>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<project.build.outputTimestamp>2023-05-09T19:54:26Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-01-14T11:27:47Z</project.build.outputTimestamp>
</properties>

<!-- override versions of some transitive dependencies -->
Expand Down

0 comments on commit e2dcb2a

Please sign in to comment.