You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2010/12/10 11:50:49 UTC

svn commit: r1044281 - /incubator/stanbol/trunk/fise/integration-tests/pom.xml

Author: bdelacretaz
Date: Fri Dec 10 10:50:49 2010
New Revision: 1044281

URL: http://svn.apache.org/viewvc?rev=1044281&view=rev
Log:
add missing plugin version, module didn't build

Modified:
    incubator/stanbol/trunk/fise/integration-tests/pom.xml

Modified: incubator/stanbol/trunk/fise/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/fise/integration-tests/pom.xml?rev=1044281&r1=1044280&r2=1044281&view=diff
==============================================================================
--- incubator/stanbol/trunk/fise/integration-tests/pom.xml (original)
+++ incubator/stanbol/trunk/fise/integration-tests/pom.xml Fri Dec 10 10:50:49 2010
@@ -68,6 +68,7 @@
       <plugin>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>maven-paxexam-plugin</artifactId>
+        <version>1.2.2</version>
         <executions>
           <execution>
             <id>generate-config</id>