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/13 16:41:00 UTC

svn commit: r1337897 - in /jena/trunk/jena-core: .classpath pom.xml

Author: andy
Date: Sun May 13 14:41:00 2012
New Revision: 1337897

URL: http://svn.apache.org/viewvc?rev=1337897&view=rev
Log:
Remove 'incubating' from version; Use jena-parent

Modified:
    jena/trunk/jena-core/.classpath
    jena/trunk/jena-core/pom.xml

Modified: jena/trunk/jena-core/.classpath
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/.classpath?rev=1337897&r1=1337896&r2=1337897&view=diff
==============================================================================
--- jena/trunk/jena-core/.classpath (original)
+++ jena/trunk/jena-core/.classpath Sun May 13 14:41:00 2012
@@ -7,10 +7,9 @@
   <classpathentry kind="src" path="src/test/resources" excluding="**/*.java"/>
 
   <classpathentry kind="var"
-		  path="M2_REPO/org/apache/jena/jena-iri/0.9.1-incubating-SNAPSHOT/jena-iri-0.9.1-incubating-SNAPSHOT.jar" 
-		  sourcepath="M2_REPO/org/apache/jena/jena-iri/0.9.1-incubating-SNAPSHOT/jena-iri-0.9.1-incubating-SNAPSHOT-sources.jar"/>
+		  path="M2_REPO/org/apache/jena/jena-iri/0.9.1-SNAPSHOT/jena-iri-0.9.1-SNAPSHOT.jar" 
+		  sourcepath="M2_REPO/org/apache/jena/jena-iri/0.9.1-SNAPSHOT/jena-iri-0.9.1-SNAPSHOT-sources.jar"/>
 
-  <classpathentry kind="var" path="M2_REPO/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar" sourcepath="M2_REPO/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/junit/junit/4.9/junit-4.9.jar" sourcepath="M2_REPO/junit/junit/4.9/junit-4.9-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16.jar" sourcepath="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4-sources.jar"/>

Modified: jena/trunk/jena-core/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/pom.xml?rev=1337897&r1=1337896&r2=1337897&view=diff
==============================================================================
--- jena/trunk/jena-core/pom.xml (original)
+++ jena/trunk/jena-core/pom.xml Sun May 13 14:41:00 2012
@@ -23,12 +23,13 @@
   <packaging>jar</packaging>
   <name>jena-core</name>
   <!--<version>${ver.jena}</version>-->
-  <version>2.7.1-incubating-SNAPSHOT</version>
+  <version>2.7.1-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-top</artifactId>
-    <version>0-incubating</version>
+    <artifactId>jena-parent</artifactId>
+    <version>1-SNAPSHOT</version>
+    <relativePath>../jena-parent</relativePath>
   </parent>
 
   <description>Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</description>
@@ -41,7 +42,7 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-    <ver.iri>0.9.1-incubating-SNAPSHOT</ver.iri>
+    <ver.iri>0.9.1-SNAPSHOT</ver.iri>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
   </properties>