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 2011/12/14 12:59:28 UTC

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

Author: andy
Date: Wed Dec 14 11:59:27 2011
New Revision: 1214192

URL: http://svn.apache.org/viewvc?rev=1214192&view=rev
Log:
Prepare POM for 2.7.0 release

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

Modified: incubator/jena/Jena2/jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/jena/trunk/pom.xml?rev=1214192&r1=1214191&r2=1214192&view=diff
==============================================================================
--- incubator/jena/Jena2/jena/trunk/pom.xml (original)
+++ incubator/jena/Jena2/jena/trunk/pom.xml Wed Dec 14 11:59:27 2011
@@ -30,14 +30,14 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-top</artifactId>
-    <version>0-incubating-SNAPSHOT</version>
+    <version>0-incubating</version>
   </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>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/jena</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/trunk</developerConnection>
     <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/</url>
   </scm>