You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2012/09/26 16:05:54 UTC

svn commit: r1390500 - /santuario/xml-security-java/branches/1.4.x-fixes/pom.xml

Author: coheigea
Date: Wed Sep 26 14:05:54 2012
New Revision: 1390500

URL: http://svn.apache.org/viewvc?rev=1390500&view=rev
Log:
Some pom updates

Modified:
    santuario/xml-security-java/branches/1.4.x-fixes/pom.xml

Modified: santuario/xml-security-java/branches/1.4.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.4.x-fixes/pom.xml?rev=1390500&r1=1390499&r2=1390500&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.4.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/1.4.x-fixes/pom.xml Wed Sep 26 14:05:54 2012
@@ -60,18 +60,23 @@
     </licenses>
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/santuario/branches/1.4.x-fixes
+            scm:svn:http://svn.apache.org/repos/asf/santuario/xml-security-java/branches/1.4.x-fixes
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/santuario/branches/1.4.x-fixes
+            scm:svn:https://svn.apache.org/repos/asf/santuario/xml-security-java/branches/1.4.x-fixes
         </developerConnection>
-        <url>http://svn.apache.org/viewvc/santuario/branches/1.4.x-fixes</url>
+        <url>http://http://svn.apache.org/repos/asf/santuario/xml-security-java/branches/1.4.x-fixes/</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>
         <url>http://www.apache.org/</url>
     </organization>
 
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>11</version>
+    </parent>
 
     <build>
         <sourceDirectory>src</sourceDirectory>
@@ -181,6 +186,18 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.2.1</version>
+                <configuration>
+                    <useReleaseProfile>false</useReleaseProfile>
+                    <preparationGoals>clean install</preparationGoals>
+                    <goals>deploy</goals>
+                    <arguments>-Papache-release</arguments>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
         </plugins>
 
         <pluginManagement>