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/05 07:08:57 UTC

svn commit: r1793956 - /geronimo/components/config/trunk/impl/pom.xml

Author: struberg
Date: Fri May  5 07:08:57 2017
New Revision: 1793956

URL: http://svn.apache.org/viewvc?rev=1793956&view=rev
Log:
microprofile-config-api groupId got changed. 

Modified:
    geronimo/components/config/trunk/impl/pom.xml

Modified: geronimo/components/config/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/impl/pom.xml?rev=1793956&r1=1793955&r2=1793956&view=diff
==============================================================================
--- geronimo/components/config/trunk/impl/pom.xml (original)
+++ geronimo/components/config/trunk/impl/pom.xml Fri May  5 07:08:57 2017
@@ -45,8 +45,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.eclipse.microprofile.apis</groupId>
-            <artifactId>microprofile-config_1.0_api</artifactId>
+            <groupId>org.eclipse.microprofile.config</groupId>
+            <artifactId>microprofile-config-api</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>