Author: tabish
Date: Tue Jun 9 20:48:01 2009
New Revision: 783130
URL: http://svn.apache.org/viewvc?rev=783130&view=rev
Log:
minor update for version numbers
Modified:
activemq/activemq-cpp/trunk/activemq-c/pom.xml
Modified: activemq/activemq-cpp/trunk/activemq-c/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/pom.xml?rev=783130&r1=783129&r2=783130&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-c/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-c/pom.xml Tue Jun 9 20:48:01 2009
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-cpp-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<packaging>pom</packaging>
<name>ActiveMQ-CPP C Wrapper Library</name>
<description>The ActiveMQ-C Library</description>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.1-SNAPSHOT</version>
<build>
<plugins>
|