Author: chirino
Date: Tue Dec  2 06:51:49 2008
New Revision: 722479

URL: http://svn.apache.org/viewvc?rev=722479&view=rev
Log:
Set the parent pom so that deployment can work

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

Modified: activemq/activemq-blaze/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-blaze/trunk/pom.xml?rev=722479&r1=722478&r2=722479&view=diff
==============================================================================
--- activemq/activemq-blaze/trunk/pom.xml (original)
+++ activemq/activemq-blaze/trunk/pom.xml Tue Dec  2 06:51:49 2008
@@ -17,7 +17,12 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-
+  
+  <parent>
+    <groupId>org.apache.activemq</groupId>
+    <artifactId>activemq-parent</artifactId>
+    <version>5.2.0</version>
+  </parent>
   
   <groupId>org.apache.activemq</groupId>
   <artifactId>activeblaze</artifactId>


Reply via email to