You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/05/13 00:10:14 UTC

svn commit: r1102481 - in /activemq/activemq-apollo/trunk: ./ apollo-bdb/ apollo-broker/ apollo-cassandra/ apollo-cli/ apollo-distro/src/main/release/examples/java/ apollo-hawtdb/ apollo-jdbm2/ apollo-openwire/ apollo-scala/ apollo-stomp/ apollo-util/ ...

Author: chirino
Date: Thu May 12 22:10:13 2011
New Revision: 1102481

URL: http://svn.apache.org/viewvc?rev=1102481&view=rev
Log:
Switch to released plugin versions, don't use variables in artifactIds since hudson does not like.

Modified:
    activemq/activemq-apollo/trunk/apollo-bdb/pom.xml
    activemq/activemq-apollo/trunk/apollo-broker/pom.xml
    activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml
    activemq/activemq-apollo/trunk/apollo-cli/pom.xml
    activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml
    activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml
    activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml
    activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
    activemq/activemq-apollo/trunk/apollo-scala/pom.xml
    activemq/activemq-apollo/trunk/apollo-stomp/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
    activemq/activemq-apollo/trunk/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-bdb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-bdb/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Thu May 12 22:10:13 2011
@@ -85,7 +85,7 @@
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Thu May 12 22:10:13 2011
@@ -144,7 +144,7 @@
     </dependency>
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cassandra/pom.xml Thu May 12 22:10:13 2011
@@ -76,7 +76,7 @@
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Thu May 12 22:10:13 2011
@@ -81,7 +81,7 @@
     <!-- Testing Dependencies -->
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml Thu May 12 22:10:13 2011
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.fusesource.mvnplugins</groupId>
         <artifactId>maven-uberize-plugin</artifactId>
-        <version>1.5</version>
+        <version>1.14</version>
         <executions>
           <execution>
             <phase>package</phase>

Modified: activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-hawtdb/pom.xml Thu May 12 22:10:13 2011
@@ -91,7 +91,7 @@
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml Thu May 12 22:10:13 2011
@@ -85,7 +85,7 @@
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-openwire/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-openwire/pom.xml Thu May 12 22:10:13 2011
@@ -112,7 +112,7 @@
     </dependency>
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Thu May 12 22:10:13 2011
@@ -100,7 +100,7 @@
                 <compilerPlugin>
                   <groupId>org.fusesource.jvmassert</groupId>
                   <artifactId>jvmassert</artifactId>
-                  <version>1.1-SNAPSHOT</version>
+                  <version>1.1</version>
                 </compilerPlugin>
               </compilerPlugins>
             </configuration>
@@ -159,7 +159,7 @@
                 <compilerPlugin>
                   <groupId>org.fusesource.jvmassert</groupId>
                   <artifactId>jvmassert</artifactId>
-                  <version>1.1-SNAPSHOT</version>
+                  <version>1.1</version>
                 </compilerPlugin>
               </compilerPlugins>
             </configuration>

Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Thu May 12 22:10:13 2011
@@ -117,7 +117,7 @@
     </dependency>
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-util/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-util/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Thu May 12 22:10:13 2011
@@ -133,7 +133,7 @@
     <!-- Testing Dependencies -->    
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </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=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Thu May 12 22:10:13 2011
@@ -135,7 +135,7 @@
     </dependency>
     <dependency>
       <groupId>org.scalatest</groupId>
-      <artifactId>${scalatest-artifact}</artifactId>
+      <artifactId>scalatest_2.9.0</artifactId>
       <version>${scalatest-version}</version>
       <scope>test</scope>
     </dependency>
@@ -271,7 +271,7 @@
       <plugin>
         <groupId>org.fusesource.mvnplugins</groupId>
         <artifactId>maven-uberize-plugin</artifactId>
-        <version>1.11</version>
+        <version>${mvnplugins-version}</version>
         <executions>
           <execution>
             <id>slim</id>

Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Thu May 12 22:10:13 2011
@@ -173,7 +173,7 @@
       <plugin>
         <groupId>org.fusesource.mvnplugins</groupId>
         <artifactId>maven-linkchecker-plugin</artifactId>
-        <version>1.12</version>
+        <version>${mvnplugins-version}</version>
         <configuration>
           <excludedLinks>
             <value>http://github.com/</value>

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1102481&r1=1102480&r2=1102481&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu May 12 22:10:13 2011
@@ -41,7 +41,6 @@
 
     <!-- dependencies that track scala version changes -->
     <scala-version>2.9.0</scala-version>
-    <scalatest-artifact>scalatest_2.9.0</scalatest-artifact>
     <scalatest-version>1.4.1</scalatest-version>
     
     <activemq-version>5.4.1</activemq-version>
@@ -130,6 +129,7 @@
     <features-maven-plugin-version>2.1.0</features-maven-plugin-version>
     
     <osgi.fragment.host>${project.groupId}.apollo-broker</osgi.fragment.host>
+    <mvnplugins-version>1.14</mvnplugins-version>
   </properties>
 
   <prerequisites>
@@ -602,7 +602,7 @@
           <plugin>
             <groupId>org.fusesource.mvnplugins</groupId>
             <artifactId>maven-graph-plugin</artifactId>
-            <version>1.11</version>
+            <version>${mvnplugins-version}</version>
           </plugin>
         </plugins>
       </build>