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 13:09:50 UTC

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

Author: andy
Date: Wed Dec 14 12:09:50 2011
New Revision: 1214199

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

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=1214199&r1=1214198&r2=1214199&view=diff
==============================================================================
--- incubator/jena/Jena2/jena/trunk/pom.xml (original)
+++ incubator/jena/Jena2/jena/trunk/pom.xml Wed Dec 14 12:09:50 2011
@@ -16,16 +16,14 @@
    limitations under the License.
 -->
 
-<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-core</artifactId>
   <packaging>jar</packaging>
   <name>Jena Core</name>
   <!--<version>${ver.jena}</version>-->
-  <version>2.7.0-incubating-SNAPSHOT</version>
+  <version>2.7.0-incubating</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -36,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/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>
+    <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>
   </scm>
 
   <properties>
@@ -141,19 +139,19 @@
             <phase>process-resources</phase>
             <configuration>
               <target>
-                <mkdir dir="${project.basedir}/target"/>
+                <mkdir dir="${project.basedir}/target" />
                 <tstamp>
-                  <format property="build-time.xsd" pattern="yyyy-MM-dd'T'HH:mm:ssZ"/>
-                  <format property="build-time.txt" pattern="yyyy-MM-dd HH:mm z"/>
+                  <format property="build-time.xsd" pattern="yyyy-MM-dd'T'HH:mm:ssZ" />
+                  <format property="build-time.txt" pattern="yyyy-MM-dd HH:mm z" />
                 </tstamp>
-                <echo message="version=${project.version}"/>
-                <echo message="build.time=${build-time.txt}"/>
+                <echo message="version=${project.version}" />
+                <echo message="build.time=${build-time.txt}" />
                 <copy file="src/main/resources/jena-properties.xml" toFile="${project.basedir}/target/classes/com/hp/hpl/jena/jena-properties.xml" overwrite="true">
                   <filterset>
-                    <filter token="NAME" value="${project.name}"/>
-                    <filter token="WEBSITE" value="${project.url}"/>
-                    <filter token="VERSION" value="${project.version}"/>
-                    <filter token="BUILD_TIME_XSD" value="${build-time.xsd}"/>
+                    <filter token="NAME" value="${project.name}" />
+                    <filter token="WEBSITE" value="${project.url}" />
+                    <filter token="VERSION" value="${project.version}" />
+                    <filter token="BUILD_TIME_XSD" value="${build-time.xsd}" />
                   </filterset>
                 </copy>
               </target>