Author: keith
Date: Tue Dec 11 01:55:25 2007
New Revision: 10926
Log:
Setting versions of maven-antrun-plugin
Modified:
trunk/mashup/java/modules/coreservices/scraperservice/pom.xml
trunk/mashup/java/modules/integration/pom.xml
Modified: trunk/mashup/java/modules/coreservices/scraperservice/pom.xml
==============================================================================
--- trunk/mashup/java/modules/coreservices/scraperservice/pom.xml
(original)
+++ trunk/mashup/java/modules/coreservices/scraperservice/pom.xml Tue Dec
11 01:55:25 2007
@@ -160,6 +160,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>create_service</id>
Modified: trunk/mashup/java/modules/integration/pom.xml
==============================================================================
--- trunk/mashup/java/modules/integration/pom.xml (original)
+++ trunk/mashup/java/modules/integration/pom.xml Tue Dec 11 01:55:25 2007
@@ -179,7 +179,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.1</version>
<executions>
<execution>
<id>create-test-resources</id>
@@ -188,7 +188,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks unless="maven.test.skip">
+ <tasks>
<property name="wso2mashup.version"
value="${wso2mashup.version}"/>
<property name="wso2mashup.version.number"
value="${wso2mashup.version.number}"/>
<property name="httpPort" value="${httpPort}"/>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev