Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 13, 2023
1 parent 6a90511 commit 2cd68a2
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 @@ -9,7 +9,7 @@
</parent>

<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>maven-plugin</packaging>

<name>Build Number Maven Plugin</name>
Expand Down Expand Up @@ -74,7 +74,7 @@
<connection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
<tag>HEAD</tag>
<tag>3.1.0</tag>
</scm>

<issueManagement>
Expand All @@ -91,7 +91,7 @@
<takari-lifecycle-plugin.version>2.0.8</takari-lifecycle-plugin.version>
<test.excludes>**/it/**</test.excludes>
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
<project.build.outputTimestamp>2022-01-18T09:14:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-05-13T10:38:34Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 2cd68a2

Please sign in to comment.