Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 27, 2023
1 parent f70cd08 commit 5105ebc
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>properties-maven-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<packaging>maven-plugin</packaging>

Expand Down Expand Up @@ -70,7 +70,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/properties-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/properties-maven-plugin.git</developerConnection>
<tag>master</tag>
<tag>1.2.0</tag>
<url>https://github.com/mojohaus/properties-maven-plugin/tree/master</url>
</scm>
<issueManagement>
Expand All @@ -86,7 +86,7 @@
<mavenVersion>3.5.4</mavenVersion>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
<project.build.outputTimestamp>2022-03-19T15:53:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-07-27T21:53:30Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 5105ebc

Please sign in to comment.