Author: schor
Date: Tue Jul 16 16:10:44 2013
New Revision: 1503773
URL: http://svn.apache.org/r1503773
Log:
[maven-release-plugin] rollback the release of uimaj-eclipse-update-site-2.4.1
Modified:
uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml
Modified: uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml?rev=1503773&r1=1503772&r2=1503773&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml Tue Jul 16 16:10:44 2013
@@ -106,6 +106,15 @@
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.7</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.9.2</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
<executions>
<execution>
<id>BuildUpdateSite-pack-svnget-buildMetadata-commit-to-dev</id>
@@ -113,7 +122,7 @@
<goals><goal>run</goal></goals>
<configuration>
<target>
- <taskdef name="if" classname="net.sf.antcontrib.logic.IfTask" />
+<!-- <taskdef name="if"
classname="net.sf.antcontrib.logic.IfTask" /> -->
<!-- =================================== -->
<!-- Check we can access build tools -->