Skip to content

Commit

Permalink
signatures failed
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed May 19, 2021
1 parent 9d4bc15 commit f4326dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-core</artifactId>
<version>5.5-SNAPSHOT</version>
<version>5.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ORMLite Core</name>
<url>https://ormlite.com/</url>
Expand Down Expand Up @@ -79,7 +79,6 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>${gpgPhase}</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down Expand Up @@ -132,6 +131,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<!-- need the phrase here for ci -->
<phase>${gpgPhase}</phase>
<goals>
<goal>sign</goal>
Expand Down

0 comments on commit f4326dc

Please sign in to comment.