You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/08/22 23:27:09 UTC

svn commit: r433758 - /maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml

Author: carlos
Date: Tue Aug 22 14:27:09 2006
New Revision: 433758

URL: http://svn.apache.org/viewvc?rev=433758&view=rev
Log:
Use parent pom

Modified:
    maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml

Modified: maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml?rev=433758&r1=433757&r2=433758&view=diff
==============================================================================
--- maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml (original)
+++ maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml Tue Aug 22 14:27:09 2006
@@ -4,7 +4,13 @@
   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>
-  <groupId>org.apache.maven.shared.user</groupId>
+
+  <parent>
+    <groupId>org.apache.maven.shared.user</groupId>
+    <artifactId>maven-user</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
   <artifactId>persistence-api-exceptions</artifactId>
   <version>1.0</version>
   <name>Enterprise JavaBeans (EJB) 3.0 exceptions</name>
@@ -13,7 +19,6 @@
     The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
     This package contains only exceptions so it can be built under JDK 1.4.
   </description>
-  <url>http://www.jcp.org/en/jsr/detail?id=220</url>
 
   <licenses>
     <license>