[maven-release-plugin] prepare release argeo-commons-2.1.91 argeo-commons-2.1.91
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 3 Feb 2021 09:26:24 +0000 (09:26 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 3 Feb 2021 09:26:24 +0000 (09:26 +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 9bc436e555e44b35cf173aaace6433403d67ead0..14132374294225c67c8a23dae5ff0c6715b09103 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
        </dependencies>
        <profiles>
@@ -42,7 +42,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.91-SNAPSHOT</version>
+                                       <version>2.1.91</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.91-SNAPSHOT</version>
+                                       <version>2.1.91</version>
                                </dependency>
                        </dependencies>
                </profile>
index d6192e0d7e82657ae05d6f37251fb12b109ae366..d1375110c95fdfa3b46053ac913c419c10de8f02 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- Third Parties -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index ed4e91c2ceb8da7691a9fbc050942170736b5418..dcb88bfa786cc1f0a9ee7d6cb65ad7db63b5ddea 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4.rap</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- SVG and CSS -->
index c41d16d09c7ed372ae1f7799bcfc05120f7f3613..747b700b9245c323f01b7a5751db667bae8e3608 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- CMS Dependencies -->
index e5e7e620b3a97539adc7123b33ed2efe030d3fd8..d396327efc74706a1298ed36bd14529e51f003fa 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <type>pom</type>
                </dependency>
 
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <scope>test</scope>
                </dependency>
 
index 7d4a65479441382019bd289a7d892368a9653e42..2b2fbfb5940bae92edc0228685512f29495a94a7 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.rap</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- SDK -->
index feeae9959d4fe67d55f6659f604ed7b1fd86b156..e50e42218a54277206a62b613d571ab3ca91d9b7 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1.91-SNAPSHOT</version>
+                                       <version>2.1.91</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 4995e7e563138a04c13d6a780dfa747ba0b3574a..616887564ded283e5bd46c6c7a7f2ddae57b4f07 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
        </dependencies>
        <profiles>
index 3b2c63d161ca81aaf586538199ff514706371a21..cc16b7f0e0afcde746492ff66b7a5af51fffd19c 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                                       <version>2.1.91-SNAPSHOT</version>
+                                       <version>2.1.91</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                                       <version>2.1.91-SNAPSHOT</version>
+                                       <version>2.1.91</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                                       <version>2.1.91-SNAPSHOT</version>
+                                       <version>2.1.91</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.91-SNAPSHOT</version>
+                                       <version>2.1.91</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>osgi-boot</artifactId>
                                        <type>zip</type>
-                                       <version>2.1.91-SNAPSHOT</version>
+                                       <version>2.1.91</version>
                                </dependency>
                        </dependencies>
                        <build>
index 6c9bf3496f8e7c50de7b8ac5c4e745446b4ad8f6..cfa37ae2115d3d4f18e0a0e527e310aa21676bd6 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
index ba8f81567527bcb848658f197da08d50f2a77058..c6986c0310b0bc3fb5fe2195a2699a06f7620cec 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
        </dependencies>
        <profiles>
index 07f14104844db42e7eefe1d9ab863a57e16b19bf..445a353833fd4196927114610aac2551ad50fd1f 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
index 3ab369fd649b1fb488a18f6f47179c2746073e67..b0d4d638cd896bb024d81825238b17634eb598ca 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.api</artifactId>
index 27953282730a6b9da72b46281d6edbc017b209e3..f2506254f4c9617d2af28e463b7db6bbe01d9f45 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <scope>provided</scope>
                </dependency>
 
index fb09a34652675999cc8ee981ab4d88a497307431..cc7a232ab1994634ecf823999b7a00d2846216bd 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- UI -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
index 450d62541cf79913b710afa9e306d30cba52af1c..b1960d87d5fbb6b1028c08096955d957ea9cc276 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- UI -->
index 9fc3f46db342b33fb44effa90793716fd5a9e42c..805a3b0008f41b333e56a465dc628382c6a7735f 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui.theme</artifactId>
index f8ca437b55fc418ffc20639f4edff499401df5ea..6b1d2b9bbc49986c5883c6db27f16235ed258b52 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- UI -->
index d9f158066c902a2ed7f76890328d1af2e168c39a..43f672831e1faf38e4541b83a38701f3b4aeaa60 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 02e569fffc5b4f106d712f451fd59afc1407877d..589c608b4d3abb633add2e6a2395f3c5b64aa701 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.core</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 134cce4d2075402b8c8aa37fcbe992de326ab4d0..b3c5c59efdaf6252b0655fe8be2fb9bf5a486acb 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- UI -->
index 09b065a4a261e0599e0502fbf84ed7a76932a091..39468f47961dff4ddec1061ff9624b5ca339c415 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</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.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
                <!-- UI -->
index 8209e1a85c0579ce534d10e333af6bc439a5c98e..31b492b80c6f1ab111fb1e070a41a6b59fde980d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.enterprise</artifactId>
index 361bf0e62b99f45a0af2dfe1087d7587cdbb17dc..4c18b777e47339f313c1fce6e4c6e16ceee45134 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.jcr</artifactId>
index 4a7cd62bb71631b5d80325b8046ef4f3a2e07a1e..cfa6fbdac907b922ec51f0ef73f1191ceb5f6814 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.maintenance</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.91-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 0954433e3f3971ff5300a1fc4e687e0d1f798a83..99624c3e5897b52d05d03232775455a95365aa69 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.91-SNAPSHOT</version>
+               <version>2.1.91</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
diff --git a/pom.xml b/pom.xml
index 1c0cb46a2d1ab69a8ed1950d6572154dda464d1b..7df72d78e10ad4380ab15285e387667339ff8d3e 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.91-SNAPSHOT</version>
+       <version>2.1.91</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
@@ -47,7 +47,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.91</tag>
        </scm>
        <organization>
                <name>Argeo GmbH</name>