You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/23 00:14:52 UTC

svn commit: r787423 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/pom.xml

Author: tabish
Date: Mon Jun 22 22:14:52 2009
New Revision: 787423

URL: http://svn.apache.org/viewvc?rev=787423&view=rev
Log:
Updates to automate the release process for ActiveMQ-CPP

Modified:
    activemq/activemq-cpp/branches/activemq-cpp-2.x/pom.xml

Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/pom.xml?rev=787423&r1=787422&r2=787423&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/pom.xml (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/pom.xml Mon Jun 22 22:14:52 2009
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>4</version>
+    <version>6</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -31,8 +31,9 @@
   <name>ActiveMQ-CPP Library</name>
   <description>C++ Client Library for Apache ActiveMQ</description>
   <version>2.2.7-SNAPSHOT</version>
+  <inceptionYear>2007</inceptionYear>
   <prerequisites>
-    <maven>2.0.8</maven>
+    <maven>2.0.9</maven>
   </prerequisites>
 
   <organization>
@@ -54,14 +55,8 @@
     <repository>
       <id>release.apache.org</id>
       <name>ActiveMQ-CPP Release Repository</name>
-      <url>file://${basedir}/target/deploy/release</url>
+      <url>file://${basedir}/target</url>
     </repository>
-    <snapshotRepository>
-      <uniqueVersion>false</uniqueVersion>
-      <id>snapshot.apache.org</id>
-      <name>ActiveMQ-CPP Snapshot Repository</name>
-      <url>file://${basedir}/target/deploy/snapshot</url>
-    </snapshotRepository>
   </distributionManagement>
 
   <scm>
@@ -159,6 +154,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-9</version>
         <configuration>
           <useReleaseProfile>false</useReleaseProfile>
           <preparationGoals>clean install</preparationGoals>