Author: sagara Date: Tue May 31 14:31:31 2011 New Revision: 1129703 URL: http://svn.apache.org/viewvc?rev=1129703&view=rev Log: Revert the changes introduced by Maven release plug-in that failed during the branch creation goal.
Modified: axis/axis2/java/transports/trunk/modules/all/pom.xml axis/axis2/java/transports/trunk/modules/base/pom.xml axis/axis2/java/transports/trunk/modules/http/pom.xml axis/axis2/java/transports/trunk/modules/jms/pom.xml axis/axis2/java/transports/trunk/modules/mail/pom.xml axis/axis2/java/transports/trunk/modules/sms/pom.xml axis/axis2/java/transports/trunk/modules/tcp/pom.xml axis/axis2/java/transports/trunk/modules/testkit/pom.xml axis/axis2/java/transports/trunk/modules/udp/pom.xml axis/axis2/java/transports/trunk/modules/xmpp/pom.xml axis/axis2/java/transports/trunk/pom.xml Modified: axis/axis2/java/transports/trunk/modules/all/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/all/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/all/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/all/pom.xml Tue May 31 14:31:31 2011 @@ -17,7 +17,8 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -34,9 +35,9 @@ <name>Apache Axis2 - Transport - All</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/all</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/all</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/all</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/all</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/all</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/all</url> </scm> <profiles> @@ -45,7 +46,7 @@ <activation> <property> <name>release</name> - <value /> + <value/> </property> </activation> <build> @@ -94,11 +95,11 @@ </goals> <configuration> <tasks> - <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties" /> - <mkdir dir="target/classes" /> + <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties"/> + <mkdir dir="target/classes"/> <cobertura-instrument datafile="../../target/cobertura.ser"> <fileset dir="target/classes"> - <exclude name="org/apache/axis2/transport/testkit/**/*.class" /> + <exclude name="org/apache/axis2/transport/testkit/**/*.class"/> </fileset> </cobertura-instrument> </tasks> Modified: axis/axis2/java/transports/trunk/modules/base/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/base/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/base/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/base/pom.xml Tue May 31 14:31:31 2011 @@ -18,7 +18,10 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -34,9 +37,9 @@ <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/base</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/base</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/base</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/base</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/base</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/base</url> </scm> <build> Modified: axis/axis2/java/transports/trunk/modules/http/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/http/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/http/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/http/pom.xml Tue May 31 14:31:31 2011 @@ -19,7 +19,8 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -33,9 +34,9 @@ <packaging>jar</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/http</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/http</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/http</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/http</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/http</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/http</url> </scm> <build> Modified: axis/axis2/java/transports/trunk/modules/jms/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/jms/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Tue May 31 14:31:31 2011 @@ -18,7 +18,10 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -34,9 +37,9 @@ <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/jms</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/jms</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/jms</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/jms</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/jms</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/jms</url> </scm> <build> Modified: axis/axis2/java/transports/trunk/modules/mail/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/mail/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Tue May 31 14:31:31 2011 @@ -18,7 +18,10 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -34,9 +37,9 @@ <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/mail</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/mail</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/mail</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/mail</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/mail</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/mail</url> </scm> <build> Modified: axis/axis2/java/transports/trunk/modules/sms/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/sms/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Tue May 31 14:31:31 2011 @@ -18,7 +18,10 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -34,9 +37,9 @@ <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/sms</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/sms</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/sms</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/sms</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/sms</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/sms</url> </scm> <build> @@ -115,16 +118,23 @@ <phase>test-compile</phase> <configuration> <tasks unless="maven.test.skip"> - <mkdir dir="target/test-resources/samples/conf" /> - <mkdir dir="target/test-resources/samples/repository/modules" /> - <mkdir dir="target/test-resources/samples/repository/services" /> - <mkdir dir="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms" /> - <mkdir dir="target/test-resources/samples/repository/services/SampleService/META-INF" /> - <copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar" tofile="target/test-resources/samples/repository/modules/addressing.mar" /> - <copy file="target/test-classes/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class" tofile="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class" /> - <copy file="conf/axis2.xml" tofile="target/test-resources/samples/conf/axis2.xml" /> - <copy file="repository/services/SampleService/META-INF/MANIFEST.MF" tofile="target/test-resources/samples/repository/services/SampleService/META-INF/MANIFEST.MF" /> - <copy file="repository/services/SampleService/META-INF/services.xml" tofile="target/test-resources/samples/repository/services/SampleService/META-INF/services.xml" /> + <mkdir dir="target/test-resources/samples/conf"/> + <mkdir dir="target/test-resources/samples/repository/modules"/> + <mkdir dir="target/test-resources/samples/repository/services"/> + <mkdir + dir="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms"/> + <mkdir + dir="target/test-resources/samples/repository/services/SampleService/META-INF"/> + <copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar" + tofile="target/test-resources/samples/repository/modules/addressing.mar"/> + <copy file="target/test-classes/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class" + tofile="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class"/> + <copy file="conf/axis2.xml" + tofile="target/test-resources/samples/conf/axis2.xml"/> + <copy file="repository/services/SampleService/META-INF/MANIFEST.MF" + tofile="target/test-resources/samples/repository/services/SampleService/META-INF/MANIFEST.MF"/> + <copy file="repository/services/SampleService/META-INF/services.xml" + tofile="target/test-resources/samples/repository/services/SampleService/META-INF/services.xml"/> </tasks> </configuration> <goals> Modified: axis/axis2/java/transports/trunk/modules/tcp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/tcp/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/tcp/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/tcp/pom.xml Tue May 31 14:31:31 2011 @@ -19,7 +19,8 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -33,9 +34,9 @@ <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/tcp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/tcp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/tcp</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/tcp</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/tcp</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/tcp</url> </scm> <build> @@ -66,11 +67,14 @@ <phase>test-compile</phase> <configuration> <tasks> - <mkdir dir="target/test-resources/samples/modules" /> - <mkdir dir="target/test-resources/samples/conf" /> - <copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar" tofile="target/test-resources/samples/modules/addressing.mar" /> - <copy file="conf/axis2.xml" tofile="target/test-resources/samples/conf/axis2.xml" /> - <copy file="conf/client_axis2.xml" tofile="target/test-resources/samples/conf/client_axis2.xml" /> + <mkdir dir="target/test-resources/samples/modules"/> + <mkdir dir="target/test-resources/samples/conf"/> + <copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar" + tofile="target/test-resources/samples/modules/addressing.mar"/> + <copy file="conf/axis2.xml" + tofile="target/test-resources/samples/conf/axis2.xml"/> + <copy file="conf/client_axis2.xml" + tofile="target/test-resources/samples/conf/client_axis2.xml"/> </tasks> </configuration> <goals> Modified: axis/axis2/java/transports/trunk/modules/testkit/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/testkit/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/testkit/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/testkit/pom.xml Tue May 31 14:31:31 2011 @@ -19,7 +19,8 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -32,9 +33,9 @@ <description>Framework to build test suites for Axis2 transports</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/testkit</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/testkit</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/testkit</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/testkit</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/testkit</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/testkit</url> </scm> <dependencies> Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/udp/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Tue May 31 14:31:31 2011 @@ -19,7 +19,8 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -33,9 +34,9 @@ <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/udp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/udp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/udp</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/udp</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/udp</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/udp</url> </scm> <build> Modified: axis/axis2/java/transports/trunk/modules/xmpp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/xmpp/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Tue May 31 14:31:31 2011 @@ -19,7 +19,8 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.axis2</groupId> @@ -33,9 +34,9 @@ <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/xmpp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/xmpp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/xmpp</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/xmpp</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/xmpp</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/xmpp</url> </scm> <build> Modified: axis/axis2/java/transports/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1129703&r1=1129702&r2=1129703&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/pom.xml (original) +++ axis/axis2/java/transports/trunk/pom.xml Tue May 31 14:31:31 2011 @@ -19,7 +19,9 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -141,9 +143,9 @@ </developers> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk</url> </scm> <modules> @@ -181,12 +183,14 @@ </goals> <configuration> <tasks> - <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties" /> + <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties"/> <mkdir dir="${project.build.directory}/site/cobertura" /> - <cobertura-report format="html" datafile="target/cobertura.ser" destdir="${project.build.directory}/cobertura"> - <fileset dir="modules/base/src/main/java" /> - <fileset dir="modules/jms/src/main/java" /> - <fileset dir="modules/mail/src/main/java" /> + <cobertura-report format="html" + datafile="target/cobertura.ser" + destdir="${project.build.directory}/cobertura"> + <fileset dir="modules/base/src/main/java"/> + <fileset dir="modules/jms/src/main/java"/> + <fileset dir="modules/mail/src/main/java"/> </cobertura-report> </tasks> </configuration>