Author: tabish
Date: Mon Jun 29 16:16:48 2009
New Revision: 789376
URL: http://svn.apache.org/viewvc?rev=789376&view=rev
Log:
Revert Version Changes
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=789376&r1=789375&r2=789376&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Mon Jun 29 16:16:48 2009
@@ -17,8 +17,7 @@
limitations under the License.
-->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -202,7 +201,7 @@
<tasks>
<echo>Running OpenWire Generator</echo>
<taskdef name="generate"
classname="org.apache.activemq.openwire.tool.AmqCppGeneratorTask"
classpathref="maven.compile.classpath" />
- <generate maxVersion="3" source="${activemq-core-dir}"
target="${basedir}"/>
+ <generate maxVersion="3" source="${activemq-core-dir}"
target="${basedir}" />
</tasks>
</configuration>
<goals>