Author: elecharny
Date: Wed May 2 23:48:01 2012
New Revision: 1333261
URL: http://svn.apache.org/viewvc?rev=1333261&view=rev
Log:
Update the property in poms
Modified:
mina/trunk/core/pom.xml
mina/trunk/examples/pom.xml
mina/trunk/http/pom.xml
mina/trunk/ldap/pom.xml
mina/trunk/pom.xml
Modified: mina/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?rev=1333261&r1=1333260&r2=1333261&view=diff
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Wed May 2 23:48:01 2012
@@ -18,7 +18,7 @@
</parent>
<artifactId>mina-core</artifactId>
- <name>Apache MINA Core</name>
+ <name>Apache MINA Core ${project.version}</name>
<packaging>bundle</packaging>
<properties>
Modified: mina/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/examples/pom.xml?rev=1333261&r1=1333260&r2=1333261&view=diff
==============================================================================
--- mina/trunk/examples/pom.xml (original)
+++ mina/trunk/examples/pom.xml Wed May 2 23:48:01 2012
@@ -28,7 +28,7 @@
</parent>
<artifactId>mina-examples</artifactId>
- <name>Apache MINA examples</name>
+ <name>Apache MINA examples ${project.version}</name>
<packaging>jar</packaging>
<description>Apache MINA server and client examples</description>
Modified: mina/trunk/http/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/http/pom.xml?rev=1333261&r1=1333260&r2=1333261&view=diff
==============================================================================
--- mina/trunk/http/pom.xml (original)
+++ mina/trunk/http/pom.xml Wed May 2 23:48:01 2012
@@ -28,7 +28,7 @@
</parent>
<artifactId>mina-http</artifactId>
- <name>Apache MINA HTTP</name>
+ <name>Apache MINA HTTP ${project.version}</name>
<packaging>bundle</packaging>
<description>Low level HTTP codec for building simple & fast HTTP server
and clients</description>
Modified: mina/trunk/ldap/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/ldap/pom.xml?rev=1333261&r1=1333260&r2=1333261&view=diff
==============================================================================
--- mina/trunk/ldap/pom.xml (original)
+++ mina/trunk/ldap/pom.xml Wed May 2 23:48:01 2012
@@ -28,7 +28,7 @@
</parent>
<artifactId>mina-ldap</artifactId>
- <name>Apache MINA LDAP</name>
+ <name>Apache MINA LDAP ${project.version}</name>
<packaging>bundle</packaging>
<description>Low level LDAP codec</description>
Modified: mina/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=1333261&r1=1333260&r2=1333261&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Wed May 2 23:48:01 2012
@@ -35,7 +35,7 @@
<groupId>org.apache.mina</groupId>
<version>3.0.0-M1-SNAPSHOT</version>
<artifactId>mina-parent</artifactId>
- <name>Apache MINA</name>
+ <name>Apache MINA ${project.version}</name>
<packaging>pom</packaging>
<url>http://mina.apache.org/</url>