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/02/01 20:13:42 UTC

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

Author: andy
Date: Wed Feb  1 19:13:42 2012
New Revision: 1239271

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

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

Modified: incubator/jena/Jena2/Fuseki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/trunk/pom.xml?rev=1239271&r1=1239270&r2=1239271&view=diff
==============================================================================
--- incubator/jena/Jena2/Fuseki/trunk/pom.xml (original)
+++ incubator/jena/Jena2/Fuseki/trunk/pom.xml Wed Feb  1 19:13:42 2012
@@ -16,14 +16,14 @@
    limitations under the License.
 -->
 
-<project>
+<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-fuseki</artifactId>
   <packaging>jar</packaging>
   <name>Fuseki</name>
-  <version>0.2.1-incubating-SNAPSHOT</version>
-  <description/>
+  <version>0.2.1-incubating</version>
+  <description />
   <url>http://incubator.apache.org/jena</url>
 
   <parent>
@@ -45,9 +45,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk</developerConnection>
-    <url>https://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/tags/jena-fuseki-0.2.1-incubating-RC-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/tags/jena-fuseki-0.2.1-incubating-RC-1</developerConnection>
+    <url>https://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/tags/jena-fuseki-0.2.1-incubating-RC-1</url>
   </scm>
 
   <properties>
@@ -239,10 +239,10 @@
             <phase>generate-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 file="${project.basedir}/target/filter.properties">
                   #begin
@@ -250,8 +250,8 @@
                   build.time.txt=${build.time.txt}
                   #end
                 </echo>
-                <echo message="Version = ${project.version}"/>
-                <echo message="build.time=${build.time.txt}"/>
+                <echo message="Version = ${project.version}" />
+                <echo message="build.time=${build.time.txt}" />
               </target>
             </configuration>
             <goals>