Skip to content

Commit

Permalink
Use latest AMQ SNAPSHOT version
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk@1036909 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Timothy A. Bish committed Nov 19, 2010
1 parent cb893b1 commit 688c4f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
</mailingLists>

<properties>
<activemq-version>5.4-SNAPSHOT</activemq-version>
<activemq-version>5.5-SNAPSHOT</activemq-version>
<siteId>activemq-cpp-${activemq-version}</siteId>
<projectName>Apache ActiveMQ-CPP</projectName>
<annogen-version>0.1.0</annogen-version>
<ant-version>1.6.2</ant-version>
<ant-version>1.7.0</ant-version>
<xstream-version>1.3.1</xstream-version>
<activemq-core-dir>${ACTIVEMQ_SRC_HOME}/activemq-core/</activemq-core-dir>
<activemq-cpp-openwire-generator-version>2.0</activemq-cpp-openwire-generator-version>
Expand Down Expand Up @@ -111,20 +111,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.1</version>
<version>1.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
<version>2.2</version>
<configuration>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
<version>1.0-alpha-3</version>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.7</version>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
<excludes>
Expand Down

0 comments on commit 688c4f0

Please sign in to comment.