Author: trustin
Date: Mon Dec  4 18:32:13 2006
New Revision: 482463

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

Modified:
    mina/branches/1.0/pom.xml

Modified: mina/branches/1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/pom.xml?view=diff&rev=482463&r1=482462&r2=482463
==============================================================================
--- mina/branches/1.0/pom.xml (original)
+++ mina/branches/1.0/pom.xml Mon Dec  4 18:32:13 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<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>
   <parent>
     <groupId>org.apache</groupId>
@@ -11,7 +11,7 @@
     <url>http://mina.apace.org/</url>
   </organization>
   <groupId>org.apache.mina</groupId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <artifactId>build</artifactId>
   <name>Apache MINA Root Build POM</name>
   <packaging>pom</packaging>
@@ -25,9 +25,9 @@
   </issueManagement>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/mina/branches/1.0</connection>
-    <url>http://svn.apache.org/viewvc/directory/mina/branches/1.0</url>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/branches/1.0</developerConnection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/1.0.1</connection>
+    <url>https://svn.apache.org/repos/asf/mina/tags/1.0.1</url>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/1.0.1</developerConnection>
   </scm>
 
   <ciManagement>


Reply via email to