You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/08/26 09:08:37 UTC

svn commit: r1162010 - /incubator/jena/Jena2/ARQ/trunk/pom.xml

Author: castagna
Date: Fri Aug 26 07:08:37 2011
New Revision: 1162010

URL: http://svn.apache.org/viewvc?rev=1162010&view=rev
Log:
Lesson learned: we should always specify the <version> of Maven plugins.

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1162010&r1=1162009&r2=1162010&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Fri Aug 26 07:08:37 2011
@@ -395,6 +395,7 @@ build.time.txt=${build.time.txt}
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.3</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>