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/24 17:50:56 UTC

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

Author: coheigea
Date: Mon Sep 24 15:50:55 2012
New Revision: 1389443

URL: http://svn.apache.org/viewvc?rev=1389443&view=rev
Log:
Updating pom

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=1389443&r1=1389442&r2=1389443&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 Mon Sep 24 15:50:55 2012
@@ -60,12 +60,12 @@
     </licenses>
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/santuario/trunk
+            scm:svn:http://svn.apache.org/repos/asf/santuario/branches/1.4.x-fixes
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/santuario/trunk
+            scm:svn:https://svn.apache.org/repos/asf/santuario/branches/1.4.x-fixes
         </developerConnection>
-        <url>http://svn.apache.org/viewvc/santuario/trunk</url>
+        <url>http://svn.apache.org/viewvc/santuario/branches/1.4.x-fixes</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>
@@ -234,6 +234,14 @@
                 <activeByDefault>true</activeByDefault>
                 <jdk>1.4</jdk>
             </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
         <profile>
             <id>jdk15</id>
@@ -292,11 +300,9 @@
 
     <distributionManagement>
         <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>
-                scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
-            </url>
+            <id>apache.releases.https</id>
+            <name>Apache Release Distribution Repository</name>
+            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
         </repository>
         <snapshotRepository>
             <id>apache.snapshots.https</id>