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:55:26 UTC

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

Author: andy
Date: Wed Dec 14 11:55:26 2011
New Revision: 1214188

URL: http://svn.apache.org/viewvc?rev=1214188&view=rev
Log:
[maven-release-plugin] prepare release jena-iri-0.9.0-incubating-RC-1

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

Modified: incubator/jena/Jena2/IRI/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/IRI/trunk/pom.xml?rev=1214188&r1=1214187&r2=1214188&view=diff
==============================================================================
--- incubator/jena/Jena2/IRI/trunk/pom.xml (original)
+++ incubator/jena/Jena2/IRI/trunk/pom.xml Wed Dec 14 11:55:26 2011
@@ -18,17 +18,15 @@
 
 <!-- POM file for Jena IRI library -->
 
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-iri</artifactId>
   <packaging>jar</packaging>
   <name>IRI</name>
   <!--<version>${ver.iri}</version>-->
-  <version>0.9.0-incubating-SNAPSHOT</version>
-  <description/>
+  <version>0.9.0-incubating</version>
+  <description />
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -37,9 +35,9 @@
   </parent> 
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/tags/jena-iri-0.9.0-incubating-RC-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/tags/jena-iri-0.9.0-incubating-RC-1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/tags/jena-iri-0.9.0-incubating-RC-1</url>
   </scm>
 
   <properties>