Author: vsiveton
Date: Sun Jul 31 13:22:04 2011
New Revision: 1152574

URL: http://svn.apache.org/viewvc?rev=1152574&view=rev
Log:
o fixed pom

Modified:
    maven/sandbox/trunk/jxr/maven-jxr/pom.xml

Modified: maven/sandbox/trunk/jxr/maven-jxr/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/jxr/maven-jxr/pom.xml?rev=1152574&r1=1152573&r2=1152574&view=diff
==============================================================================
--- maven/sandbox/trunk/jxr/maven-jxr/pom.xml (original)
+++ maven/sandbox/trunk/jxr/maven-jxr/pom.xml Sun Jul 31 13:22:04 2011
@@ -25,10 +25,10 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>20</version>
-    <relativePath>../../../pom/maven/pom.xml</relativePath>
+    <groupId>org.apache.maven.jxr</groupId>
+    <artifactId>jxr</artifactId>
+    <version>3.0-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.jxr</groupId>


Reply via email to