You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2013/10/22 18:09:32 UTC

svn commit: r1534688 - /aries/trunk/blueprint/blueprint-web-osgi/pom.xml

Author: dkulp
Date: Tue Oct 22 16:09:32 2013
New Revision: 1534688

URL: http://svn.apache.org/r1534688
Log:
Update some versions

Modified:
    aries/trunk/blueprint/blueprint-web-osgi/pom.xml

Modified: aries/trunk/blueprint/blueprint-web-osgi/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-web-osgi/pom.xml?rev=1534688&r1=1534687&r2=1534688&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-web-osgi/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-web-osgi/pom.xml Tue Oct 22 16:09:32 2013
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.blueprint</groupId>
     <artifactId>org.apache.aries.blueprint.webosgi</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Apache Aries Blueprint Web OSGI</name>
     <description>
         This bundle contains an OSGI-aware Servlet ContextListener for bootstrapping
@@ -51,14 +51,14 @@
            org.apache.aries.blueprint.services;provide:=true;version="[1.3,2.0)",
            javax.servlet*;version="[0.0,4)"
         </aries.osgi.import.pkg>
-        <blueprint.core.version>1.3.0-SNAPSHOT</blueprint.core.version>
+        <blueprint.core.version>1.3.0</blueprint.core.version>
     </properties>
 
     <profiles>
         <profile>
             <id>dev</id>
             <properties>
-                <blueprint.core.version>1.3.0-SNAPSHOT</blueprint.core.version>
+                <blueprint.core.version>1.3.1-SNAPSHOT</blueprint.core.version>
             </properties>
         </profile>
     </profiles>