Author: kenney
Date: Mon Jul 10 07:11:49 2006
New Revision: 420532
URL: http://svn.apache.org/viewvc?rev=420532&view=rev
Log:
Use maven-core-it-plugin version 1.0.1-SNAPSHOT.
It's identical to the 1.1 SNAPSHOT from trunk code-wise.
The difference is the version of the maven-plugin-api.
Since this it test was merged from trunk it still used
the trunk version of the maven-core-it-plugin, which fails
the CI.
Modified:
maven/components/branches/maven-2.0.x/maven-core-it/it0107/pom.xml
Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0107/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core-it/it0107/pom.xml?rev=420532&r1=420531&r2=420532&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0107/pom.xml
(original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0107/pom.xml Mon Jul
10 07:11:49 2006
@@ -8,7 +8,7 @@
<plugins>
<plugin>
<artifactId>maven-core-it-plugin</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<goals>
<goal>param-implementation</goal>
</goals>