You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by gs...@apache.org on 2009/11/10 14:56:55 UTC

svn commit: r834467 - /lucene/solr/branches/branch-1.4/common-build.xml

Author: gsingers
Date: Tue Nov 10 13:56:55 2009
New Revision: 834467

URL: http://svn.apache.org/viewvc?rev=834467&view=rev
Log:
Sign the pom file

Modified:
    lucene/solr/branches/branch-1.4/common-build.xml

Modified: lucene/solr/branches/branch-1.4/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/common-build.xml?rev=834467&r1=834466&r2=834467&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/common-build.xml (original)
+++ lucene/solr/branches/branch-1.4/common-build.xml Tue Nov 10 13:56:55 2009
@@ -312,6 +312,7 @@
       <sign-artifact input.file="@{prefix.dir}/@{artifact.id}/@{maven.version}/@{artifact.id}-@{maven.version}.jar"/>
       <sign-artifact input.file="@{prefix.dir}/@{artifact.id}/@{maven.version}/@{artifact.id}-@{maven.version}-javadoc.jar"/>
       <sign-artifact input.file="@{prefix.dir}/@{artifact.id}/@{maven.version}/@{artifact.id}-@{maven.version}-sources.jar"/>
+      <sign-artifact input.file="@{prefix.dir}/@{artifact.id}/@{maven.version}/@{artifact.id}-@{maven.version}.pom"/>
     </sequential>
   </macrodef>