Skip to content

Commit

Permalink
Upgrade gpg plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Mar 11, 2024
1 parent 26d10d1 commit 22db46c
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 @@ -73,7 +73,7 @@
<fluido.version>2.0.0-M8</fluido.version>
<gpg.skip>true</gpg.skip><!-- by default skip gpg -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-02-12T15:23:04Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-11T10:51:23Z</project.build.outputTimestamp>
<project.java.target>1.8</project.java.target>
<version.findsecbugs>1.13.0</version.findsecbugs>
<version.slf4j>2.0.12</version.slf4j>
Expand Down Expand Up @@ -352,7 +352,7 @@
<plugin> <!-- This plugin is disabled by default. Invoke the release profile (-Prelease) to enable it. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 22db46c

Please sign in to comment.