Merge from argeo-suite unstable.
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 3 Sep 2021 09:46:28 +0000 (11:46 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 3 Sep 2021 09:46:28 +0000 (11:46 +0200)
27 files changed:
core/org.argeo.entity.api/pom.xml
core/org.argeo.entity.core/pom.xml
core/org.argeo.entity.ui/pom.xml
core/org.argeo.suite.core/pom.xml
core/org.argeo.suite.theme.default/pom.xml
core/org.argeo.suite.ui.rap/pom.xml
core/org.argeo.suite.ui/pom.xml
core/pom.xml
dep/org.argeo.suite.dep.e4.rap/pom.xml
dep/org.argeo.suite.dep.ui.rap/pom.xml
dep/pom.xml
dist/argeo-suite-standard/pom.xml
dist/pom.xml
environment/org.argeo.geo.ui/pom.xml
environment/pom.xml
knowledge/org.argeo.support.geonames/pom.xml
knowledge/org.argeo.support.odk/pom.xml
knowledge/org.argeo.support.xforms/pom.xml
knowledge/pom.xml
lib/pom.xml
library/org.argeo.library.ui/pom.xml
library/pom.xml
people/org.argeo.people.ui/pom.xml
people/pom.xml
pom.xml
publishing/org.argeo.publishing.ui/pom.xml
publishing/pom.xml

index f916967f2b30c8966325ba2d01ae7cf95c14dad2..1d2e27f97ff45d610c149fee80eae207fb938c4d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>core</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.entity.api</artifactId>
index 8d9144737dc84e85857c6d53cb17ae92a819b1f8..210aa221ee9ea0ad5349cf3443bba265ef8fc941 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>core</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.entity.core</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.api</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Commons -->
index a7b2e8199a905051db543cef53c5f84c8b26849d..469fc80ace72c807d013b8f05e4bcf90bc47fbca 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>core</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.entity.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.core</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Commons -->
index 6008ea17637a58e364a24b97307b1c476cc3092a..2ca0e5b9f2a7c612aff4eb08db7d3a6db664f168 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>core</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.core</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.core</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Commons -->
index 9e1014236ac0f222e9c69949ca33d81bacb1004d..5afd257e2f7be41d24aef395ac16affae713eef5 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>core</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.theme.default</artifactId>
index c9e2f69b4ffa58258bc0d4c4bdac2556a5137ed4..35d1ccf2262642db157371c7703b9a07184e6a24 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>core</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.ui.rap</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Eclipse E4 -->
index 7089a3c556ce1633a732cb1b366d6dce0e0741a0..c1bf9b456883e086ba0f42564be31b9a2be60068 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>core</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.core</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Commons -->
index 40fa254034f57546a2890b8bbb6ee891244d1505..89a70489abbda6a4c45e1a0cc7c03f94dc354dc8 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>core</artifactId>
index e19244a3704d2f8889ad9484e09c22a5c00604b0..16f134a09e20cc195b67f6d4ead62af4343866d9 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>dep</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.dep.e4.rap</artifactId>
@@ -15,7 +15,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
index 99d6f4649046fdd680e020aed438f5da288b50de..88c35b76638780901d04bdf32cf5048d62a536db 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>dep</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.api</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.core</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Suite Icons -->
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.core</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.theme.default</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui.rap</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo People -->
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.people.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Library -->
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.library.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Environment -->
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.geo.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Publishing -->
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.publishing.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Knowledge -->
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.support.xforms</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.support.odk</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.support.geonames</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Additional Third Parties -->
                                                                        <goal>rpm</goal>
                                                                </goals>
                                                                <configuration>
-                                                                       <name>argeo-suite-ui-rap-unstable</name>
+                                                                       <name>argeo-suite-ui-rap</name>
                                                                        <mappings>
                                                                                <mapping>
                                                                                        <directory>/usr/share/osgi</directory>
                                                                        </mappings>
                                                                        <requires>
                                                                                <require>argeo-cms-ui-rap</require>
-                                                                               <require>argeo-suite-ui-rap-tp-unstable</require>
+                                                                               <require>argeo-suite-ui-rap-tp</require>
                                                                        </requires>
                                                                </configuration>
                                                        </execution>
                                                                        <goal>rpm</goal>
                                                                </goals>
                                                                <configuration>
-                                                                       <name>argeo-suite-ui-rap-tp-unstable</name>
+                                                                       <name>argeo-suite-ui-rap-tp</name>
                                                                        <version>${version.argeo-tp}</version>
                                                                        <release>${maven.build.timestamp}</release>
                                                                        <mappings>
index f963b64ecfb6ec76ef62cba544ea4cf2e3968693..8db55f65bf2bc861ff42ecda41ae84d8302aa74e 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
index 3eb2907db07428f92150d6363a18f091b84098a3..13d0c589647cc42a14dc015fa0938baebf581165 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>dist</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>argeo-suite-standard</artifactId>
index f3d3d98ef2e77f6a1c7224bff88846f9aad4d7e4..318eccfc8b49d2475aeb04f8785faacd0dca9fae 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
index bf6c422c78d6b205e8decb9a14fed184eb012d4b..01c8d3d77b551d27bd14f38601839377d66c7612 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>environment</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.geo.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Eclipse E4 -->
index 796818664338fbd347ca6a96b9c5b471142d2da2..1fc61bd78a9daa8e399c3fe6920ea1a3c0f06819 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>environment</artifactId>
index d4a900b5b426930401183635589440b91023ebb0..6f725fabf20af99fe6bcc68e160f0c33440a4803 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>knowledge</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.support.geonames</artifactId>
index 9156a31db4e7e9eec77a6bedeea434839efc54fe..76f855c7fe9ea730c22708e5cdf9f22c9eb531ab 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>knowledge</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.support.odk</artifactId>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.core</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.support.xforms</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
        </dependencies>
 </project>
index e39b9a5ee2e17a00d641b6e499f019f2522a6455..f02a5022b882c03d6bf738d808e4963da2c9a1ae 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>knowledge</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.support.xforms</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.core</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
        </dependencies>
 </project>
index 066ce3b9ec9f6bc56f75dfd04d55814c004bff49..e5079d9261f5a3a210fe111b8627c3beae126357 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>knowledge</artifactId>
index de0e32b4a7b98f5e2150b6672284746fbcf8f8e9..fc72c26c49264498b85d11d9b0934022e5b1f943 100644 (file)
@@ -10,7 +10,7 @@
        <packaging>pom</packaging>
        <name>Parent POM for Argeo Suite Extensions</name>
        <description />
-       <version>2.3.2-SNAPSHOT</version>
+       <version>2.1.23-SNAPSHOT</version>
        <properties>
                <!-- Dependencies -->
                <version.argeo-tp>2.1.27</version.argeo-tp>
@@ -18,7 +18,7 @@
                <version.argeo-commons>2.1.103</version.argeo-commons>
                <version.argeo-suite-icons>2.1.1</version.argeo-suite-icons>
 
-               <argeo.rpm.stagingRepository>/srv/rpmfactory/unstable/argeo</argeo.rpm.stagingRepository>
+               <argeo.rpm.stagingRepository>/srv/rpmfactory/testing/argeo</argeo.rpm.stagingRepository>
                <git.rw />
        </properties>
        <dependencies>
@@ -30,7 +30,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                        <scope>provided</scope>
                        <exclusions>
                                <!-- Avoid slf4j implementations lurking in the classpath. -->
                                <enabled>false</enabled>
                        </snapshots>
                </repository>
-               <repository>
-                       <id>argeo-unstable</id>
-                       <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>never</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
        </repositories>
        <reporting>
                <plugins>
index 6c50ff556f89dfa82a836cfbce8ab1ed704110dd..c34abc7a98acbe60c11e592078cd4671e2acf0b7 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>library</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.library.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Eclipse E4 -->
index 14721315a0d4a988940eee2258b0ac8b4ae09b0c..b1c4e2f44995633e8b7650837410fefdc8b49656 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>library</artifactId>
index ded3d2d7a272cd04ec7049f6140f12c13083f399..b96cf4cd249ea1af1d3d8c2845e0ad27d94ca828 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>people</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.people.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Eclipse E4 -->
index fe0abe095906bbd2f14fe8794efecfb13531fac7..c422ff7de83269f4b442b8e76dc31601a88e5f6d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>people</artifactId>
diff --git a/pom.xml b/pom.xml
index 2f9836a24f014d9329145ec77746337d91773b32..a772f14f43ad17c920d79be78c474a0f9a6a0db3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        </parent>
        <groupId>org.argeo.suite</groupId>
        <artifactId>argeo-suite</artifactId>
-       <version>2.3.2-SNAPSHOT</version>
+       <version>2.1.23-SNAPSHOT</version>
        <name>Argeo Suite</name>
        <packaging>pom</packaging>
        <url>http://www.argeo.org/</url>
@@ -18,7 +18,7 @@
                <version.argeo-commons>2.1.103</version.argeo-commons>
                <version.argeo-suite-icons>2.1.1</version.argeo-suite-icons>
 
-               <argeo.rpm.stagingRepository>/srv/rpmfactory/unstable/argeo-osgi-2/argeo</argeo.rpm.stagingRepository>
+               <argeo.rpm.stagingRepository>/srv/rpmfactory/testing/argeo-osgi-2/argeo</argeo.rpm.stagingRepository>
                <git.rw />
        </properties>
        <modules>
                                <enabled>false</enabled>
                        </snapshots>
                </repository>
-               <repository>
-                       <id>argeo-unstable</id>
-                       <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>never</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
        </repositories>
        <reporting>
                <plugins>
        <distributionManagement>
                <repository>
                        <id>staging</id>
-                       <url>dav:https://forge.argeo.org/data/java/argeo-2.3</url>
+                       <url>dav:https://forge.argeo.org/data/java/argeo-2.1</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
                <site>
index 6a3ed5ed672313d33d0de9ed0c5eadcb5893f70f..96a759e1fbda99b679a3c24e0eb12b2c1f2a70b8 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>publishing</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.publishing.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2-SNAPSHOT</version>
+                       <version>2.1.23-SNAPSHOT</version>
                </dependency>
 
                <!-- Eclipse E4 -->
index cbfe76aa8240d92940eaa76c01de2c64fb589a22..27360153096d6b0d5efeb63f078de3e323c3d765 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2-SNAPSHOT</version>
+               <version>2.1.23-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>publishing</artifactId>