upgrade to finally published microprofile-config-1.0 API


git-svn-id: https://svn.apache.org/repos/asf/geronimo/components/config/trunk@1803195 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/impl/debug-suite.xml b/impl/debug-suite.xml
index b121bee..cc92112 100644
--- a/impl/debug-suite.xml
+++ b/impl/debug-suite.xml
@@ -24,7 +24,7 @@
     <classes>
         <!-- Issues in the spec -->
         <!-- CDI-437 -->
-        <class name="org.eclipse.microprofile.config.tck.ConverterTest">
+        <class name="org.eclipse.microprofile.config.tck.CdiOptionalInjectionTest">
             <methods>
                 <include name=".*"/>
             </methods>
diff --git a/pom.xml b/pom.xml
index cbba335..3c98bfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,14 +37,13 @@
             <name>Apache License, Version 2.0</name>
             <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
             <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
         </license>
     </licenses>
 
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <microprofile-config.version>1.0-SNAPSHOT</microprofile-config.version>
+        <microprofile-config.version>1.0</microprofile-config.version>
         <owb.version>1.7.3</owb.version>
         <arquillian.version>1.1.13.Final</arquillian.version>
     </properties>