You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2017/07/26 16:44:05 UTC

svn commit: r1803074 - /geronimo/components/config/trunk/README.adoc

Author: johndament
Date: Wed Jul 26 16:44:05 2017
New Revision: 1803074

URL: http://svn.apache.org/viewvc?rev=1803074&view=rev
Log:
Fixing readme with proper coordinates for config api.

Modified:
    geronimo/components/config/trunk/README.adoc

Modified: geronimo/components/config/trunk/README.adoc
URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/README.adoc?rev=1803074&r1=1803073&r2=1803074&view=diff
==============================================================================
--- geronimo/components/config/trunk/README.adoc (original)
+++ geronimo/components/config/trunk/README.adoc Wed Jul 26 16:44:05 2017
@@ -72,8 +72,8 @@ The API is also available as Maven Artif
 [source,xml]
 ----
 <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>
 ----