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 2008/04/11 20:13:38 UTC

svn commit: r647252 - in /activemq/trunk: activemq-core/pom.xml pom.xml

Author: chirino
Date: Fri Apr 11 11:13:37 2008
New Revision: 647252

URL: http://svn.apache.org/viewvc?rev=647252&view=rev
Log:
Fixing up build to be able to release

Modified:
    activemq/trunk/activemq-core/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=647252&r1=647251&r2=647252&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Apr 11 11:13:37 2008
@@ -144,7 +144,7 @@
     </dependency>
 
 
-    <!--- not really a dependency at all - just added optionally to get the generator working -->
+    <!-- not really a dependency at all - just added optionally to get the generator working -->
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-openwire-generator</artifactId>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=647252&r1=647251&r2=647252&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri Apr 11 11:13:37 2008
@@ -1221,7 +1221,7 @@
             <artifactId>maven-javadoc-plugin</artifactId>
             <inherited>true</inherited>
             <configuration>
-              <source>1.4</source>
+              <source>1.5</source>
             </configuration>
             <executions>
               <execution>