[maven-release-plugin] prepare release v2.1.104 v2.1.104
authorMathieu Baudier <mbaudier@builder.work.argeo.net>
Wed, 24 Nov 2021 09:30:48 +0000 (09:30 +0000)
committerMathieu Baudier <mbaudier@builder.work.argeo.net>
Wed, 24 Nov 2021 09:30:48 +0000 (09:30 +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.ext/pom.xml
dep/org.argeo.dep.cms.node/pom.xml
dep/org.argeo.dep.cms.ui.rap/pom.xml
dep/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
sdk/pom.xml

index 22d23f847fffca7b6bcf729faf1c068cc105f1b3..ea51ff8d329341f237df143d4886759ae88be1be 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
        </dependencies>
        <profiles>
@@ -42,7 +42,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                                       <version>2.1-SNAPSHOT</version>
+                                       <version>2.1.104</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-SNAPSHOT</version>
+                                       <version>2.1.104</version>
                                </dependency>
                        </dependencies>
                </profile>
index d1eca2f86ae0aa7ce9fc9f1cf44c1aec81594725..bfd25ecd3ea77f48229cc1a2be6189942570ace5 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- Third Parties -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index 23e185216caedc4a05d4241cdf34624acdaa74cc..041a550242bdcd12286330c40bac9bd07e7e53ab 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4.rap</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- SVG and CSS -->
index 904349332edd716b7d1416014c41ff7a8081b3aa..bc259474e81fc991387b25e923c6091a51dd6fd8 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 8dc2dd55abdc9b958857058ac5eb991194e6b56e..7bab5af7e57d8630260d6c695ee8e540d2fea965 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- CMS Dependencies -->
index 93ab967ec5dc603f27476159063ab25fded85b7d..7152e53c6b98bb47fb4d06ce0137cf5480d37b22 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.rap</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- SDK -->
index b83b2886b429a50a57726759c0a61aa36b7e62db..968dd1edb36c81e05c6f9a7fa6be0037dd6d1cde 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1-SNAPSHOT</version>
+                                       <version>2.1.104</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 9a6d616b4dfecd59d431f0b34e404807d159a140..da9678e12f6567193d6581df4876bdd9fd23dd20 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                                       <version>2.1-SNAPSHOT</version>
+                                       <version>2.1.104</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                                       <version>2.1-SNAPSHOT</version>
+                                       <version>2.1.104</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
-                                       <version>2.1-SNAPSHOT</version>
+                                       <version>2.1.104</version>
                                </dependency>
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>osgi-boot</artifactId>
                                        <type>zip</type>
-                                       <version>2.1-SNAPSHOT</version>
+                                       <version>2.1.104</version>
                                </dependency>
                        </dependencies>
                        <build>
index cc3242537032469469397fbaac2a5aa44afa81f9..c8d76e8fea82e7fc312278d77e9369579b7fc657 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 575b4b4f81709e465ae86987b2801114232ea996..d10e3b976195cefba6f2548f92f7c6a44b781c91 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
        </dependencies>
        <profiles>
index f6b9917e090e3f1e61426c1c681ee12f13b91b1a..d9559765ad929fe09be69ea823e6dc200c904359 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
index 8f3c15c572306754a0eea712d5fd850363516fe3..d616925ece608d07c177320bad5d6b2f82dcfedc 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.api</artifactId>
index 81f2fcacc470be9fefedd7a37659f60728a814b8..d9116a52b497afe77227369bcfd2141d6617f898 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                        <scope>provided</scope>
                </dependency>
 
index fd1842afd33420104cb604d04ffebe49225ab969..babb6faafea8c96f37046571817ca29740727883 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- UI -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
index 37fdd9a174206488bdd9b6c06f5c2ef2d0e207d4..b635ffd459054ad96438808a1db1168b3c5f529d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- UI -->
index b30460a81a0f79b01dfd8f6fd789366d33c68035..813b1c4205fbf280604e2670de09a128f0f8d6c4 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui.theme</artifactId>
index 186bb1e5b3c6b9e56f7742d1a65c449a44035068..9fadbc623925a0379365ba074dd07ac2ecaaf8b6 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <!-- Specific -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- UI -->
index 45aaa917ef8dbed92845eddd1386abfd486e8638..ceff6e223cb9abe3605ed5bc8001692f3dd9b238 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.maintenance</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index b1dfe92c6d6072eac280f73fe11404fd8fef7e0b..a022e3302e15712b03a7eda59b0654d60cd27372 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.core</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index e56d4395bfea8e9cdfa0214624e4cc1f645bc1d6..4e3e1f13cb34c9a4020ea74d7b209c8724c78e9b 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- UI -->
index e3069dd374f7f6ac6618d4144f859f69d3175dd4..e0906eb9f04b7a20997c0db893143aa7c60667de 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</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-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
 
                <!-- UI -->
index fef408449f533085cf6cf13de394f9cebb6070b4..a59298a64902b223249db7b56ea8017083699a95 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.enterprise</artifactId>
index 99becb52ea352f39bd3134682c200b4a96e67c6a..f7d31122809274a04caa9d5d80db348cf0da3dd5 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.jcr</artifactId>
index b061f87cdaed55e12f343bc068a5d4dfd810f285..cd87abaa6c1d1ee513a7606138ca83c5589b7659 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.maintenance</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.jcr</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.enterprise</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.core</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.api</artifactId>
-                       <version>2.1-SNAPSHOT</version>
+                       <version>2.1.104</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 1bf95002e90ca582be34b0c0bf1c6fde34353e89..fea3b2eb14074da106bdee479a3d6f44c141340c 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
diff --git a/pom.xml b/pom.xml
index 08dec90e2d899417308fa27fe014054e9cfc88f7..8d5fae204865d97cc7102f68d423a14e0bdc7a95 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-SNAPSHOT</version>
+       <version>2.1.104</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <url>http://www.argeo.org/</url>
@@ -45,7 +45,7 @@
                <connection>scm:git:http://git.argeo.org/lgpl/argeo-commons.git</connection>
                <url>http://git.argeo.org/?p=lgpl/argeo-commons.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/lgpl/argeo-commons.git</developerConnection>
-               <tag>HEAD</tag>
+               <tag>v2.1.104</tag>
        </scm>
        <organization>
                <name>Argeo GmbH</name>
index 9631f6acd6ad84fee638c96e8d4c11b2f07fe53a..93ffa93524cea2ac592a449b74cec4185905e0b4 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>sdk</artifactId>