[maven-release-plugin] prepare release argeo-commons-2.1.101 argeo-commons-2.1.101
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 7 Feb 2021 18:00:50 +0000 (18:00 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 7 Feb 2021 18:00:50 +0000 (18:00 +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 8637d7337eed6018b33cae267103ce5db4649951..724a3b839791e7b262d70d9c20465e3a23f97d70 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
        </dependencies>
        <profiles>
@@ -42,7 +42,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.101-SNAPSHOT</version>
+                                       <version>2.1.101</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.101-SNAPSHOT</version>
+                                       <version>2.1.101</version>
                                </dependency>
                        </dependencies>
                </profile>
index fcb73e2557a74fb340786b19a44690e0cd6aac16..6332093eeebfe71e30690a852b9cf982e649c5d5 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- Third Parties -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index a3b843d01090aa9d9a49ffc9f4c8e779c8fe856c..fa29cdb6062f80a1f60572101583c93d64671099 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4.rap</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- SVG and CSS -->
index febf55a028b871f07a364a790bb7dd4ab504a6ea..18c6a8898986e9c96283e66ff0ba4277f5a9e61e 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- CMS Dependencies -->
index 45a6259d9908429795bcfd1ff44b00ae1d829314..b1924c13895ab7b07b68d3e4f5cda32692026f29 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <type>pom</type>
                </dependency>
 
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <scope>test</scope>
                </dependency>
 
index d1831d631e6d40dd4b916b71dc8b44d50b47c465..e5cd94115e1ff804091a78b23cf19aaf2d12267f 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.rap</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- SDK -->
index fa9fdf98b5a85ded0adae9fcd362c70949516402..65e8f8540e3951bc84692568d5d8164a1b1bea53 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                                       <version>2.1.101</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 3eec6e6b9b3af93a4e0332b031433eeb43089fec..2932247fb6e714ee6edafcbe661703e7e40597f3 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
        </dependencies>
        <profiles>
index 0f29d76154b08fed7a894adfee648bcfe21cd273..6d1a7b34d8afdaf84065606d1ae6c27274c3902b 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                                       <version>2.1.101-SNAPSHOT</version>
+                                       <version>2.1.101</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                                       <version>2.1.101-SNAPSHOT</version>
+                                       <version>2.1.101</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                                       <version>2.1.101-SNAPSHOT</version>
+                                       <version>2.1.101</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.101-SNAPSHOT</version>
+                                       <version>2.1.101</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>osgi-boot</artifactId>
                                        <type>zip</type>
-                                       <version>2.1.101-SNAPSHOT</version>
+                                       <version>2.1.101</version>
                                </dependency>
                        </dependencies>
                        <build>
index f318f962343bd86f96bcb770c06ce54e0efdff56..9d241d16f2c7d0215b6f8d8f87bcaec26789260e 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 21b55f82dbad8ed70f61cadd892d5b55ab664c12..0bb171d2a4c3b9f924c2759d2abcb561a6546218 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
        </dependencies>
        <profiles>
index 8c539afbe45884a01d2e0f712d3bcbe347f73e57..9dcbe39cdf9ddc02b799273156c340c7ecf48401 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
index 75f65151266a6e3d1bbe738260b2abe9dfb5002c..eb12142bfe57013d589f880f2bb09a288b0bfc15 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.api</artifactId>
index 77db41f31e61394f238542583df1a7acbe9b1824..2ae529188eca5271303bbb485564f5a098640d1e 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <scope>provided</scope>
                </dependency>
 
index dc8d690e2dbdde2f79a0402377aeecb384d74bc0..0188290edcdf2f03f78d49ae0fb02bc8b37527c3 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- UI -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
index 27de13e04248263eb8055087e6fbf49633d8bf3e..eccffaf65604d0783247fd9fe5fa1e22714ebb66 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- UI -->
index e9219c73e1341620952a92901b9f6e2c25d84421..1a21313d65949319e12f2e827f4d57ad62baae45 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui.theme</artifactId>
index 4c0a8dae0fdb1abd4d6a338a0e7f66c1e9c87153..0e36fc98c851275dc9fd0324cf9d094ccc2dba54 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- UI -->
index 5414927356772d18c2447cfc8fd11e32a19fab6b..c05bc38fdc39ea3cadb300eb7209caa051725d18 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 289728f36bdd99cdf133d476fd44a555ae30bffb..e8218cb2b61f97662e49ea09735358c1ad5ae200 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.core</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 1ad527cac5a3b1b672487d66202c97edb10c94bf..eb04dde888f87fa9b0b3f688d170b559270f7839 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- UI -->
index e2f1e4df325004dcbed5749eeb144d7f288119d9..ea6e4a37cfc77a29cfa3473907fa0bab4b2a0a26 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</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.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
 
                <!-- UI -->
index 2345a1ab5bd25242f957c8d70ad417fb83e2bdd9..b97e4e7e5105b8039bf2f5f521ad404b9dcfb800 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.enterprise</artifactId>
index c3d628f55df8002d66e2ef6bee3c0fa1dfd60e1b..7684b5c7cbe59732f3c621436e2ff39e55e4e7f5 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.jcr</artifactId>
index 2a54833460d2c3158cc624074f7adc2820a9bf5e..f77b068cfe63ebff175b721a215122d625764fc2 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.maintenance</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.101-SNAPSHOT</version>
+                       <version>2.1.101</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 1f4d15cf790a5eb93715c6e05fa2b5503ddf136b..1bf58f13e4dad0343684516519d2f8c2d29dd998 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.101-SNAPSHOT</version>
+               <version>2.1.101</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
diff --git a/pom.xml b/pom.xml
index ffc14f7866e4a15c72c0efd7615d45e29ee3a775..da25538d97755653322988f77a00f5189731cd49 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.101-SNAPSHOT</version>
+       <version>2.1.101</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <url>http://www.argeo.org/</url>
@@ -46,7 +46,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>v2.x</tag>
+               <tag>argeo-commons-2.1.101</tag>
        </scm>
        <organization>
                <name>Argeo GmbH</name>