[maven-release-plugin] prepare release argeo-commons-2.1.41
authorBruno Sinou <bsinou@argeo.org>
Thu, 16 Jun 2016 12:48:22 +0000 (12:48 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 16 Jun 2016 12:48:22 +0000 (12:48 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8998 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

21 files changed:
dep/org.argeo.dep.cms.client/pom.xml
dep/org.argeo.dep.cms.node/pom.xml
dep/org.argeo.dep.cms.platform/pom.xml
dep/org.argeo.dep.cms.sdk/pom.xml
dep/pom.xml
dist/osgi-boot/pom.xml
dist/pom.xml
org.argeo.cms/pom.xml
org.argeo.eclipse.ui.rap/pom.xml
org.argeo.eclipse.ui.workbench.rap/pom.xml
org.argeo.eclipse.ui.workbench/pom.xml
org.argeo.eclipse.ui/pom.xml
org.argeo.osgi.boot/pom.xml
org.argeo.security.core/pom.xml
org.argeo.security.jackrabbit/pom.xml
org.argeo.security.ui.admin/pom.xml
org.argeo.security.ui.rap/pom.xml
org.argeo.security.ui/pom.xml
org.argeo.server.jcr/pom.xml
org.argeo.util/pom.xml
pom.xml

index a6cee58a0863b7f5399c7972364319e2e2f6a3d4..9f555b30e54850e4bac94f727c6d172b5c06f31f 100644 (file)
@@ -1,10 +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.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
 
                <!-- Third Parties -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index 9d309d6f3f9ceba3174c53d87f15fea0a461ff92..cfc77869568420647f7d3f331ae8a00824aaa69f 100644 (file)
@@ -1,10 +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.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.client</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.jackrabbit</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
 
                <!-- Argeo Commons UI -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
 
                <!-- CMS Dependencies -->
index e7bbe3a2cf54a78623b02bd1352af5e328ded009..1e6f4df0329a773408fb7296c0ae1e11f45c54a7 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.ui.admin</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.workbench.rap</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.ui.rap</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
 
                <!-- Misc Third Parties -->
index eb1506702dc2aeced8e2f1d7fd608696b83c9d55..769d5608e4621e67d7ce86e14e82a30a89586711 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -13,7 +13,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.platform</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
 
                <!-- ALM Third Parties -->
index afa2c7c5140feb1bdfa86082ec5b59556787e1f1..027f5452cd3690ad1e3074f3eca49e0d98251983 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
@@ -73,7 +73,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1.41-SNAPSHOT</version>
+                                       <version>2.1.41</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 49b001db4fd9f73879d2c450d9de3893d6792374..30f274d108de4b9e6f56e7c754f1af5275ce72ff 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</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.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
        <profiles>
index a754334ad54b4a800a5fe1f4df06055b606e07b4..02f17807b59c69c59b69ac4391e7889cc0fe0364 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
index aeead84ed48e5730d294d59be94d0dc7553d94ae..13871512383f7cb59997577b9fa606a14726ea39 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>
index 4e767a3f6b6077bfb253b31f8acafc042db89afd..35d55b7623353037deb6c0c7eca78f44a7efda8d 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index cf356aede70bcd87c7e36322e88b48f74d49b822..005bc7155b99d45ace5fe4f38f39f589134c0262 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 16e01dab840c831022c60e0b387bae1eb8fa6bc8..418c0d5c5d414b09ee2c89ccce0f341f175c4dd7 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>
index c074afdd6ae851cf5e3995e8f868cc6472905d40..ab237a69418c40a34cb58763c9262b76feaf8727 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index f4312cd7c4a1ba905ebc084b79f2e061b9088db6..44fb02595d2d4b94f882519203700dc9b12264d0 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 594728f227b56b904d18f4749c37fb0722aef297..8432563e3eac9d66d6270307a48478d3044fab2a 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.core</artifactId>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 4c1fead41edfb9984e01013b3be74bc1cdd0d378..171bce3186e18284d533f1d2521769c86f61cc79 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.jackrabbit</artifactId>
@@ -13,7 +13,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 9f6d968d165a51dc5c8149792ad8a6f64274bf6d..216606e0a2d6b0038674708dba9a38eb40dbf6a3 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>
index 529d41cd262dc4d36adc02ca294cd929a4b52b0b..f2b0e98b01c9d7439cc91f046a031e081e702aa4 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.ui</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index f6af987cb843f2a9f123671c0ef8bffeb3096f4d..caff8bef79a9137fcbd906365f36aee33ea3491f 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 808461795cf73f06830ad9b463fa5322d5fe32b3..40cf6124a306bb318da79e1434f0d2ace1c8b1f6 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jcr</artifactId>
@@ -12,7 +12,7 @@
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.41-SNAPSHOT</version>
+                       <version>2.1.41</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 683750b3faf3c91261b0ed38b5dfd987c8d8309b..5401d739a90103d3e1588521ac75529d84e2bb78 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.41-SNAPSHOT</version>
+               <version>2.1.41</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.util</artifactId>
diff --git a/pom.xml b/pom.xml
index 89c3bf967b7f3f0c90c835307d756974265733b8..acdfce6da966bb6240a1054fcae17cb273b71b5c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.41-SNAPSHOT</version>
+       <version>2.1.41</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
@@ -41,9 +41,9 @@
                <module>dist</module>
        </modules>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
-               <url>https://svn.argeo.org/commons/trunk</url>
+               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.41</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.41</developerConnection>
+               <url>https://svn.argeo.org/commons/tags/argeo-commons-2.1.41</url>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>