Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 9, 2023
1 parent a322900 commit 632d94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@
</parent>

<artifactId>flatten-maven-plugin</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.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.5.0</tag>
<url>https://github.com/mojohaus/flatten-maven-plugin/tree/master</url>
</scm>

<properties>
<mavenVersion>3.5.4</mavenVersion>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<project.build.outputTimestamp>2023-03-27T21:27:03Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-05-09T19:54:01Z</project.build.outputTimestamp>
</properties>

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

0 comments on commit 632d94d

Please sign in to comment.