You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2014/06/15 18:31:06 UTC

svn commit: r1602727 - /jena/Experimental/new-test/pom.xml

Author: claude
Date: Sun Jun 15 16:31:06 2014
New Revision: 1602727

URL: http://svn.apache.org/r1602727
Log:
updated pom to current versions

Modified:
    jena/Experimental/new-test/pom.xml

Modified: jena/Experimental/new-test/pom.xml
URL: http://svn.apache.org/viewvc/jena/Experimental/new-test/pom.xml?rev=1602727&r1=1602726&r2=1602727&view=diff
==============================================================================
--- jena/Experimental/new-test/pom.xml (original)
+++ jena/Experimental/new-test/pom.xml Sun Jun 15 16:31:06 2014
@@ -1,15 +1,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.jena</groupId>
 	<artifactId>new-test</artifactId>
-	<version>2.10.2-SNAPSHOT</version>
+	<version>2.11.2</version>
 	<name>new Jena tests</name>
 	<description>New test suite for Jena project.   This is a complete rewrite of the existing tests</description>
 	<parent>
 		<groupId>org.apache.jena</groupId>
 		<artifactId>jena-parent</artifactId>
-		<version>8-SNAPSHOT</version>
+		<version>9</version>
 	</parent>
 	<repositories>
 		<repository>
@@ -31,12 +30,11 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>${ver.junit}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>
 			<artifactId>apache-jena-libs</artifactId>
-			<version>2.11.1-SNAPSHOT</version>
+			<version>${version}</version>
 			<type>pom</type>
 		</dependency>
 		<dependency>
@@ -48,7 +46,7 @@
 		<dependency>
 			<groupId>org.xenei</groupId>
 			<artifactId>junit-contracts</artifactId>
-			<version>0.0.4</version>
+			<version>0.0.5</version>
 			<!-- <scope>test</scope> -->
 		</dependency>
 	</dependencies>
@@ -57,7 +55,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>3.1</version>
 				<configuration>
 					<source>1.6</source>
 					<target>1.6</target>
@@ -66,7 +63,6 @@
 			<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.4</version>
         <executions>
           <execution>
             <goals>
@@ -75,6 +71,19 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<!--  <version>2.9</version> -->
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>test-jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>