Author: veithen Date: Sun Dec 5 13:00:41 2010 New Revision: 1042343 URL: http://svn.apache.org/viewvc?rev=1042343&view=rev Log: Updated the POM metadata (URLs, mailing lists, SVN, etc.).
Modified: axis/axis2/java/sandesha/trunk/modules/client/pom.xml axis/axis2/java/sandesha/trunk/modules/core/pom.xml axis/axis2/java/sandesha/trunk/modules/distribution/pom.xml axis/axis2/java/sandesha/trunk/modules/interop/pom.xml axis/axis2/java/sandesha/trunk/modules/mar/pom.xml axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml axis/axis2/java/sandesha/trunk/modules/policy/pom.xml axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml axis/axis2/java/sandesha/trunk/modules/samples/pom.xml axis/axis2/java/sandesha/trunk/modules/tests/pom.xml axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/client/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/client/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/client/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/client/pom.xml Sun Dec 5 13:00:41 2010 @@ -33,6 +33,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Client</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/client</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/client</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/client</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <plugins> <plugin> Modified: axis/axis2/java/sandesha/trunk/modules/core/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/core/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/core/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/core/pom.xml Sun Dec 5 13:00:41 2010 @@ -33,6 +33,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Core</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/core</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/core</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/core</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/main/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/distribution/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/distribution/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/distribution/pom.xml Sun Dec 5 13:00:41 2010 @@ -34,6 +34,15 @@ <description>Sandesha2 - Distribution</description> <packaging>pom</packaging> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/distribution</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/distribution</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/distribution</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <plugins> <plugin> Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/interop/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/interop/pom.xml Sun Dec 5 13:00:41 2010 @@ -32,6 +32,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Interop</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/interop</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/interop</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/main/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/modules/mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/mar/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/mar/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/mar/pom.xml Sun Dec 5 13:00:41 2010 @@ -33,6 +33,15 @@ <packaging>mar</packaging> <name>Sandesha2 - Mar</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/mar</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/mar</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/mar</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/main/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml Sun Dec 5 13:00:41 2010 @@ -15,6 +15,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Persistent Storage</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/persistence</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/persistence</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/modules/policy/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/policy/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/policy/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/policy/pom.xml Sun Dec 5 13:00:41 2010 @@ -33,6 +33,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Policy</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/policy</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/policy</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/policy</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/main/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml Sun Dec 5 13:00:41 2010 @@ -33,6 +33,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Rampart Integration</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/rampart-integration</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/rampart-integration</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/rampart-integration</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/main/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/modules/samples/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/samples/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/samples/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/samples/pom.xml Sun Dec 5 13:00:41 2010 @@ -32,6 +32,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Samples</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/samples</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/samples</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/samples</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/main/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Sun Dec 5 13:00:41 2010 @@ -32,6 +32,15 @@ <packaging>jar</packaging> <name>Sandesha2 - Test Suite</name> + <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/tests</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/tests</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests</url> + </scm> + <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere --> + <url>http://axis.apache.org/axis2/java/sandesha/</url> + <build> <sourceDirectory>src/test/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1042343&r1=1042342&r2=1042343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Sun Dec 5 13:00:41 2010 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>7</version> + <version>8</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -21,31 +21,33 @@ </description> <version>SNAPSHOT</version> <name>Apache Sandesha</name> - <url>http://ws.apache.org/ws-fx/sandesha/sandesha2</url> - - <licenses> - <license> - <name>Apache License Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> - </license> - </licenses> - - <organization> - <name>Apache Software Foundation</name> - <url>http://www.apache.org</url> - </organization> + <url>http://axis.apache.org/axis2/java/sandesha/</url> <issueManagement> <system>JIRA</system> - <url>http://issues.apache.org/jira/browse/SANDESHA2</url> + <url>https://issues.apache.org/jira/browse/SANDESHA2</url> </issueManagement> <mailingLists> <mailingList> - <name>Sandesha Developer List</name> - <subscribe>sandesha-dev-subscr...@ws.apache.org</subscribe> - <unsubscribe>sandesha-dev-unsubscr...@ws.apache.org</unsubscribe> - <archive/> + <name>Axis2 Developer List</name> + <subscribe>java-dev-subscr...@axis.apache.org</subscribe> + <unsubscribe>java-dev-unsubscr...@axis.apache.org</unsubscribe> + <post>java-...@axis.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/axis-java-dev/</archive> + <otherArchives> + <otherArchive>http://markmail.org/search/list:org.apache.ws.axis-dev</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Axis2 User List</name> + <subscribe>java-user-subscr...@axis.apache.org</subscribe> + <unsubscribe>java-user-unsubscr...@axis.apache.org</unsubscribe> + <post>java-u...@axis.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/axis-java-user/</archive> + <otherArchives> + <otherArchive>http://markmail.org/search/list:org.apache.ws.axis-user</otherArchive> + </otherArchives> </mailingList> </mailingLists> <inceptionYear>2005</inceptionYear> @@ -151,10 +153,9 @@ </reporting> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/sandesha/trunk/java/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/sandesha/trunk/java/ - </developerConnection> - <url>http://svn.apache.org/repos/asf/webservices/sandesha/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk</url> </scm> <pluginRepositories>