Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 6, 2021
1 parent aa98790 commit 1ee314c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>1.12.1-SNAPSHOT</version>
<version>1.13.0</version>
<packaging>maven-plugin</packaging>

<name>Verify PGP signatures plugin</name>
Expand Down Expand Up @@ -65,7 +65,7 @@
<connection>scm:git:[email protected]:s4u/pgpverify-maven-plugin.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<url>https://github.com/s4u/pgpverify-maven-plugin</url>
<tag>HEAD</tag>
<tag>v1.13.0</tag>
</scm>

<distributionManagement>
Expand All @@ -82,10 +82,10 @@
<bouncycastle.version>1.68</bouncycastle.version>
<resilience4j.version>1.7.0</resilience4j.version>
<mockserver.version>5.11.2</mockserver.version>
<project.build.outputTimestamp>2021-04-10T17:26:08Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-06-06T11:53:59Z</project.build.outputTimestamp>

<!-- default value for ide -->
<maven.test.skip/>
<maven.test.skip />

<!-- skip invoker if tests are skipped -->
<invoker.skip>${maven.test.skip}</invoker.skip>
Expand Down

0 comments on commit 1ee314c

Please sign in to comment.