Prepare next development cycle
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 6 Oct 2016 16:00:36 +0000 (18:00 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 6 Oct 2016 16:00:36 +0000 (18:00 +0200)
META-INF/MANIFEST.MF
META-INF/spring/distribution.xml
pom.xml

index 73bc825bc9992f1307b6e2a46685bd62c1c9436f..83272896058d393dfa914801e5bb9dbd10fe76aa 100644 (file)
@@ -6,7 +6,7 @@ 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.17.r201610061532\r
+Bundle-Version: 2.1.18.SNAPSHOT-r201610061600\r
 Import-Package: javax.jcr;version="[2.0,3)",org.argeo.cms.spring;version\r
  ="[2.1,3)",org.argeo.slc.repo;version="[2.1,3)",org.argeo.slc.repo.osgi\r
  ;version="[2.1,3)",org.springframework.cglib.proxy;version="[3.2,4)",or\r
index 8edad39764f972aea30609863c736d899384d2a6..8452672a1e1da70264656b9d6c284b5cbb911d58 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.17" />
+               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.18.SNAPSHOT" />
                <property name="modules">
                        <list>
                                <!-- Javax -->
diff --git a/pom.xml b/pom.xml
index 78c2473e3f0fe08014306452f059fd2bbb64f33f..a480bbff97d14d2e8201eafd8e8c212189b9324d 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.17</version>
+       <version>2.1.18-SNAPSHOT</version>
        <name>Argeo Third Party Factory</name>
        <description>OSGi packaging of free / open source third party libraries</description>
        <properties>