You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tc...@apache.org on 2007/05/31 01:43:33 UTC

svn commit: r542974 - /jakarta/commons/proper/jci/trunk/pom.xml

Author: tcurdt
Date: Wed May 30 16:43:32 2007
New Revision: 542974

URL: http://svn.apache.org/viewvc?view=rev&rev=542974
Log:
set the rc tag and use the build in gpg agent


Modified:
    jakarta/commons/proper/jci/trunk/pom.xml

Modified: jakarta/commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/pom.xml?view=diff&rev=542974&r1=542973&r2=542974
==============================================================================
--- jakarta/commons/proper/jci/trunk/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/pom.xml Wed May 30 16:43:32 2007
@@ -213,7 +213,7 @@
                 <repository>
                     <id>apache.staging</id>
                     <name>Apache Release Staging Repository</name>
-                    <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/jakarta-commons/jci/${tag}</url>
+                    <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/jakarta-commons/jci/${release.tag}/</url>
                 </repository>
             </distributionManagement>
             <build>
@@ -230,9 +230,6 @@
                     <plugin>
                         <artifactId>maven-gpg-plugin</artifactId>
                         <version>1.0-alpha-3</version>
-                        <configuration>
-                            <useAgent>true</useAgent>
-                        </configuration>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>
@@ -274,7 +271,7 @@
                             <generateReleasePoms>true</generateReleasePoms>
                             <preparationGoals>clean install</preparationGoals>
                             <autoVersionSubmodules>true</autoVersionSubmodules>
-                            <tag>${tag}</tag>
+                            <tag>${release.tag}</tag>
                         </configuration>
                     </plugin>
                 </plugins>
@@ -282,7 +279,7 @@
         </profile>
     </profiles>
     <properties>
-        <gpg.useAgent>true</gpg.useAgent>
+        <release.tag>1.0-RC3</release.tag>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
         <commons.deployment.protocol>scpexe</commons.deployment.protocol>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org