[maven-release-plugin] prepare release argeo-slc-2.1.5
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 29 Sep 2016 11:39:16 +0000 (11:39 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 29 Sep 2016 11:39:16 +0000 (11:39 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@9220 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

24 files changed:
demo/modules/org.argeo.slc.demo.ant/pom.xml
demo/modules/org.argeo.slc.demo.basic/pom.xml
demo/modules/org.argeo.slc.demo.minimal/pom.xml
demo/modules/pom.xml
demo/pom.xml
dep/org.argeo.slc.dep.backend/pom.xml
dep/org.argeo.slc.dep.minimal/pom.xml
dep/pom.xml
dist/pom.xml
dist/slc/pom.xml
lib/pom.xml
org.argeo.slc.agent.jcr/pom.xml
org.argeo.slc.agent/pom.xml
org.argeo.slc.api/pom.xml
org.argeo.slc.client.rap/pom.xml
org.argeo.slc.client.ui.dist/pom.xml
org.argeo.slc.client.ui/pom.xml
org.argeo.slc.core/pom.xml
org.argeo.slc.factory/pom.xml
org.argeo.slc.repo/pom.xml
org.argeo.slc.server.repo/pom.xml
org.argeo.slc.support/pom.xml
org.argeo.slc.unit/pom.xml
pom.xml

index 2de217f183de5ec8e0e6d0e7e0a1fe408e8d8a0b..9b95f3142e9139e1029c93ea1f3d03dd76158d1b 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc.demo</groupId>
                <artifactId>modules</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.demo.ant</artifactId>
index d3911b6945ace8a88d1cf3eff0a8bbc67fc54d22..119fbb1b524ad2a581ff91bd8115407ff5a90957 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc.demo</groupId>
                <artifactId>modules</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.demo.basic</artifactId>
index 7ec2e2322f61da81e039339afb776f56c8e6fec9..dc073c6da73c085930ab8df866f40b95f4ed73d9 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc.demo</groupId>
                <artifactId>modules</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.demo.minimal</artifactId>
index 99761ee1d4cb727233cb7dd137772cd6b4e50624..cc90d3483ce7f3d2f8457ca1333cb2b7b599f261 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>demo</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.demo</groupId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                        <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.backend</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                        <type>pom</type>
                        <optional>true</optional>
                </dependency>
index 1817cdf8b778c5d910bd896784c86b6d292139be..8be93c738bccdbb9be88ba11f672b40191940d6a 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>demo</artifactId>
index e96ae310655d9abff5de04f0ee917dd51cef59c6..a3262b939622d85a63012943f503c0566a99eccb 100644 (file)
@@ -1,10 +1,9 @@
-<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.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.dep.backend</artifactId>
@@ -39,7 +38,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 
                <!-- SLC Repo -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.factory</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <!-- <dependency> -->
                <!-- <groupId>org.argeo.slc</groupId> -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.ui</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.rap</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 
                <!-- For target platform generation -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index 061eb7cfe817f1934422777a8ab8eba8d2cbd5a9..fe61708b83c0232ecf0017043ae018acec0c33ab 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.dep.minimal</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.agent</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 
                <!-- CLI Agent -->
@@ -72,7 +72,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.agent.jcr</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 <!--           <dependency> -->
 <!--                   <groupId>org.argeo.slc</groupId> -->
index d936bff27de40d7cc8f8dc6839baf0273637f0b1..68fd1661d6b19778f2caff8e6711e27a02608f31 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
index 459f93b906e42e41a940be93e129535fda9f160e..8b4fae4850e0d775c8d346655b0c8da8cad0f05a 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
index 363589f8b57aa073cc6875155a53d368be5d69ec..828a604397cb13071e3dd0ee3d6f9c5c17e25ae5 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dist</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
        </parent>
        <artifactId>slc</artifactId>
        <packaging>pom</packaging>
@@ -58,7 +58,7 @@
                                <dependency>
                                        <groupId>org.argeo.slc</groupId>
                                        <artifactId>org.argeo.slc.dep.backend</artifactId>
-                                       <version>2.1.5-SNAPSHOT</version>
+                                       <version>2.1.5</version>
                                        <type>pom</type>
                                </dependency>
 
index 828c88fa3df5967b16785ca0f4a34945ccdd8e17..520c4ca31dec4ecf2cdf332c7fda7c4022514695 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>lib</artifactId>
@@ -72,7 +72,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                        <type>pom</type>
                </dependency>
        </dependencies>
index 0c5b12cc53b604fe784abc37f2e601334f2f90d7..d67ea475e1d77571ffd0a1b6f323b30e0b7aad91 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.agent.jcr</artifactId>
index 5a3f4fb3e101e24773d209f88bf093bb768e5307..082718bd41470d1b0d9aa1f906bd39daa9f8c7e6 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.agent</artifactId>
index 3f6d1f9add1d0a598c1e3626b7805f6ac92d264e..c60932c28be81cc406bcfcdd0f757e73fc802bfd 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.api</artifactId>
index 5808760a376cf164908dd2fee56178af5e2d055c..98168fe1c468d763f3a976e6de6b68f592c68fc4 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.rap</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 
                <!-- Argeo common distribution for Secured UI -->
index 8d865ae9dd25b87a557c44c8abb5d34285cc2b3a..00c4c8d5d52f52e70cbbcd652ce3a98cf1b47737 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 
                <!--  Argeo Base dependencies -->
index c6d6592b91efddd5502b18e4b98568305e35d575..639b4f5ca56165ac00a37fb3d2819fe647aa4b91 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 
                <!-- Argeo Commons -->
index be4f893f2444461e2cf6bd0ce4581aa5d0fbb2db..83c32105ee201108292386ef5de16a1a156f00db 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.core</artifactId>
@@ -46,7 +46,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.api</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 5965b52a14a9063307d6ffd98483d578adb6277b..31df35d9313b2352ffbeb10299d0a4dfe7d12028 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.factory</artifactId>
@@ -13,7 +13,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 1508c7bb96336377018557daecd1beddc340a07c..163028c960daf030ce25b2195245701e67ba1cf1 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.repo</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
 
                <!-- Commons -->
index 62d950502a3246005b197dd9f6fdfce46f7754c7..6abe53028dd71b89da305fb2233a723455055a1c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.server.repo</artifactId>
index ba0b73ab2c410f441f51e836906bb261405a79f1..74075a0492078d9606c6def0824fa2870c899d80 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.support</artifactId>
@@ -13,7 +13,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 62dd4a1e0f8e3a52feb34dba1d3040d72e40ff1f..6ea44281b125369400e8843b7a9b25034e71c77d 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.5-SNAPSHOT</version>
+               <version>2.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.unit</artifactId>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support</artifactId>
-                       <version>2.1.5-SNAPSHOT</version>
+                       <version>2.1.5</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 4999bdbf55deccfd7c75537c62bb896750f7879a..be707450e99f29b760ba6593cd6c767a7fca0fda 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-<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>
@@ -10,7 +9,7 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>2.1.5-SNAPSHOT</version>
+       <version>2.1.5</version>
        <properties>
                <developmentCycle.slc>2.1</developmentCycle.slc>
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
@@ -43,9 +42,9 @@
        </modules>
        <url>http://projects.argeo.org/slc/</url>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/slc/trunk</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
-               <url>https://svn.argeo.org/slc/trunk</url>
+               <connection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-2.1.5</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-2.1.5</developerConnection>
+               <url>https://svn.argeo.org/slc/tags/argeo-slc-2.1.5</url>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>