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 13:40:00 UTC

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

Author: struberg
Date: Fri May  5 13:40:00 2017
New Revision: 1794055

URL: http://svn.apache.org/viewvc?rev=1794055&view=rev
Log:
fix updated groupId for mp-config-tck

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=1794055&r1=1794054&r2=1794055&view=diff
==============================================================================
--- geronimo/components/config/trunk/impl/pom.xml (original)
+++ geronimo/components/config/trunk/impl/pom.xml Fri May  5 13:40:00 2017
@@ -51,7 +51,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.eclipse.microprofile.config.tck</groupId>
+            <groupId>org.eclipse.microprofile.config</groupId>
             <artifactId>microprofile-config-tck</artifactId>
             <version>1.0-SNAPSHOT</version>
             <scope>test</scope>