Author: tabish
Date: Fri Jun 26 22:14:01 2009
New Revision: 788887
URL: http://svn.apache.org/viewvc?rev=788887&view=rev
Log:
Update for latest Apache Release recommendations also move the activemq-cpp
project into its own group id to separate the deploys in maven repos from that
of activemq itself to prevent confusion.
Modified:
activemq/activemq-cpp/trunk/activemq-c/pom.xml
activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml
activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am
activemq/activemq-cpp/trunk/activemq-cpp/src/test-benchmarks/Makefile.am
activemq/activemq-cpp/trunk/activemq-cpp/src/test-integration/Makefile.am
activemq/activemq-cpp/trunk/activemq-cpp/src/test/Makefile.am
activemq/activemq-cpp/trunk/maven-cpptools-plugin/pom.xml
activemq/activemq-cpp/trunk/maven-cpptools-plugin/src/main/java/org/apache/activemq/maven/MakefileMojo.java
Modified: activemq/activemq-cpp/trunk/activemq-c/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/pom.xml?rev=788887&r1=788886&r2=788887&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-c/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-c/pom.xml Fri Jun 26 22:14:01 2009
@@ -23,10 +23,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.activemq</groupId>
+ <groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>activemq-c-library</artifactId>
@@ -37,7 +36,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.activemq.maven</groupId>
+ <groupId>org.apache.activemq-cpp</groupId>
<artifactId>maven-cpptools-plugin</artifactId>
<inherited>false</inherited>
<executions>
Modified: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml?rev=788887&r1=788886&r2=788887&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml
(original)
+++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml Fri Jun
26 22:14:01 2009
@@ -22,10 +22,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.activemq</groupId>
+ <groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>activemq-cpp-openwire-generator</artifactId>
Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=788887&r1=788886&r2=788887&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Fri Jun 26 22:14:01 2009
@@ -23,10 +23,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.activemq</groupId>
+ <groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>activemq-cpp-library</artifactId>
@@ -45,7 +44,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.activemq.maven</groupId>
+ <groupId>org.apache.activemq-cpp</groupId>
<artifactId>maven-cpptools-plugin</artifactId>
<inherited>false</inherited>
<executions>
@@ -185,7 +184,7 @@
<id>openwire-generate</id>
<dependencies>
<dependency>
- <groupId>org.apache.activemq</groupId>
+ <groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-openwire-generator</artifactId>
<version>${project.version}</version>
</dependency>