You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/11/04 14:27:13 UTC

svn commit: r1030949 - /servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml

Author: gertv
Date: Thu Nov  4 13:27:13 2010
New Revision: 1030949

URL: http://svn.apache.org/viewvc?rev=1030949&view=rev
Log:
[maven-release-plugin] prepare release org.apache.servicemix.bundles.hsqldb-1.8.0.7_1

Modified:
    servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml

Modified: servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml?rev=1030949&r1=1030948&r2=1030949&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml Thu Nov  4 13:27:13 2010
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
     <!--
 
         Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +29,7 @@
     
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hsqldb</artifactId>
-    <version>1.8.0.7_1-SNAPSHOT</version>
+    <version>1.8.0.7_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
@@ -108,4 +106,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.hsqldb-1.8.0.7_1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.hsqldb-1.8.0.7_1</developerConnection>
+    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.hsqldb-1.8.0.7_1</url>
+  </scm>
 </project>