Author: stephenc
Date: Thu Oct 29 12:57:09 2009
New Revision: 830919

URL: http://svn.apache.org/viewvc?rev=830919&view=rev
Log:
[maven-release-plugin] prepare release maven-toolchains-plugin-1.0

Modified:
    maven/plugins/trunk/maven-toolchains-plugin/pom.xml

Modified: maven/plugins/trunk/maven-toolchains-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/pom.xml?rev=830919&r1=830918&r2=830919&view=diff
==============================================================================
--- maven/plugins/trunk/maven-toolchains-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-toolchains-plugin/pom.xml Thu Oct 29 12:57:09 2009
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<project 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' 
xmlns='http://maven.apache.org/POM/4.0.0'>
+<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>
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven-toolchains-plugin</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Toolchains Plugin</name>
@@ -39,9 +39,9 @@
   </prerequisites>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-toolchains-plugin/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-toolchains-plugin/</developerConnection>
-    
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-toolchains-plugin-1.0</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-toolchains-plugin-1.0</developerConnection>
+    
<url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-toolchains-plugin-1.0</url>
   </scm>
 
   <dependencies>
@@ -77,9 +77,9 @@
                 <phase>integration-test</phase>
                 <configuration>
                   <tasks>
-                    <echo/><echo/><echo/><echo/><echo/>
-                    <echo level='warning'>NO INTEGRATION TESTS DEFINED</echo>
-                    <echo/><echo/><echo/><echo/><echo/>
+                    <echo /><echo /><echo /><echo /><echo />
+                    <echo level="warning">NO INTEGRATION TESTS DEFINED</echo>
+                    <echo /><echo /><echo /><echo /><echo />
                   </tasks>
                 </configuration>
                 <goals>


Reply via email to