Author: chirino
Date: Wed Oct 20 18:32:46 2010
New Revision: 1025663
URL: http://svn.apache.org/viewvc?rev=1025663&view=rev
Log:
pom tweaks that fix warnings displayed in maven 3.
Modified:
activemq/activemq-apollo/trunk/apache-activemq-apollo/pom.xml (contents,
props changed)
activemq/activemq-apollo/trunk/apollo-bdb/pom.xml
activemq/activemq-apollo/trunk/apollo-broker/pom.xml
activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml (contents, props
changed)
activemq/activemq-apollo/trunk/apollo-dto/pom.xml
activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml
activemq/activemq-apollo/trunk/apollo-scala/pom.xml (contents, props
changed)
activemq/activemq-apollo/trunk/apollo-selector/pom.xml
activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
activemq/activemq-apollo/trunk/apollo-store/pom.xml
activemq/activemq-apollo/trunk/apollo-tcp/pom.xml
activemq/activemq-apollo/trunk/apollo-transport/pom.xml
activemq/activemq-apollo/trunk/apollo-util/pom.xml
activemq/activemq-apollo/trunk/apollo-web/pom.xml
activemq/activemq-apollo/trunk/apollo-website/pom.xml
Modified: activemq/activemq-apollo/trunk/apache-activemq-apollo/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apache-activemq-apollo/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apache-activemq-apollo/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apache-activemq-apollo/pom.xml Wed Oct 20
18:32:46 2010
@@ -29,7 +29,7 @@
<packaging>pom</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<properties>
<karaf.version>2.0.0</karaf.version>
Propchange: activemq/activemq-apollo/trunk/apache-activemq-apollo/pom.xml
('svn:executable' removed)
Modified: activemq/activemq-apollo/trunk/apollo-bdb/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-bdb/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Wed Oct 20 18:32:46 2010
@@ -22,6 +22,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -29,7 +30,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-broker/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Wed Oct 20 18:32:46
2010
@@ -22,6 +22,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -29,7 +30,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml Wed Oct 20 18:32:46
2010
@@ -22,6 +22,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -29,7 +30,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<repositories>
<repository>
Propchange: activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml
('svn:executable' removed)
Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Wed Oct 20 18:32:46 2010
@@ -29,7 +29,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
Modified: activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml Wed Oct 20 18:32:46
2010
@@ -22,6 +22,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -29,7 +30,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Wed Oct 20 18:32:46 2010
@@ -29,7 +29,7 @@
<packaging>pom</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Holds the common Maven settings for Scala based
modules.</description>
<dependencies>
Propchange: activemq/activemq-apollo/trunk/apollo-scala/pom.xml
('svn:executable' removed)
Modified: activemq/activemq-apollo/trunk/apollo-selector/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-selector/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Wed Oct 20 18:32:46
2010
@@ -29,7 +29,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Wed Oct 20 18:32:46 2010
@@ -22,6 +22,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -29,7 +30,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-store/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-store/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-store/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-store/pom.xml Wed Oct 20 18:32:46 2010
@@ -22,6 +22,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -29,7 +30,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-tcp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-tcp/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-tcp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-tcp/pom.xml Wed Oct 20 18:32:46 2010
@@ -29,7 +29,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-transport/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-transport/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-transport/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-transport/pom.xml Wed Oct 20 18:32:46
2010
@@ -29,7 +29,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<dependencies>
Modified: activemq/activemq-apollo/trunk/apollo-util/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-util/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Wed Oct 20 18:32:46 2010
@@ -22,6 +22,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -29,7 +30,7 @@
<packaging>jar</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<repositories>
<!-- For the JNA dependency -->
Modified: activemq/activemq-apollo/trunk/apollo-web/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Wed Oct 20 18:32:46 2010
@@ -25,6 +25,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
<version>6.0-SNAPSHOT</version>
+ <relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
@@ -32,7 +33,7 @@
<packaging>war</packaging>
<version>6.0-SNAPSHOT</version>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<properties>
<jetty-port>8080</jetty-port>
Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1025663&r1=1025662&r2=1025663&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Wed Oct 20 18:32:46
2010
@@ -27,7 +27,7 @@
</parent>
<artifactId>apollo-website</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<build>
<resources>