[maven-release-plugin] prepare release argeo-slc-2.1.10 argeo-slc-2.1.10
authorMathieu Baudier <mbaudier@forge.dmz.argeo.pro>
Thu, 28 Dec 2017 17:04:38 +0000 (17:04 +0000)
committerMathieu Baudier <mbaudier@forge.dmz.argeo.pro>
Thu, 28 Dec 2017 17:04:38 +0000 (17:04 +0000)
29 files changed:
demo/modules/org.argeo.slc.demo.ant/pom.xml
demo/modules/org.argeo.slc.demo.basic/pom.xml
demo/modules/org.argeo.slc.demo.minimal/pom.xml
demo/modules/pom.xml
demo/pom.xml
dep/org.argeo.slc.dep.backend/pom.xml
dep/org.argeo.slc.dep.minimal/pom.xml
dep/pom.xml
dist/pom.xml
dist/slc/pom.xml
lib/org.argeo.slc.lib.build/pom.xml
lib/org.argeo.slc.lib.jcr/pom.xml
lib/org.argeo.slc.lib.repo/pom.xml
lib/org.argeo.slc.lib.rpmfactory/pom.xml
lib/pom.xml
org.argeo.slc.agent.jcr/pom.xml
org.argeo.slc.agent/pom.xml
org.argeo.slc.api/pom.xml
org.argeo.slc.client.rap/pom.xml
org.argeo.slc.client.ui.dist/pom.xml
org.argeo.slc.client.ui/pom.xml
org.argeo.slc.core/pom.xml
org.argeo.slc.factory/pom.xml
org.argeo.slc.launcher/pom.xml
org.argeo.slc.repo/pom.xml
org.argeo.slc.server.repo/pom.xml
org.argeo.slc.support/pom.xml
org.argeo.slc.unit/pom.xml
pom.xml

index 5c277c324142d657d0f93663831f57a852ec95f9..ea4b78cd8e6610df9676b61b13defffa54999f2d 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc.demo</groupId>
                <artifactId>modules</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.demo.ant</artifactId>
index 053f4e7d2034aa0a9ba46f1f26d047b44a7e14b8..0d86e02de5c4c6fdddca59e62ec09d1b98052ef3 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc.demo</groupId>
                <artifactId>modules</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.demo.basic</artifactId>
index 080c2645dd62e522a2be0f256dc51431f4a956f6..1861163ffa0f485ec234eb8a6656337cab4954ac 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc.demo</groupId>
                <artifactId>modules</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.demo.minimal</artifactId>
index 9eb004da369e71ecd0d1ba35faa0f0f03b9525f6..e69a0594f5b685ea0d144ec89e0ff9fbc7a002f8 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>demo</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.demo</groupId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                        <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.backend</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                        <type>pom</type>
                        <optional>true</optional>
                </dependency>
index 28c318f8989ed1f70f953b4d6d507a1fba610b99..f14b407fdd4f99fda99af7f4af0af8b38c93f8c5 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>demo</artifactId>
index b2249ceded5fa5569539fc4c0ed5d3c8ec74a440..5e5bac7f0d0cb12c7b4c93030f1e86a9d9c040b2 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.dep.backend</artifactId>
@@ -38,7 +38,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 
                <!-- SLC Repo -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.factory</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <!-- <dependency> -->
                <!-- <groupId>org.argeo.slc</groupId> -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.ui</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.rap</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 
                <!-- For target platform generation -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index e29622cb4cdd78497af0820b8f503a6610f7ab14..f538f223b935157601b2d979d11ee89a22efc8f4 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.dep.minimal</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.agent</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 
                <!-- CLI Agent -->
@@ -72,7 +72,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.agent.jcr</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 <!--           <dependency> -->
 <!--                   <groupId>org.argeo.slc</groupId> -->
index 72a0591266f9b72e429d8ff9f011ee8a2c8c5e90..c86ce8f09df4b8449741da4db80f527c61e2df6c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
index 2abac18a09093ac2a9bcf2d6a654d2dd3cc444e7..d3a876dca3bfbe83c21338a4334b58468350058c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
index eb5c88a0c44160f3460c6a7a5c31ed10f1389929..15a004330d59f45d8714c70b76a8f85ab9856b03 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dist</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>slc</artifactId>
@@ -59,7 +59,7 @@
                                <dependency>
                                        <groupId>org.argeo.slc</groupId>
                                        <artifactId>org.argeo.slc.dep.backend</artifactId>
-                                       <version>2.1.10-SNAPSHOT</version>
+                                       <version>2.1.10</version>
                                        <type>pom</type>
                                </dependency>
 
                                <dependency>
                                        <groupId>org.argeo.slc</groupId>
                                        <artifactId>org.argeo.slc.lib.jcr</artifactId>
-                                       <version>2.1.10-SNAPSHOT</version>
+                                       <version>2.1.10</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.slc</groupId>
                                        <artifactId>org.argeo.slc.lib.repo</artifactId>
-                                       <version>2.1.10-SNAPSHOT</version>
+                                       <version>2.1.10</version>
                                </dependency>
 
                                <!-- Launcher -->
                                <dependency>
                                        <groupId>org.argeo.slc</groupId>
                                        <artifactId>org.argeo.slc.launcher</artifactId>
-                                       <version>2.1.10-SNAPSHOT</version>
+                                       <version>2.1.10</version>
                                        <!-- <type>tar.gz</type> -->
                                        <!-- <classifier>base</classifier> -->
                                </dependency>
index 789b9fdc028769233155f641d2b4eb9a6de065f3..684d9befe06870b08844210d4e6669ae3de7886f 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>lib</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.lib.build</artifactId>
index e3000de0fcd37639b5b97b347a8beed04aa8bebe..29db550a5b3d38d58fcc81550e591b7e576f3ddc 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>lib</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.lib.jcr</artifactId>
index a08afede013b86b54f8344c364c434ce89650049..58c2c21c56d1213638db320447bfc1ec9519f4e6 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>lib</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.lib.repo</artifactId>
index eedd2e9feb7fcbd2ca365482b24dcec1a82dea0b..de7b61a894589c231c02875eaf8af4d32eae2bff 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>lib</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.lib.rpmfactory</artifactId>
index 7b1c22794d1ed58f71b540368463348ac6e2882d..9e8240704379590557b3362cfa77e7c39af30b0f 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>lib</artifactId>
@@ -72,7 +72,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                        <type>pom</type>
                </dependency>
        </dependencies>
index e9913f8a1064148df486da70a08951ed7b600f67..8b9850e6bfde73a4f443ea483c6c2831032d1401 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.agent.jcr</artifactId>
index e3673b6ed5e5659bdf168e21d5cc4e061ddca900..b6021754a899fc3653784779640f8c1b2a722f41 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.agent</artifactId>
index 008d0adaa8b4e40d63334473323573aa71f4381b..98d919e04e23cf2ae3f2c17fb9b03465c470fd27 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.api</artifactId>
index 22a1b6954c91b708f4cb6043cd4ab0266c9e494b..c850d83f2bbed4ad0317d36d27ea48c21445f810 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.rap</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 
                <!-- Argeo common distribution for Secured UI -->
index 02a873f66ac9290a4b83532a4dcfbf06c9ee26b9..28a492fe9950837ca8801b3798b6c8f1e9db1bbf 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 
                <!--  Argeo Base dependencies -->
index fa82b503cca86fcd2ab0226132bb3f30b9088d78..fed16d22ef34616248ca50cc688c8d4ec3bf86f5 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 
                <!-- Argeo Commons -->
index edc4cae02a1f5ebb40cc40b54781e0e79248c6a5..f4afc184c31bde4be890ccef8d06a4fed1cb0ae9 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.core</artifactId>
@@ -51,7 +51,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 395078d1cb1c740481540807be03676e001b3490..58c374ee6369c08ff294a2fd180e0bb1ba5383c1 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.factory</artifactId>
@@ -13,7 +13,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 6ae8a43be0f57f33b144b3663b4512ff6e8da5ed..6da44d8dc9e05185859c6296e5993ec6afb7a737 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.launcher</artifactId>
index 68e18117a2ab17dfd531895a9a5a2466afee98df..21a47b33cea4f4389f83dd92cd3e574a90b0f48b 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.repo</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
 
                <!-- Commons -->
index dd65320a51a99114fe206dbbb5cb1b70668c9edf..be992c7071004241a772359177a5d8fa5ee1cec4 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.server.repo</artifactId>
index a9d7bb5a3dbbbe644d96170c85441906ceaf1d5a..24c4219d37ea6b97cd27af53c3c0b935bf3008e7 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.support</artifactId>
@@ -13,7 +13,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index e95939d53bab4db4b8cec9ae252a6953e779bc28..c8c6142bbef2c9a1408d78c7e7dc83edab2bee24 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.10-SNAPSHOT</version>
+               <version>2.1.10</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.unit</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support</artifactId>
-                       <version>2.1.10-SNAPSHOT</version>
+                       <version>2.1.10</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 9a058b5850c8b59df859e89eb0df37d2d388de57..68055751db8b89635d428902b13c70bad5c177b6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>2.1.10-SNAPSHOT</version>
+       <version>2.1.10</version>
        <properties>
                <developmentCycle.slc>2.1</developmentCycle.slc>
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
@@ -50,7 +50,7 @@
                <connection>scm:git:http://git.argeo.org/apache2/argeo-slc.git</connection>
                <url>http://git.argeo.org/?p=apache2/argeo-slc.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-slc.git</developerConnection>
-               <tag>HEAD</tag>
+               <tag>argeo-slc-2.1.10</tag>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>