Author: elecharny
Date: Tue Jun 1 14:48:15 2010
New Revision: 950097
URL: http://svn.apache.org/viewvc?rev=950097&view=rev
Log:
Replaced the and adding the project. before the keyword, as needed
Modified:
mina/trunk/core/pom.xml
mina/trunk/example/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/integration-xbean/pom.xml
mina/trunk/parent/pom.xml
mina/trunk/statemachine/pom.xml
mina/trunk/transport-apr/pom.xml
mina/trunk/transport-serial/pom.xml
Modified: mina/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Tue Jun 1 14:48:15 2010
@@ -32,8 +32,8 @@
<packaging>bundle</packaging>
<properties>
- <symbolicName>${groupId}.core</symbolicName>
- <exportedPackage>${groupId}</exportedPackage>
+ <symbolicName>${project.groupId}.core</symbolicName>
+ <exportedPackage>${project.groupId}</exportedPackage>
</properties>
<dependencies>
Modified: mina/trunk/example/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Tue Jun 1 14:48:15 2010
@@ -30,31 +30,31 @@
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-beans</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-jmx</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-statemachine</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
Modified: mina/trunk/filter-compression/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/filter-compression/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/filter-compression/pom.xml (original)
+++ mina/trunk/filter-compression/pom.xml Tue Jun 1 14:48:15 2010
@@ -32,14 +32,14 @@
<packaging>bundle</packaging>
<properties>
- <exportedPackage>${groupId}.filter.compression</exportedPackage>
+ <exportedPackage>${project.groupId}.filter.compression</exportedPackage>
</properties>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
Modified: mina/trunk/integration-beans/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-beans/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/integration-beans/pom.xml (original)
+++ mina/trunk/integration-beans/pom.xml Tue Jun 1 14:48:15 2010
@@ -32,14 +32,14 @@
<packaging>bundle</packaging>
<properties>
- <exportedPackage>${groupId}.integration.beans</exportedPackage>
+ <exportedPackage>${project.groupId}.integration.beans</exportedPackage>
</properties>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
</dependencies>
Modified: mina/trunk/integration-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-jmx/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/integration-jmx/pom.xml (original)
+++ mina/trunk/integration-jmx/pom.xml Tue Jun 1 14:48:15 2010
@@ -32,28 +32,28 @@
<packaging>bundle</packaging>
<properties>
- <exportedPackage>${groupId}.integration.jmx</exportedPackage>
+ <exportedPackage>${project.groupId}.integration.jmx</exportedPackage>
</properties>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-beans</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-ognl</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
Modified: mina/trunk/integration-ognl/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-ognl/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/integration-ognl/pom.xml (original)
+++ mina/trunk/integration-ognl/pom.xml Tue Jun 1 14:48:15 2010
@@ -32,21 +32,21 @@
<packaging>bundle</packaging>
<properties>
- <exportedPackage>${groupId}.integration.ognl</exportedPackage>
+ <exportedPackage>${project.groupId}.integration.ognl</exportedPackage>
</properties>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-beans</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
Modified: mina/trunk/integration-xbean/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-xbean/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/integration-xbean/pom.xml (original)
+++ mina/trunk/integration-xbean/pom.xml Tue Jun 1 14:48:15 2010
@@ -42,23 +42,23 @@
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-beans</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
Modified: mina/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/parent/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/parent/pom.xml (original)
+++ mina/trunk/parent/pom.xml Tue Jun 1 14:48:15 2010
@@ -38,51 +38,51 @@
<dependencies>
<!-- Submodules -->
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-transport-apr</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-filter-compression</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-beans</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-ognl</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-jmx</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-statemachine</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
@@ -280,9 +280,9 @@
<version>1.0</version>
<dependencies>
<dependency>
- <groupId>org.apache.mina</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-legal</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<executions>
Modified: mina/trunk/statemachine/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/statemachine/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/statemachine/pom.xml (original)
+++ mina/trunk/statemachine/pom.xml Tue Jun 1 14:48:15 2010
@@ -32,14 +32,14 @@
<packaging>bundle</packaging>
<properties>
- <exportedPackage>${groupId}.statemachine</exportedPackage>
+ <exportedPackage>${project.groupId}.statemachine</exportedPackage>
</properties>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<optional>true</optional>
<type>bundle</type>
</dependency>
Modified: mina/trunk/transport-apr/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/transport-apr/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/transport-apr/pom.xml (original)
+++ mina/trunk/transport-apr/pom.xml Tue Jun 1 14:48:15 2010
@@ -30,14 +30,14 @@
<packaging>bundle</packaging>
<properties>
- <exportedPackage>${groupId}.transport.socket.apr</exportedPackage>
+ <exportedPackage>${project.groupId}.transport.socket.apr</exportedPackage>
</properties>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
Modified: mina/trunk/transport-serial/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/transport-serial/pom.xml?rev=950097&r1=950096&r2=950097&view=diff
==============================================================================
--- mina/trunk/transport-serial/pom.xml (original)
+++ mina/trunk/transport-serial/pom.xml Tue Jun 1 14:48:15 2010
@@ -32,21 +32,21 @@
<packaging>bundle</packaging>
<properties>
- <exportedPackage>${groupId}.transport.serial</exportedPackage>
+ <exportedPackage>${project.groupId}.transport.serial</exportedPackage>
</properties>
<dependencies>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>
<dependency>
- <groupId>${groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>mina-integration-beans</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
<type>bundle</type>
</dependency>