Prepare next development cycle
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jun 2016 18:31:53 +0000 (20:31 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jun 2016 18:31:53 +0000 (20:31 +0200)
META-INF/MANIFEST.MF
META-INF/spring/distribution.xml
pom.xml

index f3158b261ac64e83cc09044f285127b17a8c7d87..2562ba24f2adeeaa04f11e855f2555377f293502 100644 (file)
@@ -6,26 +6,20 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Argeo Third Party Factory\r
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8\r
 Bundle-SymbolicName: org.argeo.tp.factory.core\r
-Bundle-Version: 2.1.15.r201606072012\r
-Import-Package: javax.jcr;version="[2.0,3)",\r
- javax.security.auth.callback;resolution:=optional,\r
- org.aopalliance.aop;version="[1.0,2)",\r
- org.argeo.security.core;version="[2.1,3)",\r
- org.argeo.slc.core.execution;version="[2.1,3)",\r
- org.argeo.slc.core.execution.tasks;version="[2.1,3)",\r
- org.argeo.slc.execution;version="[2.1,3)",\r
- org.argeo.slc.osgi;version="[2.1,3)",\r
- org.argeo.slc.repo;version="[2.1,3)",\r
- org.argeo.slc.repo.osgi;version="[2.1,3)",\r
- org.argeo.slc.test;version="[2.1,3)",\r
- org.springframework.aop;version="[3.2,4)",\r
- org.springframework.aop.framework;version="[3.2,4)",\r
- org.springframework.aop.scope;version="[3.2,4)",\r
- org.springframework.beans.factory.config;version="[3.2,4)",\r
- org.springframework.cglib.core;version="[3.2,4)",\r
- org.springframework.cglib.proxy;version="[3.2,4)",\r
- org.springframework.cglib.reflect;version="[3.2,4)",\r
- org.springframework.core.io;version="[3.2,4)"\r
+Bundle-Version: 2.1.16.SNAPSHOT-r201606072031\r
+Import-Package: javax.jcr;version="[2.0,3)",javax.security.auth.callback\r
+ ;resolution:=optional,org.aopalliance.aop;version="[1.0,2)",org.argeo.s\r
+ ecurity.core;version="[2.1,3)",org.argeo.slc.core.execution;version="[2\r
+ .1,3)",org.argeo.slc.core.execution.tasks;version="[2.1,3)",org.argeo.s\r
+ lc.execution;version="[2.1,3)",org.argeo.slc.osgi;version="[2.1,3)",org\r
+ .argeo.slc.repo;version="[2.1,3)",org.argeo.slc.repo.osgi;version="[2.1\r
+ ,3)",org.argeo.slc.test;version="[2.1,3)",org.springframework.aop;versi\r
+ on="[3.2,4)",org.springframework.aop.framework;version="[3.2,4)",org.sp\r
+ ringframework.aop.scope;version="[3.2,4)",org.springframework.beans.fac\r
+ tory.config;version="[3.2,4)",org.springframework.cglib.core;version="[\r
+ 3.2,4)",org.springframework.cglib.proxy;version="[3.2,4)",org.springfra\r
+ mework.cglib.reflect;version="[3.2,4)",org.springframework.core.io;vers\r
+ ion="[3.2,4)"\r
 Include-Resource: META-INF/spring/eclipse.gemini.xml=META-INF/spring/ecl\r
  ipse.gemini.xml,META-INF/spring/bouncycastle.xml=META-INF/spring/bouncy\r
  castle.xml,META-INF/spring/eclipse.equinox.xml=META-INF/spring/eclipse.\r
index f0d44756a2e753f04f548b53ed0813e91134c08c..f4b37ebc56366d361ebd3300d714e89965df3a8a 100644 (file)
@@ -10,7 +10,7 @@
        <!-- REGISTER -->
        <bean id="argeo-tp" class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
                init-method="init" destroy-method="destroy">
-               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.15" />
+               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.16" />
                <property name="modules">
                        <list>
                                <!-- Javax -->
diff --git a/pom.xml b/pom.xml
index 7b34751f75f2556a0c4d2b15031da3203cd9a83f..1d8c1ffa7e8801c6b4ae5ed2346e052219749212 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
        </parent>
        <groupId>org.argeo.tp.factory</groupId>
        <artifactId>org.argeo.tp.factory.core</artifactId>
-       <version>2.1.15</version>
+       <version>2.1.16-SNAPSHOT</version>
        <name>Argeo Third Party Factory</name>
        <description>OSGi packaging of free / open source third party libraries</description>
        <properties>