You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/07/23 04:09:31 UTC

svn commit: r1505881 - in /commons/dev/plugins/commonsdev-example-plugin/EXAMPLES_1_0_RC1: ./ pom.xml

Author: sebb
Date: Tue Jul 23 02:09:31 2013
New Revision: 1505881

URL: http://svn.apache.org/r1505881
Log:
Creating RC tag

Added:
    commons/dev/plugins/commonsdev-example-plugin/EXAMPLES_1_0_RC1/
      - copied from r1505880, commons/dev/plugins/commonsdev-example-plugin/trunk/
Modified:
    commons/dev/plugins/commonsdev-example-plugin/EXAMPLES_1_0_RC1/pom.xml

Modified: commons/dev/plugins/commonsdev-example-plugin/EXAMPLES_1_0_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/dev/plugins/commonsdev-example-plugin/EXAMPLES_1_0_RC1/pom.xml?rev=1505881&r1=1505880&r2=1505881&view=diff
==============================================================================
--- commons/dev/plugins/commonsdev-example-plugin/EXAMPLES_1_0_RC1/pom.xml (original)
+++ commons/dev/plugins/commonsdev-example-plugin/EXAMPLES_1_0_RC1/pom.xml Tue Jul 23 02:09:31 2013
@@ -26,7 +26,7 @@
  
   <groupId>org.apache.commons.plugins</groupId>
   <artifactId>commonsdev-example-plugin</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <name>Apache Commons Developer Example Maven Mojo</name>
   <packaging>maven-plugin</packaging>
   <inceptionYear>2013</inceptionYear>
@@ -52,9 +52,9 @@
 
  <!-- Is this section needed? -->
   <scm>
-             <connection>scm:svn:http://svn.apache.org/repos/asf/commons/dev/plugins/commonsdev-example-plugin/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/dev/plugins/commonsdev-example-plugin/trunk/</developerConnection>
-                                <url>http://svn.apache.org/viewvc/commons/dev/plugins/commonsdev-example-plugin/trunk/</url>
+             <connection>scm:svn:http://svn.apache.org/repos/asf/commons/dev/plugins/commonsdev-example-plugin/tags/EXAMPLES_1_0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/dev/plugins/commonsdev-example-plugin/tags/EXAMPLES_1_0</developerConnection>
+                                <url>http://svn.apache.org/viewvc/commons/dev/plugins/commonsdev-example-plugin/tags/EXAMPLES_1_0</url>
   </scm>
 
   <prerequisites>