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 15:53:13 UTC

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

Author: andy
Date: Wed Dec 14 14:53:12 2011
New Revision: 1214277

URL: http://svn.apache.org/viewvc?rev=1214277&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=1214277&r1=1214276&r2=1214277&view=diff
==============================================================================
--- incubator/jena/Jena2/jena/trunk/pom.xml (original)
+++ incubator/jena/Jena2/jena/trunk/pom.xml Wed Dec 14 14:53:12 2011
@@ -23,7 +23,7 @@
   <packaging>jar</packaging>
   <name>Jena Core</name>
   <!--<version>${ver.jena}</version>-->
-  <version>2.7.0-incubating</version>
+  <version>2.7.1-incubating-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -34,9 +34,9 @@
   <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/tags/jena-core-2.7.0-incubating-RC-1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/tags/jena-core-2.7.0-incubating-RC-1</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/tags/jena-core-2.7.0-incubating-RC-1</url>
+    <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>
 
   <properties>