Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 19, 2023
1 parent 9feb170 commit 2d93534
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.3.1-SNAPSHOT</version>
<version>1.4.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://[email protected]/mojohaus/flatten-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>1.4.0</tag>
<url>https://github.com/mojohaus/flatten-maven-plugin/tree/master</url>
</scm>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<project.build.outputTimestamp>2022-08-16T21:49:15Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-03-19T08:17:20Z</project.build.outputTimestamp>
</properties>

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

0 comments on commit 2d93534

Please sign in to comment.