You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/05/14 10:22:18 UTC

svn commit: r1338056 - /jena/Scratch/AFS/Dev/trunk/pom.xml

Author: andy
Date: Mon May 14 08:22:17 2012
New Revision: 1338056

URL: http://svn.apache.org/viewvc?rev=1338056&view=rev
Log:
Update

Modified:
    jena/Scratch/AFS/Dev/trunk/pom.xml

Modified: jena/Scratch/AFS/Dev/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/Scratch/AFS/Dev/trunk/pom.xml?rev=1338056&r1=1338055&r2=1338056&view=diff
==============================================================================
--- jena/Scratch/AFS/Dev/trunk/pom.xml (original)
+++ jena/Scratch/AFS/Dev/trunk/pom.xml Mon May 14 08:22:17 2012
@@ -25,7 +25,7 @@
     <this.root>${project.artifactId}-${project.version}</this.root>
     <ver.jena>2.7.1-SNAPSHOT</ver.jena>
     <ver.arq>2.9.1-SNAPSHOT</ver.arq>
-    <ver.tdb>0.9.0-SNAPSHOT</ver.tdb>
+    <ver.tdb>0.9.1-SNAPSHOT</ver.tdb>
     <ver.iri>0.9.1-SNAPSHOT</ver.iri>
 
     <ver.junit>[4.9,)</ver.junit>
@@ -128,6 +128,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+	<version>2.4</version>
         <configuration>
           <encoding>UTF-8</encoding>
           <debug>true</debug>
@@ -141,6 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+	<version>2.12</version>
         <configuration>
           <includes>
             <include>**/TS_*.java</include>
@@ -151,6 +153,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
+	<version>2.5</version>
         <configuration>
           <encoding>UTF-8</encoding>
         </configuration>
@@ -159,6 +162,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
+	<version>2.4</version>
         <configuration>
           <overWriteReleases>false</overWriteReleases>
           <overWriteIfNewer>true</overWriteIfNewer>
@@ -168,6 +172,7 @@
        <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
+	<version>2.9</version>
         <configuration>
           <buildOutputDirectory>${project.build.directory}/classes-eclipse</buildOutputDirectory>
           <downloadSources>true</downloadSources>