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/08/01 02:09:00 UTC

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

Author: johndament
Date: Tue Aug  1 02:09:00 2017
New Revision: 1803607

URL: http://svn.apache.org/viewvc?rev=1803607&view=rev
Log:
GERONIMO-6576 Upgrading to MP Config 1.1

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

Modified: geronimo/components/config/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/pom.xml?rev=1803607&r1=1803606&r2=1803607&view=diff
==============================================================================
--- geronimo/components/config/trunk/pom.xml (original)
+++ geronimo/components/config/trunk/pom.xml Tue Aug  1 02:09:00 2017
@@ -50,7 +50,7 @@
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <microprofile-config.version>1.0</microprofile-config.version>
+        <microprofile-config.version>1.1-SNAPSHOT</microprofile-config.version>
         <owb.version>1.7.3</owb.version>
         <owb2.version>2.0.1-SNAPSHOT</owb2.version>
         <arquillian.version>1.1.13.Final</arquillian.version>