[maven-scm] copy for tag apache-resource-bundles-2

git-svn-id: https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2@514842 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-incubator-disclaimer-resource-bundle/pom.xml b/apache-incubator-disclaimer-resource-bundle/pom.xml
index 1ffbfb6..2495577 100644
--- a/apache-incubator-disclaimer-resource-bundle/pom.xml
+++ b/apache-incubator-disclaimer-resource-bundle/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>1</version>
+    <version>2</version>
   </parent>
   <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
   <name>Apache Incubator Disclaimer Resource Bundle</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   <inceptionYear>2006</inceptionYear>
   <description>
     An archive which contains the standard Apache Incubator disclaimer.
diff --git a/apache-jar-resource-bundle/pom.xml b/apache-jar-resource-bundle/pom.xml
index 71859a6..a75f8e5 100644
--- a/apache-jar-resource-bundle/pom.xml
+++ b/apache-jar-resource-bundle/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>1</version>
+    <version>2</version>
   </parent>
   <artifactId>apache-jar-resource-bundle</artifactId>
   <name>Apache JAR Resource Bundle</name>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.2</version>
   <inceptionYear>2006</inceptionYear>
   <description>
     An archive which contains templates for generating the necessary license files and notices for all Apache releases.
diff --git a/apache-license-header-resource-bundle/pom.xml b/apache-license-header-resource-bundle/pom.xml
index 840a2a6..e595bac 100644
--- a/apache-license-header-resource-bundle/pom.xml
+++ b/apache-license-header-resource-bundle/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
   </parent>
   <artifactId>apache-license-header-resource-bundle</artifactId>
   <name>Apache License Header Resource Bundle</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   <inceptionYear>2006</inceptionYear>
   <description>
     An archive which contains the notice file template.
diff --git a/pom.xml b/pom.xml
index 5bda517..470cfc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,15 +2,16 @@
 <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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>3</version>
-    <relativePath>../asf/pom.xml</relativePath>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>5</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <packaging>pom</packaging>
+  <groupId>org.apache</groupId>
   <artifactId>apache-resource-bundles</artifactId>
   <name>Apache Resource Bundles</name>
-  <version>2-SNAPSHOT</version>
+  <version>2</version>
   <inceptionYear>2006</inceptionYear>
   <modules>
     <module>apache-jar-resource-bundle</module>
@@ -18,11 +19,22 @@
     <module>apache-incubator-disclaimer-resource-bundle</module>         
   </modules>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2</url>
   </scm>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-4</version>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/resources/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <!-- Turn this into a lifecycle -->
       <plugin>