Author: jstrachan
Date: Fri Aug 4 01:48:55 2006
New Revision: 428666
URL: http://svn.apache.org/viewvc?rev=428666&view=rev
Log:
backed out parent pom change
Modified:
incubator/activemq/trunk/activemq-cpp/pom.xml
Modified: incubator/activemq/trunk/activemq-cpp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-cpp/pom.xml?rev=428666&r1=428665&r2=428666&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-cpp/pom.xml (original)
+++ incubator/activemq/trunk/activemq-cpp/pom.xml Fri Aug 4 01:48:55 2006
@@ -3,21 +3,26 @@
<modelVersion>4.0.0</modelVersion>
+<!--
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
<version>4.1-incubator-SNAPSHOT</version>
</parent>
-
+ -->
+
<groupId>org.apache.activemq</groupId>
<name>ActiveMQ :: CPP :: Parent</name>
<artifactId>activemq-cpp-parent</artifactId>
<packaging>pom</packaging>
-
+
+ <!-- these should be deleted when using a parent pom-->
+ <version>1.0-SNAPSHOT</version>
+
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-cpp</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-cpp</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/activemq-cpp/</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/</url>
</scm>
<build>