You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/07/27 11:08:04 UTC

svn commit: r979599 - in /geronimo/devtools/maven-plugins/trunk: maven-eclipsepde-plugin/pom.xml pom.xml

Author: delos
Date: Tue Jul 27 09:08:04 2010
New Revision: 979599

URL: http://svn.apache.org/viewvc?rev=979599&view=rev
Log:
[maven-release-plugin] prepare release maven-plugins-1.1

Modified:
    geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin/pom.xml
    geronimo/devtools/maven-plugins/trunk/pom.xml

Modified: geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin/pom.xml?rev=979599&r1=979598&r2=979599&view=diff
==============================================================================
--- geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin/pom.xml (original)
+++ geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin/pom.xml Tue Jul 27 09:08:04 2010
@@ -20,18 +20,18 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>maven-eclipsepde-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Maven Eclipse Build Plugin</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/maven-eclipsepde-plugin</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/tags/maven-plugins-1.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/tags/maven-plugins-1.1/maven-eclipsepde-plugin</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/tags/maven-plugins-1.1/maven-eclipsepde-plugin</url>
     </scm>
     <dependencies>
         <dependency>

Modified: geronimo/devtools/maven-plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/pom.xml?rev=979599&r1=979598&r2=979599&view=diff
==============================================================================
--- geronimo/devtools/maven-plugins/trunk/pom.xml (original)
+++ geronimo/devtools/maven-plugins/trunk/pom.xml Tue Jul 27 09:08:04 2010
@@ -16,14 +16,14 @@
   ~ limitations under the License.
 -->
 <!-- $Rev$ $Date$ -->
-<project>
+<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>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>maven-plugins</artifactId>
     <name>${artifactId}</name>
     <packaging>pom</packaging>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
 
     <parent>
         <groupId>org.apache</groupId>
@@ -65,9 +65,9 @@
     </mailingLists>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/tags/maven-plugins-1.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/tags/maven-plugins-1.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/tags/maven-plugins-1.1</url>
     </scm>
 
     <organization>