[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / osgi / dep / org.argeo.osgi.dep.stdruntime / pom.xml
index 307e597553a869071496e2a2f64fcd772d454b12..cdf330574499cb8847b2f7f3d81881dbbe918978 100644 (file)
@@ -2,35 +2,26 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.osgi</groupId>
-               <version>0.2.2</version>
+               <version>0.3.5-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.osgi.dep.stdruntime</artifactId>
        <packaging>pom</packaging>
-       <name>Dep OSGi Runtime</name>
+       <name>Commons OSGi Standard Runtime Dependencies</name>
        <dependencies>
                <!-- OSGi Boot (and Equinox) -->
                <dependency>
                        <groupId>org.argeo.commons.osgi</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>${project.version}</version>
+                       <version>0.3.5-SNAPSHOT</version>
                </dependency>
                <!--  Logging -->
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.dep.log4j</artifactId>
-                       <version>${project.version}</version>
+                       <version>0.3.5-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
-               <!-- Spring OSGi -->
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.extender</artifactId>
-               </dependency>
        </dependencies>
 </project>
\ No newline at end of file