[maven-release-plugin] prepare release argeo-commons-2.1.100 argeo-commons-2.1.100
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Feb 2021 09:36:09 +0000 (09:36 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Feb 2021 09:36:09 +0000 (09:36 +0000)
27 files changed:
demo/pom.xml
dep/org.argeo.dep.cms.client/pom.xml
dep/org.argeo.dep.cms.e4.rap/pom.xml
dep/org.argeo.dep.cms.node/pom.xml
dep/org.argeo.dep.cms.sdk/pom.xml
dep/org.argeo.dep.cms.ui.rap/pom.xml
dep/pom.xml
dist/argeo-cli/pom.xml
dist/argeo-node/pom.xml
dist/containers/pom.xml
dist/osgi-boot/pom.xml
dist/pom.xml
org.argeo.api/pom.xml
org.argeo.cms.e4.rap/pom.xml
org.argeo.cms.e4/pom.xml
org.argeo.cms.ui.rap/pom.xml
org.argeo.cms.ui.theme/pom.xml
org.argeo.cms.ui/pom.xml
org.argeo.cms/pom.xml
org.argeo.core/pom.xml
org.argeo.eclipse.ui.rap/pom.xml
org.argeo.eclipse.ui/pom.xml
org.argeo.enterprise/pom.xml
org.argeo.jcr/pom.xml
org.argeo.maintenance/pom.xml
org.argeo.osgi.boot/pom.xml
pom.xml

index 0c97955b1530d22cf40f939abd2bb74608de43cb..56c7a7166ed825fec5b3f0ca366adfc848864ec4 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>demo</artifactId>
@@ -20,7 +20,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
        </dependencies>
        <profiles>
@@ -42,7 +42,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                </dependency>
                        </dependencies>
                </profile>
@@ -64,7 +64,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                </dependency>
                        </dependencies>
                </profile>
index 495d103f6a964270eba2d0885f77551efa413098..a0caca3615eae8c63a1fdbe7ec1fbe5125d15eec 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- Third Parties -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index 05a54bec6d44e7280977e922ccada2e448babdbb..79c414dd4d322ce20886cbb70f26e2242d973f4d 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -15,7 +15,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- SVG and CSS -->
index 61ae651431dfdf636337c4a00ad148b35e69f27e..ef4f0778ba3ff5e7046878349edbf8e6e79966b4 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -15,7 +15,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- CMS Dependencies -->
index 43e89e8785b7807c6e923ae1386e085a119df132..9c895c8d97693d612b5913891d0329955384628b 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <type>pom</type>
                </dependency>
 
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <scope>test</scope>
                </dependency>
 
index b85128e107b463229adb521c06a4840dccbed263..211a6fd5ab96294a8885434953203a632fad9e69 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -15,7 +15,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- SDK -->
index 8d6dff7d144df6c5f3926a558de2eb8ff4287f32..75c14bb5a250993d271b6ad8463bb3fa25ea2613 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
@@ -93,7 +93,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 2ca7326363a4b30670d6b16922573bb5c7d840c8..4df8afc96abb15b646c8f061c2b851d05bdf4d24 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
        </dependencies>
        <profiles>
index 8896b12bc7259cd0d5143c9ed22e5f60b553c7e3..f28373f99a302fc6e734f98728d0f0b5ca8f0b03 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>osgi-boot</artifactId>
                                        <type>zip</type>
-                                       <version>2.1.92-SNAPSHOT</version>
+                                       <version>2.1.100</version>
                                </dependency>
                        </dependencies>
                        <build>
index 2afd39ec19b1d87f41a64ed74e2d10e59036ad3f..ff2866097838a1f0675e652fd00c3cf45d1bd0a1 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 378e4405d19c1d20ce83ee9849bfabde2836c3a3..6767f5928eab93c963f9cc2926a38f58f4a5dfc7 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
        </dependencies>
        <profiles>
index 86383e1e392ecf8e7165fd3d780d2a9fc30311eb..0e5e5a1828310820b3b83a01016d2830d09446e7 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
index 9c62fe9a2f6ed38e8e9ea758a8fddc72c0abf016..820ef533e8675830eccb87f3ab80108c36a37221 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.api</artifactId>
index 472aa58bf812786f38a116d8b906556b2afbf806..55e89ca9ee5a3cb5d8ea87defbb9c96dcc0199a9 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.e4.rap</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <scope>provided</scope>
                </dependency>
 
index eca71f780ef42e421e29f113208042cb7ac3d837..6090ee0478254e31121f4dab339e9f2032ba0582 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.e4</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- UI -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
index b09e3479fd392f5404a866df3a94c4431fc4bbdc..9495de6964469921337a4f74f461c4e0af411b60 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui.rap</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <scope>provided</scope>
                </dependency>
 
@@ -28,7 +28,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- UI -->
index afb0080d20cec0a9bb7f998bb7deb3e3e584cab3..090bcf312b5449b0893fdeadbb3ab6173d3b77ec 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui.theme</artifactId>
index 2a8c82c76168a7c9becc88a511af0154e315a9a0..5792a5fc4a8f2cfc327270222e7a1342d97f9521 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                        <scope>provided</scope>
                </dependency>
 
@@ -28,7 +28,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- UI -->
index 1467229cae8cde9b4ecc1823a1967dbefc05263a..7cc686ebd7ad2c839121a9dd79e16cbdfd7fcafd 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 8dce91b4ae9fe83ab6d445de728fb30d98c15120..40ce3c20c8a79aee548075afcd66b1b112542fcf 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.core</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index f5a3e685b4ac506cb58bdbe7cd7eb945a787c876..29b5ffae0034df3e98fdb1f4b34b620eecb36187 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -13,7 +13,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- UI -->
index 8e384bf70fc24c0961367fc3d6e0fb4f6ba4f96d..e598c16a57925344c1cffa31055fc119f9f329cb 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -18,7 +18,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
 
                <!-- UI -->
index 9ed726ad17c4700b33f35be955907a4414d7e2bb..457be4153fd1b836a3d0a635285ac4040d343b68 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.enterprise</artifactId>
index b4ca7becf718f679c4aabf08f27a84b908703551..c3597059a8eec993a88eee5f92ab4ae4d21f2992 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.jcr</artifactId>
index ecb93b1cdd4a16cda539ce84a1719fd9a847adb1..243228da206a7fcf9268b0d3d6298d170d3a6a04 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.maintenance</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.92-SNAPSHOT</version>
+                       <version>2.1.100</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index b2d8d8043fb9bb888f65c0dfa9861639c67e8f07..1dc8786486f72024ce31ab638c3a740229115601 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.92-SNAPSHOT</version>
+               <version>2.1.100</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
diff --git a/pom.xml b/pom.xml
index c3419afc00b00ac9d8d922d110c6c26305d2d948..e317b96bab2ca07f184f102bced86a4fd83bbdec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.92-SNAPSHOT</version>
+       <version>2.1.100</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
@@ -45,7 +45,7 @@
                <connection>scm:git:http://git.argeo.org/lgpl/argeo-commons.git</connection>
                <url>http://git.argeo.org/?p=lgpl/argeo-commons.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/lgpl/argeo-commons.git</developerConnection>
-               <tag>HEAD</tag>
+               <tag>argeo-commons-2.1.100</tag>
        </scm>
        <organization>
                <name>Argeo GmbH</name>