You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2009/09/06 23:36:28 UTC

svn commit: r811904 - /felix/trunk/shell.tui/pom.xml

Author: pauls
Date: Sun Sep  6 21:36:28 2009
New Revision: 811904

URL: http://svn.apache.org/viewvc?rev=811904&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.shell.tui-1.4.0

Modified:
    felix/trunk/shell.tui/pom.xml

Modified: felix/trunk/shell.tui/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell.tui/pom.xml?rev=811904&r1=811903&r2=811904&view=diff
==============================================================================
--- felix/trunk/shell.tui/pom.xml (original)
+++ felix/trunk/shell.tui/pom.xml Sun Sep  6 21:36:28 2009
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Shell TUI</name>
   <description>A simple textual user interface for Felix' shell service.</description>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   <artifactId>org.apache.felix.shell.tui</artifactId>
   <dependencies>
     <dependency>
@@ -76,4 +76,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.4.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.4.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.4.0</url>
+  </scm>
 </project>