Author: veithen
Date: Sat Jul  3 11:13:40 2010
New Revision: 960198

URL: http://svn.apache.org/viewvc?rev=960198&view=rev
Log:
Fixed broken relativePaths.

Modified:
    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

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/base/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/base/pom.xml Sat Jul  3 11:13:40 
2010
@@ -27,7 +27,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/http/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/http/pom.xml Sat Jul  3 11:13:40 
2010
@@ -26,7 +26,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-http-tests</artifactId>
     <name>Apache Axis2 - Transport - HTTP Tests</name>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Sat Jul  3 11:13:40 
2010
@@ -27,7 +27,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Sat Jul  3 11:13:40 
2010
@@ -27,7 +27,7 @@
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-transports</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.axis2</groupId>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Sat Jul  3 11:13:40 
2010
@@ -27,7 +27,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/tcp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/tcp/pom.xml Sat Jul  3 11:13:40 
2010
@@ -26,7 +26,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-tcp</artifactId>
     <name>Apache Axis2 - Transport - TCP</name>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/testkit/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/testkit/pom.xml Sat Jul  3 
11:13:40 2010
@@ -26,7 +26,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-testkit</artifactId>
     <name>Apache Axis2 - Transport - testkit</name>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Sat Jul  3 11:13:40 
2010
@@ -26,7 +26,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-udp</artifactId>
     <name>Apache Axis2 - Transport - UDP</name>

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=960198&r1=960197&r2=960198&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Sat Jul  3 11:13:40 
2010
@@ -26,7 +26,7 @@
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-xmpp</artifactId>
     <name>Apache Axis2 - Transport - XMPP</name>


Reply via email to