You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2008/01/24 18:48:59 UTC

svn commit: r614940 - /felix/trunk/shell/pom.xml

Author: mcculls
Date: Thu Jan 24 09:48:52 2008
New Revision: 614940

URL: http://svn.apache.org/viewvc?rev=614940&view=rev
Log:
Add missing version element

Modified:
    felix/trunk/shell/pom.xml

Modified: felix/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell/pom.xml?rev=614940&r1=614939&r2=614940&view=diff
==============================================================================
--- felix/trunk/shell/pom.xml (original)
+++ felix/trunk/shell/pom.xml Thu Jan 24 09:48:52 2008
@@ -28,6 +28,7 @@
   <name>Apache Felix Shell Service</name>
   <description>A simple OSGi command shell service.</description>
   <artifactId>org.apache.felix.shell</artifactId>
+  <version>1.1.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>