You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/06 10:08:30 UTC

svn commit: r701983 - /servicemix/components/components-pom/trunk/pom.xml

Author: gnodet
Date: Mon Oct  6 01:08:29 2008
New Revision: 701983

URL: http://svn.apache.org/viewvc?rev=701983&view=rev
Log:
[maven-release-plugin] prepare release components-pom-1

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=701983&r1=701982&r2=701983&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Mon Oct  6 01:08:29 2008
@@ -27,7 +27,7 @@
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>components-pom</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1</version>
   <packaging>pom</packaging>
   
   <name>ServiceMix :: Components POM</name>
@@ -38,9 +38,9 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/components-pom/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/components-pom/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/components-pom/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/components-pom/tags/components-pom-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/components-pom/tags/components-pom-1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/components-pom/tags/components-pom-1</url>
   </scm>
 
   <properties>
@@ -763,12 +763,12 @@
                 <phase>validate</phase>
                 <configuration>
                   <tasks>
-                    <whichresource resource="/smx-eclipse-pmd" property="pmd.url"/>
-                    <whichresource resource="/smx-pmd-ruleset.xml" property="pmdruleset.url"/>
-                    <whichresource resource="/smx-eclipse-checkstyle" property="eclipse.checkstyle.url"/>
-                    <get src="${pmdruleset.url}" dest=".ruleset"/>
-                    <get src="${pmd.url}" dest=".pmd"/>
-                    <get src="${eclipse.checkstyle.url}" dest=".checkstyle"/>
+                    <whichresource resource="/smx-eclipse-pmd" property="pmd.url" />
+                    <whichresource resource="/smx-pmd-ruleset.xml" property="pmdruleset.url" />
+                    <whichresource resource="/smx-eclipse-checkstyle" property="eclipse.checkstyle.url" />
+                    <get src="${pmdruleset.url}" dest=".ruleset" />
+                    <get src="${pmd.url}" dest=".pmd" />
+                    <get src="${eclipse.checkstyle.url}" dest=".checkstyle" />
                   </tasks>
                 </configuration>
                 <goals>
@@ -822,7 +822,7 @@
           <releases>
             <enabled>false</enabled>
           </releases>
-          <snapshots/>
+          <snapshots />
           <id>Codehaus Snapshots</id>
           <url>http://snapshots.repository.codehaus.org/</url>
         </repository>
@@ -832,7 +832,7 @@
           <releases>
             <enabled>false</enabled>
           </releases>
-          <snapshots/>
+          <snapshots />
           <id>Codehaus Snapshots</id>
           <url>http://snapshots.repository.codehaus.org/</url>
         </pluginRepository>