]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Use a more restrictive consumer versioning policy.
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 15 Nov 2021 06:16:01 +0000 (07:16 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 15 Nov 2021 06:16:01 +0000 (07:16 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index a9283b106371917f79a52ea167537043d038f734..916e37430adbf9cfe36687dc55e0d2370ac1cb89 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.maven</groupId>
                <artifactId>argeo-osgi-parent</artifactId>
-               <version>2.1.3</version>
+               <version>2.1.4-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
@@ -13,7 +13,7 @@
        <properties>
                <version.argeo-tp>2.1.27</version.argeo-tp>
                <version.argeo-tp-extras>2.1.13</version.argeo-tp-extras>
-               <version.argeo-commons>2.3.1-SNAPSHOT</version.argeo-commons>
+               <version.argeo-commons>2.3-SNAPSHOT</version.argeo-commons>
 
                <version.slc>2.3.1-SNAPSHOT</version.slc>
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>