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/09/26 15:53:56 UTC

svn commit: r1175872 - /incubator/jena/Jena2/LARQ/trunk/pom.xml

Author: castagna
Date: Mon Sep 26 13:53:56 2011
New Revision: 1175872

URL: http://svn.apache.org/viewvc?rev=1175872&view=rev
Log: (empty)

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

Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1175872&r1=1175871&r2=1175872&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Mon Sep 26 13:53:56 2011
@@ -133,6 +133,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>${jdk.version}</source>
           <target>${jdk.version}</target>
@@ -143,6 +144,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.9</version>
         <configuration>
           <includes>
             <include>**/TS_*.java</include>
@@ -168,6 +170,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.8</version>
         <executions>
           <execution>
             <id>attach-javadocs</id>
@@ -213,6 +216,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
+        <version>2.2.1</version>
         <configuration>
           <remoteTagging>true</remoteTagging>
           <preparationGoals>clean install</preparationGoals>
@@ -223,6 +227,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.7</version>
         <configuration>
           <excludes>
             <exclude>**/CHANGES.txt</exclude>