From c9cc6b9f625181095ac0ded972f2040be0520e33 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 26 Mar 2013 10:05:01 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.argeo.org/commons/branches/1.x@6221 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- base/dep/org.argeo.dep.jackrabbit/pom.xml | 4 +- base/dep/org.argeo.dep.log4j/pom.xml | 2 +- base/dep/org.argeo.eclipse.dep.rap/pom.xml | 2 +- base/dep/org.argeo.eclipse.dep.rcp/pom.xml | 2 +- base/dep/pom.xml | 4 +- base/dist/osgi-boot/pom.xml | 4 +- base/dist/pom.xml | 2 +- .../org.argeo.osgi.ui.explorer/pom.xml | 8 ++-- base/plugins/pom.xml | 2 +- base/pom.xml | 2 +- base/runtime/org.argeo.eclipse.ui.jcr/pom.xml | 12 +++--- base/runtime/org.argeo.eclipse.ui.rap/pom.xml | 6 +-- base/runtime/org.argeo.eclipse.ui.rcp/pom.xml | 8 ++-- base/runtime/org.argeo.eclipse.ui/pom.xml | 6 +-- base/runtime/org.argeo.osgi.boot/pom.xml | 2 +- base/runtime/org.argeo.support.junit/pom.xml | 2 +- base/runtime/org.argeo.util/pom.xml | 2 +- base/runtime/pom.xml | 2 +- pom.xml | 8 ++-- .../pom.xml | 18 ++++---- .../org.argeo.security.dep.node.rap/pom.xml | 18 ++++---- .../org.argeo.security.dep.node.rcp/pom.xml | 8 ++-- .../dep/org.argeo.security.dep.node/pom.xml | 42 +++++++++---------- security/dep/pom.xml | 2 +- .../org.argeo.security.dao.cli/pom.xml | 2 +- .../org.argeo.security.dao.jackrabbit/pom.xml | 2 +- .../org.argeo.security.dao.ldap/pom.xml | 2 +- .../modules/org.argeo.security.dao.os/pom.xml | 2 +- .../modules/org.argeo.security.webapp/pom.xml | 2 +- security/modules/pom.xml | 2 +- .../org.argeo.security.equinox/pom.xml | 8 ++-- .../org.argeo.security.ui.admin/pom.xml | 12 +++--- .../plugins/org.argeo.security.ui.rap/pom.xml | 12 +++--- .../plugins/org.argeo.security.ui.rcp/pom.xml | 12 +++--- .../plugins/org.argeo.security.ui/pom.xml | 10 ++--- security/plugins/pom.xml | 2 +- security/pom.xml | 2 +- .../org.argeo.security.activemq/pom.xml | 6 +-- .../runtime/org.argeo.security.core/pom.xml | 10 ++--- .../org.argeo.security.jackrabbit/pom.xml | 4 +- .../runtime/org.argeo.security.ldap/pom.xml | 6 +-- .../runtime/org.argeo.security.mvc/pom.xml | 6 +-- security/runtime/pom.xml | 2 +- .../dep/org.argeo.server.dep.activemq/pom.xml | 4 +- server/dep/org.argeo.server.dep.ads/pom.xml | 6 +-- .../org.argeo.server.dep.hibernate/pom.xml | 4 +- .../pom.xml | 4 +- .../dep/org.argeo.server.dep.tomcat/pom.xml | 10 ++--- server/dep/pom.xml | 4 +- server/modules/org.argeo.ext.bsf/pom.xml | 2 +- .../org.argeo.ext.jackrabbit.sybase/pom.xml | 2 +- server/modules/org.argeo.ext.jdbm/pom.xml | 2 +- .../org.argeo.jackrabbit.webapp/pom.xml | 2 +- .../org.argeo.node.repo.jackrabbit/pom.xml | 2 +- .../org.argeo.server.activemq.broker/pom.xml | 2 +- .../org.argeo.server.ads.server/pom.xml | 2 +- .../modules/org.argeo.server.catalina/pom.xml | 2 +- server/modules/org.argeo.server.jdbc/pom.xml | 2 +- .../org.argeo.server.rap.webapp/pom.xml | 2 +- server/modules/pom.xml | 2 +- .../plugins/org.argeo.jcr.ui.explorer/pom.xml | 10 ++--- server/plugins/pom.xml | 2 +- server/pom.xml | 2 +- server/runtime/org.argeo.server.ads/pom.xml | 4 +- .../org.argeo.server.catalina.start/pom.xml | 2 +- server/runtime/org.argeo.server.core/pom.xml | 4 +- .../org.argeo.server.hibernate/pom.xml | 6 +-- .../org.argeo.server.jackrabbit/pom.xml | 12 +++--- .../runtime/org.argeo.server.jcr.mvc/pom.xml | 4 +- server/runtime/org.argeo.server.jcr/pom.xml | 12 +++--- server/runtime/org.argeo.server.json/pom.xml | 4 +- server/runtime/org.argeo.server.jxl/pom.xml | 6 +-- .../org.argeo.server.modeshape/pom.xml | 8 ++-- .../org.argeo.server.webextender/pom.xml | 2 +- server/runtime/pom.xml | 2 +- 75 files changed, 203 insertions(+), 203 deletions(-) diff --git a/base/dep/org.argeo.dep.jackrabbit/pom.xml b/base/dep/org.argeo.dep.jackrabbit/pom.xml index cef825285..228a1b25b 100644 --- a/base/dep/org.argeo.dep.jackrabbit/pom.xml +++ b/base/dep/org.argeo.dep.jackrabbit/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -34,7 +34,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom diff --git a/base/dep/org.argeo.dep.log4j/pom.xml b/base/dep/org.argeo.dep.log4j/pom.xml index b117de6c2..06f4da028 100644 --- a/base/dep/org.argeo.dep.log4j/pom.xml +++ b/base/dep/org.argeo.dep.log4j/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT dep .. diff --git a/base/dep/org.argeo.eclipse.dep.rap/pom.xml b/base/dep/org.argeo.eclipse.dep.rap/pom.xml index 62468dce8..6cad18654 100644 --- a/base/dep/org.argeo.eclipse.dep.rap/pom.xml +++ b/base/dep/org.argeo.eclipse.dep.rap/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons.base dep - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.eclipse.dep.rap diff --git a/base/dep/org.argeo.eclipse.dep.rcp/pom.xml b/base/dep/org.argeo.eclipse.dep.rcp/pom.xml index 1ff9fcc71..2c7d69c3b 100644 --- a/base/dep/org.argeo.eclipse.dep.rcp/pom.xml +++ b/base/dep/org.argeo.eclipse.dep.rcp/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons.base dep - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.eclipse.dep.rcp diff --git a/base/dep/pom.xml b/base/dep/pom.xml index 1947e8d00..5dcdbc848 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.commons.base @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/base/dist/osgi-boot/pom.xml b/base/dist/osgi-boot/pom.xml index e3f41e803..de20c025c 100644 --- a/base/dist/osgi-boot/pom.xml +++ b/base/dist/osgi-boot/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT dist .. @@ -35,7 +35,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/base/dist/pom.xml b/base/dist/pom.xml index 9631ddca2..1d027970a 100644 --- a/base/dist/pom.xml +++ b/base/dist/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.commons.base diff --git a/base/plugins/org.argeo.osgi.ui.explorer/pom.xml b/base/plugins/org.argeo.osgi.ui.explorer/pom.xml index 5221b5a12..d3309eb7b 100644 --- a/base/plugins/org.argeo.osgi.ui.explorer/pom.xml +++ b/base/plugins/org.argeo.osgi.ui.explorer/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT plugins .. @@ -35,20 +35,20 @@ org.argeo.commons.base org.argeo.eclipse.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index cd4c06673..0d89170ab 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.commons.base diff --git a/base/pom.xml b/base/pom.xml index 032b77c83..7d41d5a33 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT argeo-commons .. diff --git a/base/runtime/org.argeo.eclipse.ui.jcr/pom.xml b/base/runtime/org.argeo.eclipse.ui.jcr/pom.xml index f16206608..dca907f1f 100644 --- a/base/runtime/org.argeo.eclipse.ui.jcr/pom.xml +++ b/base/runtime/org.argeo.eclipse.ui.jcr/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT runtime .. @@ -45,7 +45,7 @@ org.argeo.commons.base org.argeo.eclipse.ui - 1.2.1 + 1.2.2-SNAPSHOT @@ -56,20 +56,20 @@ org.argeo.commons.server org.argeo.server.jcr - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided @@ -77,7 +77,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml index 7c44517cb..d8ef2e95c 100644 --- a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml +++ b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT runtime .. @@ -59,14 +59,14 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml index 5042242b7..976d5581b 100644 --- a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml +++ b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.base org.argeo.eclipse.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui/pom.xml b/base/runtime/org.argeo.eclipse.ui/pom.xml index ee9b011fd..c16330e1d 100644 --- a/base/runtime/org.argeo.eclipse.ui/pom.xml +++ b/base/runtime/org.argeo.eclipse.ui/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT runtime .. @@ -57,7 +57,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided @@ -65,7 +65,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/base/runtime/org.argeo.osgi.boot/pom.xml b/base/runtime/org.argeo.osgi.boot/pom.xml index b8fb010d0..878c93635 100644 --- a/base/runtime/org.argeo.osgi.boot/pom.xml +++ b/base/runtime/org.argeo.osgi.boot/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons.base - 1.2.1 + 1.2.2-SNAPSHOT runtime .. diff --git a/base/runtime/org.argeo.support.junit/pom.xml b/base/runtime/org.argeo.support.junit/pom.xml index a836002b8..3851a8009 100644 --- a/base/runtime/org.argeo.support.junit/pom.xml +++ b/base/runtime/org.argeo.support.junit/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.base runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.support.junit diff --git a/base/runtime/org.argeo.util/pom.xml b/base/runtime/org.argeo.util/pom.xml index 617fce50e..b2c4da937 100644 --- a/base/runtime/org.argeo.util/pom.xml +++ b/base/runtime/org.argeo.util/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.base runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.util diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index 097914fff..83443a503 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.commons.base diff --git a/pom.xml b/pom.xml index d48aa66a9..e0085d503 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons argeo-commons - 1.2.1 + 1.2.2-SNAPSHOT Argeo Commons Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring pom @@ -29,9 +29,9 @@ http://projects.argeo.org/commons/ - scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-1.2.1 - scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-1.2.1 - https://svn.argeo.org/commons/tags/argeo-commons-1.2.1 + scm:svn:https://svn.argeo.org/commons/branches/1.x + scm:svn:https://svn.argeo.org/commons/branches/1.x + https://svn.argeo.org/commons/branches/1.x 2007 diff --git a/security/dep/org.argeo.security.dep.node.eclipse/pom.xml b/security/dep/org.argeo.security.dep.node.eclipse/pom.xml index f3965707a..4bb33c11d 100644 --- a/security/dep/org.argeo.security.dep.node.eclipse/pom.xml +++ b/security/dep/org.argeo.security.dep.node.eclipse/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -30,46 +30,46 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 1.2.1 + 1.2.2-SNAPSHOT pom diff --git a/security/dep/org.argeo.security.dep.node.rap/pom.xml b/security/dep/org.argeo.security.dep.node.rap/pom.xml index e2d4a04e8..323a7ef68 100644 --- a/security/dep/org.argeo.security.dep.node.rap/pom.xml +++ b/security/dep/org.argeo.security.dep.node.rap/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -39,42 +39,42 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.mvc - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 1.2.1 + 1.2.2-SNAPSHOT pom org.argeo.commons.security org.argeo.security.ui.rap - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.server.rap.webapp - 1.2.1 + 1.2.2-SNAPSHOT @@ -105,7 +105,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/security/dep/org.argeo.security.dep.node.rcp/pom.xml b/security/dep/org.argeo.security.dep.node.rcp/pom.xml index f861ad884..98fec103f 100644 --- a/security/dep/org.argeo.security.dep.node.rcp/pom.xml +++ b/security/dep/org.argeo.security.dep.node.rcp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -38,13 +38,13 @@ org.argeo.commons.security org.argeo.security.dep.node.eclipse - 1.2.1 + 1.2.2-SNAPSHOT pom org.argeo.commons.security org.argeo.security.ui.rcp - 1.2.1 + 1.2.2-SNAPSHOT @@ -75,7 +75,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/security/dep/org.argeo.security.dep.node/pom.xml b/security/dep/org.argeo.security.dep.node/pom.xml index ffe8c36c0..6cd065958 100644 --- a/security/dep/org.argeo.security.dep.node/pom.xml +++ b/security/dep/org.argeo.security.dep.node/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -40,21 +40,21 @@ org.argeo.commons.server org.argeo.node.repo.jackrabbit - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom @@ -62,14 +62,14 @@ org.argeo.commons.server org.argeo.server.core - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT @@ -146,12 +146,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.jackrabbit - 1.2.1 + 1.2.2-SNAPSHOT @@ -164,26 +164,26 @@ org.argeo.commons.security org.argeo.security.dao.ldap - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.ldap - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.jackrabbit - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.os - 1.2.1 + 1.2.2-SNAPSHOT @@ -198,23 +198,23 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 1.2.1 + 1.2.2-SNAPSHOT pom org.argeo.commons.server org.argeo.server.webextender - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.jackrabbit.webapp - 1.2.1 + 1.2.2-SNAPSHOT @@ -235,25 +235,25 @@ org.argeo.commons.server org.argeo.server.dep.ads - 1.2.1 + 1.2.2-SNAPSHOT pom org.argeo.commons.server org.argeo.server.ads.server - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.server.ads - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.support.junit - 1.2.1 + 1.2.2-SNAPSHOT @@ -284,7 +284,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/security/dep/pom.xml b/security/dep/pom.xml index 90acc8ab4..db1d0f08d 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT security .. diff --git a/security/modules/org.argeo.security.dao.cli/pom.xml b/security/modules/org.argeo.security.dao.cli/pom.xml index 4a5b5bf63..eb570cc06 100644 --- a/security/modules/org.argeo.security.dao.cli/pom.xml +++ b/security/modules/org.argeo.security.dao.cli/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.dao.jackrabbit/pom.xml b/security/modules/org.argeo.security.dao.jackrabbit/pom.xml index f7cc98fab..68d7b423a 100644 --- a/security/modules/org.argeo.security.dao.jackrabbit/pom.xml +++ b/security/modules/org.argeo.security.dao.jackrabbit/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.dao.ldap/pom.xml b/security/modules/org.argeo.security.dao.ldap/pom.xml index 6c09a5892..af3bfe4af 100644 --- a/security/modules/org.argeo.security.dao.ldap/pom.xml +++ b/security/modules/org.argeo.security.dao.ldap/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.dao.os/pom.xml b/security/modules/org.argeo.security.dao.os/pom.xml index 87f4ccbf4..3edbb504f 100644 --- a/security/modules/org.argeo.security.dao.os/pom.xml +++ b/security/modules/org.argeo.security.dao.os/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml index 5bc74f00f..43e45ec1c 100644 --- a/security/modules/org.argeo.security.webapp/pom.xml +++ b/security/modules/org.argeo.security.webapp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index 0641e8a1c..37bfce4bb 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index 88bce2987..0df72dacd 100644 --- a/security/plugins/org.argeo.security.equinox/pom.xml +++ b/security/plugins/org.argeo.security.equinox/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT plugins .. @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided @@ -57,12 +57,12 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index de16a02da..9a9bf19ef 100644 --- a/security/plugins/org.argeo.security.ui.admin/pom.xml +++ b/security/plugins/org.argeo.security.ui.admin/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT plugins .. @@ -52,27 +52,27 @@ org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided @@ -80,7 +80,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index 38289fcd5..884b209e6 100644 --- a/security/plugins/org.argeo.security.ui.rap/pom.xml +++ b/security/plugins/org.argeo.security.ui.rap/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rap - 1.2.1 + 1.2.2-SNAPSHOT \ No newline at end of file diff --git a/security/plugins/org.argeo.security.ui.rcp/pom.xml b/security/plugins/org.argeo.security.ui.rcp/pom.xml index bbe019007..24fa11c9f 100644 --- a/security/plugins/org.argeo.security.ui.rcp/pom.xml +++ b/security/plugins/org.argeo.security.ui.rcp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rcp - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT \ No newline at end of file diff --git a/security/plugins/org.argeo.security.ui/pom.xml b/security/plugins/org.argeo.security.ui/pom.xml index 3f89b856b..3d2709723 100644 --- a/security/plugins/org.argeo.security.ui/pom.xml +++ b/security/plugins/org.argeo.security.ui/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 1.2.1 + 1.2.2-SNAPSHOT plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided @@ -72,7 +72,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index a3a9a86bf..d2b740ffa 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT security .. diff --git a/security/pom.xml b/security/pom.xml index a31ea9a94..2ddaf1af0 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index 0b4645abe..6c51965d3 100644 --- a/security/runtime/org.argeo.security.activemq/pom.xml +++ b/security/runtime/org.argeo.security.activemq/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.security runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index 4ae15fbcf..a154af29f 100644 --- a/security/runtime/org.argeo.security.core/pom.xml +++ b/security/runtime/org.argeo.security.core/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons.security runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr - 1.2.1 + 1.2.2-SNAPSHOT @@ -118,14 +118,14 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom test org.argeo.commons.server org.argeo.server.json - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index 3ff029be8..921822167 100644 --- a/security/runtime/org.argeo.security.jackrabbit/pom.xml +++ b/security/runtime/org.argeo.security.jackrabbit/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.security runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.tp diff --git a/security/runtime/org.argeo.security.ldap/pom.xml b/security/runtime/org.argeo.security.ldap/pom.xml index 75f50fbfc..94f5934be 100644 --- a/security/runtime/org.argeo.security.ldap/pom.xml +++ b/security/runtime/org.argeo.security.ldap/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.security runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index dffb8686d..d89e25edb 100644 --- a/security/runtime/org.argeo.security.mvc/pom.xml +++ b/security/runtime/org.argeo.security.mvc/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.security runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index c9aa5b5f2..84b56ba3a 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT security .. diff --git a/server/dep/org.argeo.server.dep.activemq/pom.xml b/server/dep/org.argeo.server.dep.activemq/pom.xml index d8ce8e918..cff029fd1 100644 --- a/server/dep/org.argeo.server.dep.activemq/pom.xml +++ b/server/dep/org.argeo.server.dep.activemq/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom diff --git a/server/dep/org.argeo.server.dep.ads/pom.xml b/server/dep/org.argeo.server.dep.ads/pom.xml index 06bfa0f07..94c15af1b 100644 --- a/server/dep/org.argeo.server.dep.ads/pom.xml +++ b/server/dep/org.argeo.server.dep.ads/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom @@ -42,7 +42,7 @@ org.argeo.commons.server org.argeo.ext.jdbm - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index a90ce6743..b29e85298 100644 --- a/server/dep/org.argeo.server.dep.hibernate/pom.xml +++ b/server/dep/org.argeo.server.dep.hibernate/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom diff --git a/server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml b/server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml index 64d341552..bead49d94 100644 --- a/server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml +++ b/server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index 90822fd83..4753998a3 100644 --- a/server/dep/org.argeo.server.dep.tomcat/pom.xml +++ b/server/dep/org.argeo.server.dep.tomcat/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT dep .. @@ -15,7 +15,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom @@ -23,12 +23,12 @@ org.argeo.commons.server org.argeo.server.catalina - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.server.catalina.start - 1.2.1 + 1.2.2-SNAPSHOT @@ -100,7 +100,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index bf5c52fcb..239b6cccd 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT server .. @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml index 41e3e2d99..b7c2525ba 100644 --- a/server/modules/org.argeo.ext.bsf/pom.xml +++ b/server/modules/org.argeo.ext.bsf/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server modules - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.ext.bsf diff --git a/server/modules/org.argeo.ext.jackrabbit.sybase/pom.xml b/server/modules/org.argeo.ext.jackrabbit.sybase/pom.xml index 0c36f9fda..0172af2dc 100644 --- a/server/modules/org.argeo.ext.jackrabbit.sybase/pom.xml +++ b/server/modules/org.argeo.ext.jackrabbit.sybase/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.ext.jdbm/pom.xml b/server/modules/org.argeo.ext.jdbm/pom.xml index 93c1fbd27..d105d5578 100644 --- a/server/modules/org.argeo.ext.jdbm/pom.xml +++ b/server/modules/org.argeo.ext.jdbm/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index ee7babd15..c027cd463 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/pom.xml +++ b/server/modules/org.argeo.jackrabbit.webapp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.node.repo.jackrabbit/pom.xml b/server/modules/org.argeo.node.repo.jackrabbit/pom.xml index 80af42bcd..d77a33d40 100644 --- a/server/modules/org.argeo.node.repo.jackrabbit/pom.xml +++ b/server/modules/org.argeo.node.repo.jackrabbit/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.activemq.broker/pom.xml b/server/modules/org.argeo.server.activemq.broker/pom.xml index 71340f71b..67119cdcb 100644 --- a/server/modules/org.argeo.server.activemq.broker/pom.xml +++ b/server/modules/org.argeo.server.activemq.broker/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.ads.server/pom.xml b/server/modules/org.argeo.server.ads.server/pom.xml index ae6968b09..14184ced1 100644 --- a/server/modules/org.argeo.server.ads.server/pom.xml +++ b/server/modules/org.argeo.server.ads.server/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml index 797cc7bd9..bfecd7f07 100644 --- a/server/modules/org.argeo.server.catalina/pom.xml +++ b/server/modules/org.argeo.server.catalina/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml index 7bcc19e87..72145b84c 100644 --- a/server/modules/org.argeo.server.jdbc/pom.xml +++ b/server/modules/org.argeo.server.jdbc/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.rap.webapp/pom.xml b/server/modules/org.argeo.server.rap.webapp/pom.xml index e31fa019d..146f1772a 100644 --- a/server/modules/org.argeo.server.rap.webapp/pom.xml +++ b/server/modules/org.argeo.server.rap.webapp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT modules .. diff --git a/server/modules/pom.xml b/server/modules/pom.xml index 38c5fa631..da7e8e245 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT server .. diff --git a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml index e8d0af48b..a41e30789 100644 --- a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml +++ b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT plugins .. @@ -36,25 +36,25 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 1.2.1 + 1.2.2-SNAPSHOT provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index e28d04815..f4230f602 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT server .. diff --git a/server/pom.xml b/server/pom.xml index b4e2574c4..ed3dfd0a1 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index ca68e5414..08871548d 100644 --- a/server/runtime/org.argeo.server.ads/pom.xml +++ b/server/runtime/org.argeo.server.ads/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/server/runtime/org.argeo.server.catalina.start/pom.xml b/server/runtime/org.argeo.server.catalina.start/pom.xml index 147e4dfaa..dcece2489 100644 --- a/server/runtime/org.argeo.server.catalina.start/pom.xml +++ b/server/runtime/org.argeo.server.catalina.start/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 1.2.1 + 1.2.2-SNAPSHOT runtime .. diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index a72096b3e..b1e5cc2cd 100644 --- a/server/runtime/org.argeo.server.core/pom.xml +++ b/server/runtime/org.argeo.server.core/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.core @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 56ac5b213..eabe924f4 100644 --- a/server/runtime/org.argeo.server.hibernate/pom.xml +++ b/server/runtime/org.argeo.server.hibernate/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.server.dep.hibernate - 1.2.1 + 1.2.2-SNAPSHOT pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index 2bef263e4..26c864b7a 100644 --- a/server/runtime/org.argeo.server.jackrabbit/pom.xml +++ b/server/runtime/org.argeo.server.jackrabbit/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.jackrabbit @@ -48,12 +48,12 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 1.2.1 + 1.2.2-SNAPSHOT @@ -61,7 +61,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 1.2.1 + 1.2.2-SNAPSHOT @@ -89,13 +89,13 @@ org.argeo.commons.base org.argeo.support.junit - 1.2.1 + 1.2.2-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom test diff --git a/server/runtime/org.argeo.server.jcr.mvc/pom.xml b/server/runtime/org.argeo.server.jcr.mvc/pom.xml index b70a74671..29621bc27 100644 --- a/server/runtime/org.argeo.server.jcr.mvc/pom.xml +++ b/server/runtime/org.argeo.server.jcr.mvc/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.jcr.mvc @@ -50,7 +50,7 @@ org.argeo.commons.server org.argeo.server.jcr - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index ea4782533..4601bcbf0 100644 --- a/server/runtime/org.argeo.server.jcr/pom.xml +++ b/server/runtime/org.argeo.server.jcr/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.jcr @@ -60,7 +60,7 @@ org.argeo.commons.base org.argeo.util - 1.2.1 + 1.2.2-SNAPSHOT @@ -109,27 +109,27 @@ org.argeo.commons.base org.argeo.dep.jackrabbit - 1.2.1 + 1.2.2-SNAPSHOT pom test org.argeo.commons.base org.argeo.support.junit - 1.2.1 + 1.2.2-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom test org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index 74f30b710..cd4d26ccd 100644 --- a/server/runtime/org.argeo.server.json/pom.xml +++ b/server/runtime/org.argeo.server.json/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 1.2.1 + 1.2.2-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index d550125c2..8779287fb 100644 --- a/server/runtime/org.argeo.server.jxl/pom.xml +++ b/server/runtime/org.argeo.server.jxl/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 1.2.1 + 1.2.2-SNAPSHOT @@ -59,7 +59,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index 8500b4cf1..83191fbb7 100644 --- a/server/runtime/org.argeo.server.modeshape/pom.xml +++ b/server/runtime/org.argeo.server.modeshape/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 1.2.1 + 1.2.2-SNAPSHOT @@ -56,7 +56,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 1.2.1 + 1.2.2-SNAPSHOT pom @@ -64,7 +64,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 1.2.1 + 1.2.2-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index 8cd904421..659ad81fe 100644 --- a/server/runtime/org.argeo.server.webextender/pom.xml +++ b/server/runtime/org.argeo.server.webextender/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 1.2.1 + 1.2.2-SNAPSHOT .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 318ab5ef1..b04e39466 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 1.2.1 + 1.2.2-SNAPSHOT server .. -- 2.30.2