[maven-release-plugin] prepare for next development iteration
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Mar 2013 10:05:01 +0000 (10:05 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Mar 2013 10:05:01 +0000 (10:05 +0000)
git-svn-id: https://svn.argeo.org/commons/branches/1.x@6221 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

75 files changed:
base/dep/org.argeo.dep.jackrabbit/pom.xml
base/dep/org.argeo.dep.log4j/pom.xml
base/dep/org.argeo.eclipse.dep.rap/pom.xml
base/dep/org.argeo.eclipse.dep.rcp/pom.xml
base/dep/pom.xml
base/dist/osgi-boot/pom.xml
base/dist/pom.xml
base/plugins/org.argeo.osgi.ui.explorer/pom.xml
base/plugins/pom.xml
base/pom.xml
base/runtime/org.argeo.eclipse.ui.jcr/pom.xml
base/runtime/org.argeo.eclipse.ui.rap/pom.xml
base/runtime/org.argeo.eclipse.ui.rcp/pom.xml
base/runtime/org.argeo.eclipse.ui/pom.xml
base/runtime/org.argeo.osgi.boot/pom.xml
base/runtime/org.argeo.support.junit/pom.xml
base/runtime/org.argeo.util/pom.xml
base/runtime/pom.xml
pom.xml
security/dep/org.argeo.security.dep.node.eclipse/pom.xml
security/dep/org.argeo.security.dep.node.rap/pom.xml
security/dep/org.argeo.security.dep.node.rcp/pom.xml
security/dep/org.argeo.security.dep.node/pom.xml
security/dep/pom.xml
security/modules/org.argeo.security.dao.cli/pom.xml
security/modules/org.argeo.security.dao.jackrabbit/pom.xml
security/modules/org.argeo.security.dao.ldap/pom.xml
security/modules/org.argeo.security.dao.os/pom.xml
security/modules/org.argeo.security.webapp/pom.xml
security/modules/pom.xml
security/plugins/org.argeo.security.equinox/pom.xml
security/plugins/org.argeo.security.ui.admin/pom.xml
security/plugins/org.argeo.security.ui.rap/pom.xml
security/plugins/org.argeo.security.ui.rcp/pom.xml
security/plugins/org.argeo.security.ui/pom.xml
security/plugins/pom.xml
security/pom.xml
security/runtime/org.argeo.security.activemq/pom.xml
security/runtime/org.argeo.security.core/pom.xml
security/runtime/org.argeo.security.jackrabbit/pom.xml
security/runtime/org.argeo.security.ldap/pom.xml
security/runtime/org.argeo.security.mvc/pom.xml
security/runtime/pom.xml
server/dep/org.argeo.server.dep.activemq/pom.xml
server/dep/org.argeo.server.dep.ads/pom.xml
server/dep/org.argeo.server.dep.hibernate/pom.xml
server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml
server/dep/org.argeo.server.dep.tomcat/pom.xml
server/dep/pom.xml
server/modules/org.argeo.ext.bsf/pom.xml
server/modules/org.argeo.ext.jackrabbit.sybase/pom.xml
server/modules/org.argeo.ext.jdbm/pom.xml
server/modules/org.argeo.jackrabbit.webapp/pom.xml
server/modules/org.argeo.node.repo.jackrabbit/pom.xml
server/modules/org.argeo.server.activemq.broker/pom.xml
server/modules/org.argeo.server.ads.server/pom.xml
server/modules/org.argeo.server.catalina/pom.xml
server/modules/org.argeo.server.jdbc/pom.xml
server/modules/org.argeo.server.rap.webapp/pom.xml
server/modules/pom.xml
server/plugins/org.argeo.jcr.ui.explorer/pom.xml
server/plugins/pom.xml
server/pom.xml
server/runtime/org.argeo.server.ads/pom.xml
server/runtime/org.argeo.server.catalina.start/pom.xml
server/runtime/org.argeo.server.core/pom.xml
server/runtime/org.argeo.server.hibernate/pom.xml
server/runtime/org.argeo.server.jackrabbit/pom.xml
server/runtime/org.argeo.server.jcr.mvc/pom.xml
server/runtime/org.argeo.server.jcr/pom.xml
server/runtime/org.argeo.server.json/pom.xml
server/runtime/org.argeo.server.jxl/pom.xml
server/runtime/org.argeo.server.modeshape/pom.xml
server/runtime/org.argeo.server.webextender/pom.xml
server/runtime/pom.xml

index cef825285dc0e7bbd27487e3fba296757ffdc1fa..228a1b25bcd28a3024c35499e06f6c8c9ed027b9 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -34,7 +34,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
index b117de6c2bdc00274e2197d645e9edd5cc9364a7..06f4da028a6e8fc0601e92a2197564583b838a10 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 62468dce8f48961d5fe4cd52b1750f79d9619379..6cad18654f656f7b42dac6916dae4aa123d66031 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons.base</groupId>
                <artifactId>dep</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
index 1ff9fcc7189a7a4ada58c3b13e305209ed9e3bef..2c7d69c3bc794b4c2196d4b4d725c5b15bf96c77 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons.base</groupId>
                <artifactId>dep</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
index 1947e8d00e9ddfb683c2017ef2aa3e506cd0de43..5dcdbc848b5248315c73edc05561581e7cea54b5 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>base</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.base</groupId>
@@ -49,7 +49,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons.base</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>1.2.1</version>
+                                       <version>1.2.2-SNAPSHOT</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index e3f41e803366ef2233a32297f8a8c6bf00db2f31..de20c025c865b6c04330ae09fbff74f1733986f4 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -35,7 +35,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
        <profiles>
index 9631ddca2f2739a344a9b691b82f5487d066a6d6..1d027970abbe3605c9b455deaef594e432c9da2d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>base</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.base</groupId>
index 5221b5a12f6c8b165aafd6781a31dfb5396be624..d3309eb7b83665d86f49e51461410494505b903e 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>
index cd4c066734bcdd0b2eb1eaf0d8e2e3b3c80231cd..0d89170abdd18aacdfe23ebcdea9531ef109ec04 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>base</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.base</groupId>
index 032b77c8317371cae8156b5805705a2f36cfb3b3..7d41d5a335221e9ef6ddcbfc01fc3df5df67b250 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
index f162066087bbfab5c9a8851b38e9cdaa1f88700c..dca907f1fdcb45a4973f77f13912705765b31801 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -45,7 +45,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- JCR -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
 
@@ -77,7 +77,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Logging -->
index 7c44517cb73bfa462759fdb18a0ad537d19c5d0a..d8ef2e95cda809a2f31ef2be34b9274d80eb1e55 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
                        <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
        
                <!-- Argeo common distribution for RAP projects -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Logging -->
index 5042242b72047c06de18afd80b8e2b12cb9d02fb..976d5581b8538504b09017d096bb7906287295ac 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Commons third party distribution for RCP projects -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
 
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Others. -->
index ee9b011fd9ac77043f830863ad445cae522e84f3..c16330e1d8c18fe2a494c308afbd1857c3ca0145 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -57,7 +57,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
 
@@ -65,7 +65,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
index b8fb010d091c62966d3cf1f2975be0fb590fde9c..878c936354bde41c4cf3b513dc5d1307c9fa50af 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
index a836002b8429b04f8ff73c577473fa367adf1b3b..3851a80090f52e44e63ff42161d29a472b7aae60 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.base</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.support.junit</artifactId>
index 617fce50e22283aedb8cf140206240745549ab07..b2c4da9375f5ba468ee63c77d4ff6ebd87ee526c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.base</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.util</artifactId>
index 097914fff5da679b63e6eae4dde0217376d79832..83443a503cd5ca45e481a90c366dcda404fb6632 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>base</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.base</groupId>
diff --git a/pom.xml b/pom.xml
index d48aa66a91b6b658c444878c3a7e03a5fd598e2b..e0085d5038d39e57dee79ba81f033bbe9edb32f7 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>1.2.1</version>
+       <version>1.2.2-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <description>Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring</description>
        <packaging>pom</packaging>
@@ -29,9 +29,9 @@
        </organization>
        <url>http://projects.argeo.org/commons/</url>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-1.2.1</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-1.2.1</developerConnection>
-               <url>https://svn.argeo.org/commons/tags/argeo-commons-1.2.1</url>
+               <connection>scm:svn:https://svn.argeo.org/commons/branches/1.x</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/branches/1.x</developerConnection>
+               <url>https://svn.argeo.org/commons/branches/1.x</url>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
index f3965707a9f4ecc38793e84712329ec5aa6dc0ed..4bb33c11df418af82cd72eab3b6d3d86aab65bf3 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.jcr.ui.explorer</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.osgi.ui.explorer</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ui.admin</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Eclipse -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.equinox</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Basis -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.dep.node</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
        </dependencies>
index e2d4a04e8cd64fb1de2d66d27a2e7257a8302555..323a7ef683c3cfda27adfed3cedeeed2e094c00d 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.jcr.ui.explorer</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.osgi.ui.explorer</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ui.admin</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.mvc</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Basis -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.dep.node</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ui.rap</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- For Tomcat deployment -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.rap.webapp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
        <profiles>
                                <dependency>
                                        <groupId>org.argeo.commons.base</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>1.2.1</version>
+                                       <version>1.2.2-SNAPSHOT</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index f861ad8843ff8a11516f17962b705095c2f5e2d7..98fec103f2e40d32e9de329982f24da2f04487ee 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.dep.node.eclipse</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ui.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
        <profiles>
@@ -75,7 +75,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons.base</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>1.2.1</version>
+                                       <version>1.2.2-SNAPSHOT</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index ffe8c36c04695fe39e613aae709888a8497f02db..6cd065958f79b3342fef34b633d10b3336b1cce5 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- OSGi Boot (and Equinox) -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Logging -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Security -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Xerces and Xalan -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jackrabbit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.jackrabbit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Scheduling -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.dao.ldap</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ldap</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Security (Jackrabbit) -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Security (Standalone) -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.dao.os</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Web -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.dep.tomcat</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.webextender</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr.mvc</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.jackrabbit.webapp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- DB drivers -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.dep.ads</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.ads.server</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.ads</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Software development -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.support.junit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
        <profiles>
                                <dependency>
                                        <groupId>org.argeo.commons.base</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>1.2.1</version>
+                                       <version>1.2.2-SNAPSHOT</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 90acc8ab423fb489fba5cde3e082574a4c3314e8..db1d0f08de0140f8ee5684d52c6bc5b3982c56af 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 4a5b5bf6369ebc3f5323c8dfac689eff595d5e83..eb570cc0680d3692ba97d57c56127a26a889d1e3 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index f7cc98fab409dae76449d72d5e218b937b6c0b19..68d7b423afd3789686a9778a327d85a8d804a08c 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 6c09a589254fa423f18d8bee063e54443974a47b..af3bfe4afe6de147841cfa3a558a0611f7c62b4e 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 87f4ccbf469a68316497de4722d8e671f1a48fc8..3edbb504fcdfb86050a32cad2e13553425a5e6f3 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 5bc74f00f4197d990e92f6dc52765ab4053c1caf..43e45ec1c84332f5dc3b07b1df6f5a6b939022c2 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 0641e8a1cf47b7e8fff8f7d2deccc800e14d4875..37bfce4bbcb3926b11c8cda783a5bf1142f41122 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 88bce298741eff8d723f851b286b5ae22003cc69..0df72dacd049ddde6ebee62dc8986949b0ddd8cb 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -49,7 +49,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
index de16a02daff163e8ee085ca4dda23e56735b231d..9a9bf19ef20c410992cfeb475b7d347849b1beaa 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Eclipse -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
 
@@ -80,7 +80,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
index 38289fcd529ca997bf05c4f98fa5aca507e4e9ab..884b209e61edba5bc0deabfcaa9db2b1e018be40 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -42,7 +42,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Logging -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.equinox</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- RAP specific -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index bbe0190076ff930fce1ed773c6115f6c20b60ef1..24fa11c9f3f3ad55c8dd221c24b7d34c541a2361 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -42,7 +42,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Logging -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.equinox</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- RCP specific -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file
index 3f89b856bfae403147641c0335b8c7d854fe3947..3d2709723541281bb7ee53a2df77dfe9ee752c16 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Eclipse -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
 
@@ -72,7 +72,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
index a3a9a86bf8368fd2a7f2935ddd706e849c973fa9..d2b740ffadaafc0e22e9b50744c48832149bc720 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
index a31ea9a9428057095f02345814080100e3872143..2ddaf1af0dbcd1979d1b2047d5141d95623461de 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 0b4645abe8bd6dab21686ea5fa2839f4a12f0ca4..6c51965d38caa0a05ad1143449d27d06690a5142 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.activemq</artifactId>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
index 4ae15fbcf897bf5355577191c622e714660cfb3d..a154af29f6b9783aac729cf7cd636496fa233c63 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.core</artifactId>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Crypto -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.json</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
index 3ff029be8fde0c35d32127624006d701572f00b2..9218221673aa779da0e8f7f99789d08cba6685a9 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.jackrabbit</artifactId>
@@ -40,7 +40,7 @@
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
index 75f50fbfc82d592f08bbb7fd2d7cb1b71573a2df..94f5934be323727dd175baf75ddc09fb7e154dc9 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.ldap</artifactId>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- JCR -->
index dffb8686d801c65d27fe9dc56005bf0f70bb4b22..d89e25edbfc0a970d7fbbee94176f875b8f13675 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.mvc</artifactId>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Security -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
index c9aa5b5f29a13a4624dbcec05af592b3378a5b6e..84b56ba3a9403f5083f52b51326b9478cd343b46 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
index d8ce8e918c6e4e4eb0c40eaf5dd46b5d989dc28e..cff029fd13ac52841473166551afcdca70a612ae 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
index 06bfa0f07999229b7a04801b38bf6fcf72500870..94c15af1b8db7530aa72abf66d077496d8c9bd95 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
@@ -42,7 +42,7 @@
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.ext.jdbm</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <!-- TODO: version 2.4.0 is required by Spring-LDAP while Apache Directory 
                        takes 2.1.0 -->
index a90ce6743e6c4ca9f354feca87a4a7ddbd0611c4..b29e8529896ec083677b97c1972935285d439e1a 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
index 64d3415522a4ae40d56e180b2d74192c776f1c64..bead49d94364443701fdc6e36d6e18b0beeee8b8 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -14,7 +14,7 @@
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.jackrabbit</artifactId>
                        <type>pom</type>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Enhancements of Jackrabbit -->
index 90822fd8355fe58da31da2a025401a064c24c115..4753998a3e51004427977907126b313ce922ea3d 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -15,7 +15,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.catalina</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.catalina.start</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- JEE -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
 
index bf5c52fcb1860037a8bf97704c8939f2fd71147d..239b6cccde33ee79e7905790cec5ed68132918a7 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -46,7 +46,7 @@
                                <dependency>
                                        <groupId>org.argeo.commons.base</groupId>
                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>1.2.1</version>
+                                       <version>1.2.2-SNAPSHOT</version>
                                        <scope>test</scope>
                                </dependency>
                        </dependencies>
index 41e3e2d9942c6ce0815e26eee279386d90134d60..b7c2525baa15b53414764bf48600848b2442dfbe 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>modules</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.ext.bsf</artifactId>
index 0c36f9fdad4e5048ae96c9e42f519c8f8eb19766..0172af2dc45830ec295d130b04be59145a51254e 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 93c1fbd270b02f29aa33b08f2de0dd194322b5be..d105d55785ff188c54bc72307504238e291b24ad 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index ee7babd156b89ce505b1aab634331f63ea1d0e00..c027cd4634852f37fee4eadf6bfe488b2327dd3f 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 80af42bcd813e50f8ca1077a08ebbaaedba1aa3e..d77a33d40a286e99dc59e35aa7f7000f0b02743d 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 71340f71bce54175cac7e671f26a4a80a1ab952e..67119cdcbe55015b8ca80fa744a0d64094cc05ef 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index ae6968b0967ea99cea3f107e5a39bfa2a55b99ea..14184ced166de9392e4437614b86f3dba49a54c8 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 797cc7bd901b35cae0099604647074a3961cc739..bfecd7f07037a8cf117910d791d0f140b3058444 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 7bcc19e8724135d44743e80e80d56dc828314d6f..72145b84cc95608394adb4cd6431490a992b3c83 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index e31fa019d13179d021fcb764663d9d43a02fe086..146f1772a2522147c6b45bd59604c23864ccfbf5 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
index 38c5fa631c636adc1dd741618dacf1fc248457a6..da7e8e24547b7f817b98ba0a8ba3c0c14ad4d66a 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
index e8d0af48bc769f46ebc3bf7b7e4b2a05cc57a5c7..a41e307892c73583c2d055b33da1d4b5cb986f7a 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>
index e28d048156684510e7e38ef7be4291b6b68695d1..f4230f602e1ece1597e23119f83b565e2ca2f21e 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
index b4e2574c416f9acb75b18e2b5716634c5d974216..ed3dfd0a1fbdb8eefccbb6e6aa494fade7eb00db 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
index ca68e54143161ed07ced404367cf083486162ce8..08871548d24e6e7b568128d8b96e0e4733f595a4 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.ads</artifactId>
@@ -40,7 +40,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Apache DS -->
index 147e4dfaa2a08384c2d38b82cdcd0c25afc3aa6d..dcece2489f3ea324e8f7d01fa3d53378fca2a6f9 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
index a72096b3e7199a508c10f7b2d6e2d5c03ef770ed..b1e5cc2cd0c970688ea0dd72307a620306f83898 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.core</artifactId>
@@ -46,7 +46,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Apache Commons -->
index 56ac5b2138360b6cadb3e6f49531c4d3c9edfa35..eabe924f41ef7a5945d7e67858127c0a2ec70e75 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.hibernate</artifactId>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Hibernate -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.dep.hibernate</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
index 2bef263e41a0624b982d2af603e7c22d7a7136f2..26c864b7af01c974a78a1072e0f70d88dcc4504a 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jackrabbit</artifactId>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr.mvc</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Jackrabbit -->
@@ -61,7 +61,7 @@
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.jackrabbit</artifactId>
                        <type>pom</type>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- OSGi -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.support.junit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
index b70a746715d5ff1056c78313f5dcdc90d57a5f10..29621bc27a1f5603ab1aaedb72699dd7ddef29b9 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jcr.mvc</artifactId>
@@ -50,7 +50,7 @@
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
index ea478253328d074ef9500009e5af35758c170dd3..4601bcbf087416169ac5eaa1b430954810152cf7 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jcr</artifactId>
@@ -60,7 +60,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.util</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- JCR -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.jackrabbit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.support.junit</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index 74f30b710ba65539226e4c1442afae6aa4578eb2..cd4d26ccd333274388cdf78bc9969eee9f353b74 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.json</artifactId>
@@ -41,7 +41,7 @@
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- JSON  -->
index d550125c25832d3a82099e4f6968c5d12de202da..8779287fb60d6a600501f1a1dfd726d5050e3f78 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jxl</artifactId>
@@ -41,7 +41,7 @@
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <!-- JXL  -->
@@ -59,7 +59,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
index 8500b4cf143f9b1b000decb3a332f274e0725a82..83191fbb79d7589ed8dd8896f6f9fa5c09f2c3be 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.modeshape</artifactId>
@@ -40,7 +40,7 @@
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                </dependency>
 
                <dependency>
@@ -56,7 +56,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.dep.log4j</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
@@ -64,7 +64,7 @@
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>1.2.1</version>
+                       <version>1.2.2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
index 8cd904421bf126fa940072e443f81f4a66db6673..659ad81fe485ee1eebb50ab6a8dd4e807d398a06 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.webextender</artifactId>
index 318ab5ef124fe40529294cd41f40527e0b803c04..b04e39466050d933411a92a6ca2592104517dac6 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>1.2.1</version>
+               <version>1.2.2-SNAPSHOT</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>