Author: sagara
Date: Wed May  4 09:56:16 2011
New Revision: 1099385

URL: http://svn.apache.org/viewvc?rev=1099385&view=rev
Log:
Fixed build error when running  profile 'everything' and refracted POM as other 
samples. 

Modified:
    axis/axis2/java/core/trunk/modules/samples/jaxws-version/pom.xml

Modified: axis/axis2/java/core/trunk/modules/samples/jaxws-version/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/jaxws-version/pom.xml?rev=1099385&r1=1099384&r2=1099385&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/samples/jaxws-version/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/samples/jaxws-version/pom.xml Wed May  4 
09:56:16 2011
@@ -20,14 +20,11 @@
 <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>
-        <artifactId>axis2-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
-    </parent>
-    <artifactId>version</artifactId>
-    <name>Apache Axis2 - JAXWS Version Service</name>
+    <groupId>org.apache.axis2.examples</groupId>      
+    <artifactId>jaxws-version</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+    <packaging>jar</packaging>
+    <name>Apache Axis2 -JAXWS Version Service</name>
     <build>
         <sourceDirectory>src</sourceDirectory>
         <resources>


Reply via email to