Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/pom.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/pom.xml b/bundles/org.eclipse.equinox.p2.tests/pom.xml
index e70df7134..c92785f1c 100644
--- a/bundles/org.eclipse.equinox.p2.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.tests</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
@@ -34,27 +34,27 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
- <executions>
- <execution>
- <id>compile</id>
- <phase>compile</phase>
- <configuration>
- <target>
- <ant antfile="${basedir}/download.eclipse.platform.for.p2.migration.tests.xml">
- <target name="download.eclipse.platform"/>
- </ant>
- </target>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+<!-- <plugin> -->
+<!-- <groupId>org.apache.maven.plugins</groupId> -->
+<!-- <artifactId>maven-antrun-plugin</artifactId> -->
+<!-- <version>1.6</version> -->
+<!-- <executions> -->
+<!-- <execution> -->
+<!-- <id>compile</id> -->
+<!-- <phase>compile</phase> -->
+<!-- <configuration> -->
+<!-- <target> -->
+<!-- <ant antfile="${basedir}/download.eclipse.platform.for.p2.migration.tests.xml"> -->
+<!-- <target name="download.eclipse.platform"/> -->
+<!-- </ant> -->
+<!-- </target> -->
+<!-- </configuration> -->
+<!-- <goals> -->
+<!-- <goal>run</goal> -->
+<!-- </goals> -->
+<!-- </execution> -->
+<!-- </executions> -->
+<!-- </plugin> -->
<plugin>

Back to the top