Skip to content

Commit

Permalink
update to use Apache v9 parent and fix version numbers
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk@1142342 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Timothy A. Bish committed Jul 2, 2011
1 parent 49ac849 commit 492f48f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>6</version>
<version>9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-pom</artifactId>
<version>3.4.x-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveMQ-CPP Project</name>
<inceptionYear>2007</inceptionYear>
Expand Down Expand Up @@ -60,7 +60,7 @@
</mailingLists>

<properties>
<activemq-version>5.5-SNAPSHOT</activemq-version>
<activemq-version>5.6-SNAPSHOT</activemq-version>
<siteId>activemq-cpp-${activemq-version}</siteId>
<projectName>Apache ActiveMQ-CPP</projectName>
<annogen-version>0.1.0</annogen-version>
Expand Down Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
<version>2.2.1</version>
<configuration>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
Expand Down

0 comments on commit 492f48f

Please sign in to comment.