Author: dkulp
Date: Fri Apr  8 15:56:48 2011
New Revision: 1090314

URL: http://svn.apache.org/viewvc?rev=1090314&view=rev
Log:
Another update to make it easier next time

Modified:
    cxf/build-utils/trunk/pom.xml

Modified: cxf/build-utils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/build-utils/trunk/pom.xml?rev=1090314&r1=1090313&r2=1090314&view=diff
==============================================================================
--- cxf/build-utils/trunk/pom.xml (original)
+++ cxf/build-utils/trunk/pom.xml Fri Apr  8 15:56:48 2011
@@ -47,8 +47,8 @@
     <scm>
       
<connection>scm:svn:http://svn.apache.org/repos/asf/cxf/build-utils/trunk</connection>
       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/build-utils/trunk</developerConnection>
-      
<url>http://svn.apache.org/viewvc/maven/pom/tags/apache-7/cxf-build-utils</url>
-  </scm>
+      <url>http://svn.apache.org/repos/asf/cxf/build-utils/trunk</url>
+    </scm>
     <mailingLists>
         <mailingList>
             <name>Apache CXF User List</name>
@@ -116,7 +116,7 @@
                          <useReleaseProfile>false</useReleaseProfile>
                          <preparationGoals>clean install</preparationGoals>
                          <goals>deploy</goals>
-                         <arguments>-Prelease,deploy</arguments>
+                         <arguments>-Prelease,deploy,apache-release</arguments>
                          <autoVersionSubmodules>true</autoVersionSubmodules>
                      </configuration>
                  </plugin>


Reply via email to