You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2013/04/26 22:02:44 UTC

svn commit: r1476368 - /geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml

Author: struberg
Date: Fri Apr 26 20:02:43 2013
New Revision: 1476368

URL: http://svn.apache.org/r1476368
Log:
GERONIMO-6464 fix artifactId

Modified:
    geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml?rev=1476368&r1=1476367&r2=1476368&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml Fri Apr 26 20:02:43 2013
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
-    <artifactId>geronimo-annotation_1.6_spec</artifactId>
+    <artifactId>geronimo-annotation_1.2_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Annotation Spec 1.2</name>
     <version>1.0.MR2-SNAPSHOT</version>