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/07/28 00:25:48 UTC

svn commit: r798310 - /activemq/activemq-cpp/trunk/pom.xml

Author: tabish
Date: Mon Jul 27 22:25:48 2009
New Revision: 798310

URL: http://svn.apache.org/viewvc?rev=798310&view=rev
Log:
Update to Point scn to Trunk

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

Modified: activemq/activemq-cpp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/pom.xml?rev=798310&r1=798309&r2=798310&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/pom.xml (original)
+++ activemq/activemq-cpp/trunk/pom.xml Mon Jul 27 22:25:48 2009
@@ -60,7 +60,7 @@
   </mailingLists>
 
   <properties>
-    <activemq-version>5.2.0</activemq-version>
+    <activemq-version>5.3-SNAPSHOT</activemq-version>
     <siteId>activemq-cpp-${activemq-version}</siteId>
     <projectName>Apache ActiveMQ-CPP</projectName>
     <annogen-version>0.1.0</annogen-version>
@@ -90,9 +90,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.0.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.0.x</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk</url>
   </scm>
 
   <dependencyManagement>
@@ -122,6 +122,39 @@
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>rat-maven-plugin</artifactId>
+          <version>1.0-alpha-3</version>
+          <configuration>
+            <excludeSubProjects>false</excludeSubProjects>
+            <excludes>
+              <exclude>KEYS</exclude>
+              <exclude>**/configure</exclude>
+              <exclude>**/doxygen.cfg</exclude>
+              <exclude>**/*.prefs</exclude>
+              <exclude>**/.classpath</exclude>
+              <exclude>**/.project</exclude>
+              <exclude>**/.cproject</exclude>
+              <exclude>**/.metadata/**/*</exclude>
+              <exclude>**/vs2005-build/**/*</exclude>
+              <exclude>**/m4/**/*</exclude>
+              <exclude>**/config/**/*</exclude>
+              <exclude>**/build/**/*</exclude>
+              <exclude>**/target/**/*</exclude>
+              <exclude>**/autom4te.cache/**/*</exclude>
+            </excludes>
+          </configuration>
+          <executions>
+            <execution>
+              <id>AMQCPP-RAT-CHECK</id>
+              <phase>verify</phase>
+              <goals>
+                <goal>check</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>