You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2022/06/10 21:15:56 UTC

svn commit: r1901812 - /db/derby/code/trunk/maven2/pom.xml

Author: rhillegas
Date: Fri Jun 10 21:15:56 2022
New Revision: 1901812

URL: http://svn.apache.org/viewvc?rev=1901812&view=rev
Log:
DERBY-7136: Upgrade the maven gpg plugin used to sign maven release artifacts; commit derby-7136-13-aa-upgradeMavenGPGplugin.diff.

Modified:
    db/derby/code/trunk/maven2/pom.xml

Modified: db/derby/code/trunk/maven2/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/pom.xml?rev=1901812&r1=1901811&r2=1901812&view=diff
==============================================================================
--- db/derby/code/trunk/maven2/pom.xml (original)
+++ db/derby/code/trunk/maven2/pom.xml Fri Jun 10 21:15:56 2022
@@ -114,6 +114,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-gpg-plugin</artifactId>
+        <version>3.0.1</version>
         <executions>
           <execution>
             <id>sign-artifacts</id>