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 2008/04/22 14:23:27 UTC

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

Author: pauls
Date: Tue Apr 22 05:23:22 2008
New Revision: 650466

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

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=650466&r1=650465&r2=650466&view=diff
==============================================================================
--- felix/trunk/shell.tui/pom.xml (original)
+++ felix/trunk/shell.tui/pom.xml Tue Apr 22 05:23:22 2008
@@ -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.1.0-SNAPSHOT</version>
+  <version>1.0.1</version>
   <artifactId>org.apache.felix.shell.tui</artifactId>
   <dependencies>
     <dependency>
@@ -63,4 +63,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.0.1</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.0.1</url>
+  </scm>
 </project>