[libpostgresql-jdbc-java] 124/128: Use 1.4 version of gpg plugin for signing Maven upload.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:18:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag REL9_3_1100
in repository libpostgresql-jdbc-java.

commit 28313178f1f65b24bb925c4592e5d8cc3a982569
Author: Stephen Nelson <stephen at eccostudio.com>
Date:   Sat Oct 26 16:05:27 2013 +0100

    Use 1.4 version of gpg plugin for signing Maven upload.
---
 build.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/build.xml b/build.xml
index 4089087..e911e81 100644
--- a/build.xml
+++ b/build.xml
@@ -594,7 +594,6 @@
       <artifact:arg value="-DrepositoryId=${maven.snapshots.repository.id}"/>
       <artifact:arg value="-DpomFile=${builddir}/pom/pom.xml"/>
       <artifact:arg value="-Dfile=${maven.jar}"/>
-      <artifact:arg value="-Pgpg"/>
     </artifact:mvn>
   </target>
 
@@ -602,7 +601,7 @@
   <target name="release" depends="maven-jar,release-version,prepare-pom" description="deploy release version to Maven staging repository">
     <!-- sign and deploy the main artifact -->
     <artifact:mvn>
-      <artifact:arg value="org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
+      <artifact:arg value="org.apache.maven.plugins:maven-gpg-plugin:1.4:sign-and-deploy-file" />
       <artifact:arg value="-Durl=${maven.staging.repository.url}" />
       <artifact:arg value="-DrepositoryId=${maven.staging.repository.id}" />
       <artifact:arg value="-DpomFile=${builddir}/pom/pom.xml" />
@@ -612,7 +611,7 @@
 
     <!-- sign and deploy the sources artifact -->
     <artifact:mvn>
-      <artifact:arg value="org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
+      <artifact:arg value="org.apache.maven.plugins:maven-gpg-plugin:1.4:sign-and-deploy-file" />
       <artifact:arg value="-Durl=${maven.staging.repository.url}" />
       <artifact:arg value="-DrepositoryId=${maven.staging.repository.id}" />
       <artifact:arg value="-DpomFile=${builddir}/pom/pom.xml" />
@@ -623,7 +622,7 @@
 
     <!-- sign and deploy the javadoc artifact -->
     <artifact:mvn>
-      <artifact:arg value="org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
+      <artifact:arg value="org.apache.maven.plugins:maven-gpg-plugin:1.4:sign-and-deploy-file" />
       <artifact:arg value="-Durl=${maven.staging.repository.url}" />
       <artifact:arg value="-DrepositoryId=${maven.staging.repository.id}" />
       <artifact:arg value="-DpomFile=${builddir}/pom/pom.xml" />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list