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/26 16:54:21 UTC

svn commit: r788723 - /activemq/activemq-cpp/trunk/activemq-c/pom.xml

Author: tabish
Date: Fri Jun 26 14:54:21 2009
New Revision: 788723

URL: http://svn.apache.org/viewvc?rev=788723&view=rev
Log:
Update for latest Apache Release recommendations

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=788723&r1=788722&r2=788723&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-c/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-c/pom.xml Fri Jun 26 14:54:21 2009
@@ -32,8 +32,7 @@
   <artifactId>activemq-c-library</artifactId>
   <packaging>pom</packaging>
   <name>ActiveMQ-CPP C Wrapper Library</name>
-  <description>The ActiveMQ-C Library</description>
-  <version>3.0.1-SNAPSHOT</version>
+  <description>The ActiveMQ-C Library Wrapper for ActiveMQ-CPP</description>
 
   <build>
     <plugins>
@@ -130,18 +129,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-gpg-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>sign</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>