You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/12/18 14:09:29 UTC

[05/50] git commit: [maven-release-plugin] prepare release org.apache.karaf.eik.wtp.core-0.9.0

[maven-release-plugin] prepare release org.apache.karaf.eik.wtp.core-0.9.0

git-svn-id: https://svn.apache.org/repos/asf/karaf/eik/trunk@1429012 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/karaf-eik/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-eik/commit/3c4f1a32
Tree: http://git-wip-us.apache.org/repos/asf/karaf-eik/tree/3c4f1a32
Diff: http://git-wip-us.apache.org/repos/asf/karaf-eik/diff/3c4f1a32

Branch: refs/heads/master
Commit: 3c4f1a3259a6d2eb6e9b54590497d8aba9c43442
Parents: 5cf4fcb
Author: jbonofre <jb...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Fri Jan 4 18:14:22 2013 +0000
Committer: jbonofre <jb...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Fri Jan 4 18:14:22 2013 +0000

----------------------------------------------------------------------
 plugins/org.apache.karaf.eik.wtp.core/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-eik/blob/3c4f1a32/plugins/org.apache.karaf.eik.wtp.core/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/org.apache.karaf.eik.wtp.core/pom.xml b/plugins/org.apache.karaf.eik.wtp.core/pom.xml
index 38b10fa..2c91889 100644
--- a/plugins/org.apache.karaf.eik.wtp.core/pom.xml
+++ b/plugins/org.apache.karaf.eik.wtp.core/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.karaf.eik.plugins</groupId>
     <artifactId>org.apache.karaf.eik.wtp.core</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <packaging>eclipse-plugin</packaging>
     <name>Apache Karaf :: EIK :: Plugins :: Eclipse WTP Core</name>
 
@@ -61,4 +61,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/eik/tags/org.apache.karaf.eik.wtp.core-0.9.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/eik/tags/org.apache.karaf.eik.wtp.core-0.9.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/karaf/eik/tags/org.apache.karaf.eik.wtp.core-0.9.0</url>
+  </scm>
 </project>