[maven-release-plugin] prepare release config-parent-1.0

git-svn-id: https://svn.apache.org/repos/asf/geronimo/components/config/trunk@1803198 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/impl/pom.xml b/impl/pom.xml
index 0a594ff..e2599c9 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -17,14 +17,13 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.geronimo.config</groupId>
         <artifactId>config-parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
 
     <artifactId>geronimo-config-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index f6b6bbc..977ec8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.geronimo.config</groupId>
     <artifactId>config-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
     <name>Geronimo Microprofile Configuration</name>
 
@@ -41,9 +41,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/components/config/trunk</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/tags/config-parent-1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/tags/config-parent-1.0</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/components/config/tags/config-parent-1.0</url>
     </scm>