You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2007/04/13 04:58:29 UTC

svn commit: r528334 - in /mina/branches/1.1: core/pom.xml example/pom.xml filter-codec-netty/pom.xml filter-compression/pom.xml filter-ssl/pom.xml integration-jmx/pom.xml integration-spring/pom.xml pom.xml

Author: trustin
Date: Thu Apr 12 19:58:27 2007
New Revision: 528334

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

Modified:
    mina/branches/1.1/core/pom.xml
    mina/branches/1.1/example/pom.xml
    mina/branches/1.1/filter-codec-netty/pom.xml
    mina/branches/1.1/filter-compression/pom.xml
    mina/branches/1.1/filter-ssl/pom.xml
    mina/branches/1.1/integration-jmx/pom.xml
    mina/branches/1.1/integration-spring/pom.xml
    mina/branches/1.1/pom.xml

Modified: mina/branches/1.1/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/core/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/core/pom.xml (original)
+++ mina/branches/1.1/core/pom.xml Thu Apr 12 19:58:27 2007
@@ -1,10 +1,10 @@
 <?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.mina</groupId>
     <artifactId>build</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>mina-core</artifactId>
   <name>Apache MINA Core API</name>

Modified: mina/branches/1.1/example/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/example/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/example/pom.xml (original)
+++ mina/branches/1.1/example/pom.xml Thu Apr 12 19:58:27 2007
@@ -1,10 +1,10 @@
 <?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.mina</groupId>
     <artifactId>build</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>mina-example</artifactId>
   <name>Apache MINA Examples</name>

Modified: mina/branches/1.1/filter-codec-netty/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/filter-codec-netty/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/filter-codec-netty/pom.xml (original)
+++ mina/branches/1.1/filter-codec-netty/pom.xml Thu Apr 12 19:58:27 2007
@@ -1,10 +1,10 @@
 <?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.mina</groupId>
     <artifactId>build</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>mina-filter-codec-netty</artifactId>
   <name>Apache MINA Netty Codec Filter</name>

Modified: mina/branches/1.1/filter-compression/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/filter-compression/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/filter-compression/pom.xml (original)
+++ mina/branches/1.1/filter-compression/pom.xml Thu Apr 12 19:58:27 2007
@@ -1,10 +1,10 @@
 <?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.mina</groupId>
     <artifactId>build</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>mina-filter-compression</artifactId>
   <name>Apache MINA Stream Compression Filter</name>

Modified: mina/branches/1.1/filter-ssl/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/filter-ssl/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/filter-ssl/pom.xml (original)
+++ mina/branches/1.1/filter-ssl/pom.xml Thu Apr 12 19:58:27 2007
@@ -1,10 +1,10 @@
 <?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.mina</groupId>
     <artifactId>build</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>mina-filter-ssl</artifactId>
   <name>Apache MINA SSL Filter</name>

Modified: mina/branches/1.1/integration-jmx/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/integration-jmx/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/integration-jmx/pom.xml (original)
+++ mina/branches/1.1/integration-jmx/pom.xml Thu Apr 12 19:58:27 2007
@@ -1,10 +1,10 @@
 <?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.mina</groupId>
     <artifactId>build</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>mina-integration-jmx</artifactId>
   <name>Apache MINA JMX integration</name>

Modified: mina/branches/1.1/integration-spring/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/integration-spring/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/integration-spring/pom.xml (original)
+++ mina/branches/1.1/integration-spring/pom.xml Thu Apr 12 19:58:27 2007
@@ -1,10 +1,10 @@
 <?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.mina</groupId>
     <artifactId>build</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>mina-integration-spring</artifactId>
   <name>Apache MINA Spring Integration</name>

Modified: mina/branches/1.1/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/pom.xml?view=diff&rev=528334&r1=528333&r2=528334
==============================================================================
--- mina/branches/1.1/pom.xml (original)
+++ mina/branches/1.1/pom.xml Thu Apr 12 19:58:27 2007
@@ -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.1.0-SNAPSHOT</version>
+  <version>1.1.0</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.1</connection>
-    <url>http://svn.apache.org/viewvc/directory/mina/branches/1.1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/branches/1.1</developerConnection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/1.1.0</connection>
+    <url>https://svn.apache.org/repos/asf/mina/tags/1.1.0</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/1.1.0</developerConnection>
   </scm>
 
   <distributionManagement>