[maven-release-plugin] prepare release argeo-commons-2.1.89 argeo-commons-2.1.89
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 13 Dec 2020 06:19:17 +0000 (06:19 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 13 Dec 2020 06:19:17 +0000 (06:19 +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 268dee8bfc4051e7cb924cc0c0a4932f32ae209f..3dfa9be9b923bd57bead927c8500813e81c3532f 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
        </dependencies>
        <profiles>
@@ -42,7 +42,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.89-SNAPSHOT</version>
+                                       <version>2.1.89</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.89-SNAPSHOT</version>
+                                       <version>2.1.89</version>
                                </dependency>
                        </dependencies>
                </profile>
index c2fcd54a3e922adfdb537965519d32c3e88ca46b..5793e072f56ec89b98f83c495e1e306bb4b8dea8 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- Third Parties -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index b3550c055840c67eb687dd2711d2f499696763e4..979f5e1f98314331f3c2055ab95c21b6f06a75bc 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4.rap</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- SVG and CSS -->
index 91fc216f43cc6ada8e0d95cc2f186f5512b740c1..c0304bd35f40378f7c634a81d42a0c66fd2d1622 100644 (file)
@@ -1,11 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -17,7 +15,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- CMS Dependencies -->
index 1508a7d83f581f7a0e463acf033fc059e82b99ee..e8ca872048904a0fc805536531245c2cb9a1d0b7 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <type>pom</type>
                </dependency>
 
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <scope>test</scope>
                </dependency>
 
index 2fb8cd5d76d7ea8f64c804ecb3272b56ef5865d7..45216fe74a9da7a48a92945d6fd4a9ca4148ba69 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.rap</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- SDK -->
index 02848418f28b5231374287ca20d0902e70005e78..dd4cb9d3e6838ce421faf6311a0915a72cb825ae 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1.89-SNAPSHOT</version>
+                                       <version>2.1.89</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 36f035e7d060c64c1cef3fb6dca8b5c13eeba845..78a777dc718d52fd6a0baa273776b97b0cf7a715 100644 (file)
@@ -1,10 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
        </dependencies>
        <profiles>
index 53660d9997216ae8e1b0dad68162889a925a6d77..f24197f29fb746c7c3ab6eb8d12f4309e2313825 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                                       <version>2.1.89-SNAPSHOT</version>
+                                       <version>2.1.89</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                                       <version>2.1.89-SNAPSHOT</version>
+                                       <version>2.1.89</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                                       <version>2.1.89-SNAPSHOT</version>
+                                       <version>2.1.89</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.sdk</artifactId>
-                                       <version>2.1.89-SNAPSHOT</version>
+                                       <version>2.1.89</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>osgi-boot</artifactId>
                                        <type>zip</type>
-                                       <version>2.1.89-SNAPSHOT</version>
+                                       <version>2.1.89</version>
                                </dependency>
                        </dependencies>
                        <build>
index 71005424c38aa7c253f5a744497999cdad6c1ccd..872320966576d747e7469fcd4f5ac8c7e57487f4 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 713f302eddada72bb9ab39f6a9f307eec51bd39b..7959e786814840746270940c5a5d5966894bcd95 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
        </dependencies>
        <profiles>
index 4ec3c72fb1b8c67ae8f7cbc4a6d4cde565d52280..66bcd860d33832e82de9a12ccba2af79b25f35a1 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
index b85b6f6850b55c9f6c1b689a39a48a0e6a02d821..04a4e6a98534fe84107b378c7606f30de811b5c2 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.api</artifactId>
index 3783fe0362c064c7eacb6ee404abb20c6b0b1ace..432b763157e83c0c259734d20e694e87d6ae783c 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <scope>provided</scope>
                </dependency>
 
index 75413d505b3870851ad6ae9be4ba3958b7f3baf6..b2a1688826b3fbedb75ba18a4c9995950b8bd8cc 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- UI -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
index 5a65d6dca48335b6a3899d559cbcc4f7522d14b0..e4e35457374752d60ba7ad7289c33fd968e4af27 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- UI -->
index 90d4f65daa691e3c491cc0ba842c94db7ae2e6ac..46c1cc765bc899f514b1105e415569b2b4b75812 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui.theme</artifactId>
index 63c8eaacbc818cef10c5c6fed524fa4932765861..e9a23ddc196db0f35518f3c1e084e5c7cfab916a 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- UI -->
index 7d54a1248a948fa5c2316f2a2acaae22ebfe05b5..ac40beea4fd46860a8176a8534c073f68ef46c8d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 5dfcdde216c9fbb344da342d0c10b841dde9cae8..9ba0f8c4bac25706c41049c621bfd264473b47a7 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.core</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index df5b3baa4390c3168d6c62784f236c4853e4c54a..800d81665c2510b9a528e7d7368e32773ae3102d 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- UI -->
index 27b10d283393804a761b4d7a5ffe00d13a787924..c1219c22908a1e0239d4392b31fb3defde7bea0a 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</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.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
 
                <!-- UI -->
index a61f69dab33513dfab2e1d35f24b68fb41000dc4..3ac254a19ea51e925599e0da6322018932debd5a 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.enterprise</artifactId>
index 60b5daa853771247c4f9cc06c95be9ec186c8003..54de77dbc42f161e77cf16e780b7af2f82f7c22a 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.jcr</artifactId>
index 758c7ac5ee39458995a9dc8c17316ae291263d82..9b6fc45677d7f1d37709e2452a65f73cfdb3e41e 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.maintenance</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1.89-SNAPSHOT</version>
+                       <version>2.1.89</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index a148c2c16c9d27bc8d08dae72eaa581646971db8..9f45b7aaaf2e11ac6deabc29c0ee59c97185280d 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.89-SNAPSHOT</version>
+               <version>2.1.89</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
diff --git a/pom.xml b/pom.xml
index f140e208a59a8765bf2d430ca38f7716f7b656a8..3a729c3b6e1e4c8f93b5465d4b1e2d2301902211 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.maven</groupId>
@@ -10,7 +8,7 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.89-SNAPSHOT</version>
+       <version>2.1.89</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
@@ -49,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.89</tag>
        </scm>
        <organization>
                <name>Argeo GmbH</name>