Author: mheath
Date: Sat Feb 16 09:08:37 2008
New Revision: 628360
URL: http://svn.apache.org/viewvc?rev=628360&view=rev
Log:
[maven-release-plugin] prepare release 2.0.0-M1
Modified:
mina/trunk/core/pom.xml
mina/trunk/example/pom.xml
mina/trunk/filter-codec-netty/pom.xml
mina/trunk/filter-compression/pom.xml
mina/trunk/integration-beans/pom.xml
mina/trunk/integration-jmx/pom.xml
mina/trunk/integration-ognl/pom.xml
mina/trunk/pom.xml
mina/trunk/statemachine/pom.xml
mina/trunk/transport-apr/pom.xml
Modified: mina/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-core</artifactId>
<name>Apache MINA Core</name>
Modified: mina/trunk/example/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-example</artifactId>
<name>Apache MINA Examples</name>
Modified: mina/trunk/filter-codec-netty/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/filter-codec-netty/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/filter-codec-netty/pom.xml (original)
+++ mina/trunk/filter-codec-netty/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-filter-codec-netty</artifactId>
<name>Apache MINA Netty Codec</name>
Modified: mina/trunk/filter-compression/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/filter-compression/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/filter-compression/pom.xml (original)
+++ mina/trunk/filter-compression/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-filter-compression</artifactId>
<name>Apache MINA Compression Filter</name>
Modified: mina/trunk/integration-beans/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-beans/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/integration-beans/pom.xml (original)
+++ mina/trunk/integration-beans/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-integration-beans</artifactId>
<name>Apache MINA JavaBeans Integration</name>
Modified: mina/trunk/integration-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-jmx/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/integration-jmx/pom.xml (original)
+++ mina/trunk/integration-jmx/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-integration-jmx</artifactId>
<name>Apache MINA JMX Integration</name>
Modified: mina/trunk/integration-ognl/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-ognl/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/integration-ognl/pom.xml (original)
+++ mina/trunk/integration-ognl/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-integration-ognl</artifactId>
<name>Apache MINA OGNL Integration</name>
Modified: mina/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Sat Feb 16 09:08:37 2008
@@ -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.apache.org/</url>
</organization>
<groupId>org.apache.mina</groupId>
- <version>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<artifactId>build</artifactId>
<name>Apache MINA Parent POM</name>
<packaging>pom</packaging>
@@ -25,9 +25,9 @@
</issueManagement>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/mina/trunk</connection>
- <url>http://svn.apache.org/viewvc/directory/mina/trunk</url>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/trunk</developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/mina/tags/2.0.0-M1</connection>
+ <url>http://svn.apache.org/viewvc/directory/mina/tags/2.0.0-M1</url>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/2.0.0-M1</developerConnection>
</scm>
<distributionManagement>
@@ -46,7 +46,7 @@
</notifiers>
</ciManagement>
- <description>Apache MINA is a network application framework which helps
users develop high performance and highly scalable network applications easily.
It provides an abstract · event-driven · asynchronous API over various
transports such as TCP/IP and UDP/IP via Java NIO.</description>
+ <description>Apache MINA is a network application framework which helps
users develop high performance and highly scalable network applications easily.
It provides an abstract � event-driven � asynchronous API over various
transports such as TCP/IP and UDP/IP via Java NIO.</description>
<licenses>
<license>
@@ -364,28 +364,28 @@
<phase>package</phase>
<configuration>
<tasks>
- <taskdef resource="net/sf/antcontrib/antlib.xml"/>
+ <taskdef resource="net/sf/antcontrib/antlib.xml" />
<if>
<or>
- <equals arg1="${project.packaging}" arg2="jar"/>
- <equals arg1="${project.packaging}" arg2="bundle"/>
+ <equals arg1="${project.packaging}" arg2="jar" />
+ <equals arg1="${project.packaging}" arg2="bundle" />
</or>
<then>
- <move
file="${project.build.directory}/${project.build.finalName}.jar"
tofile="${project.build.directory}/${project.build.finalName}.orig.jar"/>
+ <move
file="${project.build.directory}/${project.build.finalName}.jar"
tofile="${project.build.directory}/${project.build.finalName}.orig.jar" />
<zip
destfile="${project.build.directory}/${project.build.finalName}.jar">
<zipfileset dir="${basedir}/.." prefix="META-INF/">
- <include name="LICENSE.*"/>
- <include name="NOTICE.*"/>
+ <include name="LICENSE.*" />
+ <include name="NOTICE.*" />
</zipfileset>
- <zipfileset
src="${project.build.directory}/${project.build.finalName}.orig.jar"
filemode="644" dirmode="755"/>
+ <zipfileset
src="${project.build.directory}/${project.build.finalName}.orig.jar"
filemode="644" dirmode="755" />
</zip>
<jar
destfile="${project.build.directory}/${project.build.finalName}-sources.jar"
update="true">
<zipfileset dir="${basedir}/.." prefix="META-INF/">
- <include name="LICENSE.*"/>
- <include name="NOTICE.*"/>
+ <include name="LICENSE.*" />
+ <include name="NOTICE.*" />
</zipfileset>
</jar>
- <delete
file="${project.build.directory}/${project.build.finalName}.orig.jar"/>
+ <delete
file="${project.build.directory}/${project.build.finalName}.orig.jar" />
</then>
</if>
</tasks>
Modified: mina/trunk/statemachine/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/statemachine/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/statemachine/pom.xml (original)
+++ mina/trunk/statemachine/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-statemachine</artifactId>
<name>Apache MINA State Machine</name>
Modified: mina/trunk/transport-apr/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/transport-apr/pom.xml?rev=628360&r1=628359&r2=628360&view=diff
==============================================================================
--- mina/trunk/transport-apr/pom.xml (original)
+++ mina/trunk/transport-apr/pom.xml Sat Feb 16 09:08:37 2008
@@ -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>2.0.0-M1-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>mina-transport-apr</artifactId>
<name>Apache MINA APR Communication Support</name>