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 2017/05/30 19:57:49 UTC

svn commit: r1796923 - /geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml

Author: struberg
Date: Tue May 30 19:57:48 2017
New Revision: 1796923

URL: http://svn.apache.org/viewvc?rev=1796923&view=rev
Log:
GERONIMO-6553 upgrade to common-annotations-1.3

Modified:
    geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml?rev=1796923&r1=1796922&r2=1796923&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml Tue May 30 19:57:48 2017
@@ -91,8 +91,8 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-annotation_1.1_spec</artifactId>
-            <version>1.0</version>
+            <artifactId>geronimo-annotation_1.3_spec</artifactId>
+            <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>