From 6461a2645da863b5ef229d9de889dbfe8cf79733 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 30 Apr 2013 10:32:17 +0000 Subject: [PATCH] Update versions git-svn-id: https://svn.argeo.org/commons/branches/2.tp@6259 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 | 4 +- .../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, 201 insertions(+), 201 deletions(-) diff --git a/base/dep/org.argeo.dep.jackrabbit/pom.xml b/base/dep/org.argeo.dep.jackrabbit/pom.xml index d44fb103e..799f7eff1 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -34,7 +34,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom diff --git a/base/dep/org.argeo.dep.log4j/pom.xml b/base/dep/org.argeo.dep.log4j/pom.xml index 044114d62..8e02a889d 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 4e36c597e..0037ea81e 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 748a283d9..a5bb70f20 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.eclipse.dep.rcp diff --git a/base/dep/pom.xml b/base/dep/pom.xml index 43dff9b75..02504f5a4 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.commons.base @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test diff --git a/base/dist/osgi-boot/pom.xml b/base/dist/osgi-boot/pom.xml index 18c8258b2..8ca5fa9b7 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dist .. @@ -35,7 +35,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/base/dist/pom.xml b/base/dist/pom.xml index 3fcaa2169..fee9b7012 100644 --- a/base/dist/pom.xml +++ b/base/dist/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.2-SNAPSHOT + 2.1.1.tp-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 20cb9818d..60ee1ea97 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT plugins .. @@ -35,20 +35,20 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index d9db53260..9ea8201b5 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.commons.base diff --git a/base/pom.xml b/base/pom.xml index b6bc814bf..74b315a17 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-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 32da9fe84..b613d3bff 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT runtime .. @@ -45,7 +45,7 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -56,20 +56,20 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided @@ -77,7 +77,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml index dab367f0f..5bb105a5b 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT runtime .. @@ -59,14 +59,14 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml index 53c1921cd..54c0eabb5 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui/pom.xml b/base/runtime/org.argeo.eclipse.ui/pom.xml index 52f5110bf..6fc249169 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT runtime .. @@ -57,7 +57,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided @@ -65,7 +65,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/base/runtime/org.argeo.osgi.boot/pom.xml b/base/runtime/org.argeo.osgi.boot/pom.xml index eda57b213..9610e101e 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT runtime .. diff --git a/base/runtime/org.argeo.support.junit/pom.xml b/base/runtime/org.argeo.support.junit/pom.xml index b53112b25..5a6794cfd 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.support.junit diff --git a/base/runtime/org.argeo.util/pom.xml b/base/runtime/org.argeo.util/pom.xml index 7739cda32..f19b1e636 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.util diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index e21a4a960..843dead85 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.commons.base diff --git a/pom.xml b/pom.xml index 40d2c4488..79b9209bf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons argeo-commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT Argeo Commons Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring pom @@ -11,7 +11,7 @@ 2.1 2012-12-19 1.4.0 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT 6 /srv/rpmfactory/argeo-osgi-2-staging/6/x86_64 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 2c65d45ac..664291133 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -30,46 +30,46 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 2.1.2-SNAPSHOT + 2.1.1.tp-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 7ac1796f5..d9cdc2b37 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -39,42 +39,42 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.mvc - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom org.argeo.commons.security org.argeo.security.ui.rap - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.server.rap.webapp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -105,7 +105,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-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 75ee15fb8..0e7a21735 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -38,13 +38,13 @@ org.argeo.commons.security org.argeo.security.dep.node.eclipse - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom org.argeo.commons.security org.argeo.security.ui.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -75,7 +75,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-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 ea570c390..39c0d4962 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -40,21 +40,21 @@ org.argeo.commons.server org.argeo.node.repo.jackrabbit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom @@ -62,14 +62,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -146,12 +146,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.jackrabbit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -164,26 +164,26 @@ org.argeo.commons.security org.argeo.security.dao.ldap - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.ldap - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.jackrabbit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.os - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -198,23 +198,23 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom org.argeo.commons.server org.argeo.server.webextender - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.jackrabbit.webapp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -235,25 +235,25 @@ org.argeo.commons.server org.argeo.server.dep.ads - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom org.argeo.commons.server org.argeo.server.ads.server - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.server.ads - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.support.junit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -284,7 +284,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test diff --git a/security/dep/pom.xml b/security/dep/pom.xml index 0352cafa0..35dc24e6f 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-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 1d25761b2..168e8a172 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 b08e47cb7..72626391f 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 bd771eb36..131723188 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 f0193c397..3bad7892d 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml index 9d06faa45..6bf366571 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT modules .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index 60711c9d0..8523ec7d3 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index 421b32fba..fa38507a6 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT plugins .. @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided @@ -57,12 +57,12 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index 507da30e6..635491207 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT plugins .. @@ -52,27 +52,27 @@ org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided @@ -80,7 +80,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index f4de387c7..69104eda7 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rap - 2.1.2-SNAPSHOT + 2.1.1.tp-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 5534d5545..414f93695 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-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 e38d1604a..bcfaabdc3 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided @@ -72,7 +72,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 87c767bd8..32261797a 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT security .. diff --git a/security/pom.xml b/security/pom.xml index 34ec5ac8c..47592a3b6 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index fc74388ab..5067510c0 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index 7f16b1300..72774e6b5 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -118,14 +118,14 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom test org.argeo.commons.server org.argeo.server.json - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index 3d2a13953..2d673559c 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-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 a7dc614c7..293653847 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index a3b67efe3..34f931c25 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index 41e07bfc6..fffa29aa0 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-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 996b3c79b..e76ec8daa 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-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 5bd92e0fe..3aeb50207 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom @@ -42,7 +42,7 @@ org.argeo.commons.server org.argeo.ext.jdbm - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index 69f8509e2..e944741a7 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-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 0c6b9f686..c9b818fce 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index fd7761ff0..746370ca9 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT dep .. @@ -15,7 +15,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom @@ -23,12 +23,12 @@ org.argeo.commons.server org.argeo.server.catalina - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.server.catalina.start - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -100,7 +100,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index 12f9676f1..0fe661f1e 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT server .. @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml index eb50f2824..17d942f72 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 e1c2ba602..104c7e312 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.ext.jdbm/pom.xml b/server/modules/org.argeo.ext.jdbm/pom.xml index aa11f4395..396b57fb3 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index 9970f5776..f189258df 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 3c50af9fa..8c5cf3c69 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 46c5163ff..79aed452b 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 86b14e41b..825aaf4cc 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml index 8d4af2597..22b924fbe 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml index 5eeb17aa8..c5cd711c3 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-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 6fde5e8e6..777b470de 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT modules .. diff --git a/server/modules/pom.xml b/server/modules/pom.xml index eab4d722a..f3646cf1a 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-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 ca9aee565..6cec92267 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT plugins .. @@ -36,25 +36,25 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index e3e38b322..cdc275d43 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT server .. diff --git a/server/pom.xml b/server/pom.xml index 0b17e90be..b4ca0c6df 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index 2dc26d341..1db1b343c 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/server/runtime/org.argeo.server.catalina.start/pom.xml b/server/runtime/org.argeo.server.catalina.start/pom.xml index bd7e71f70..15bc4959e 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT runtime .. diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index 0de9d442a..bbca5e96d 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.core @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 4f0905f24..b09f112da 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.server.dep.hibernate - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index 1a2228a52..2e06bfbde 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.jackrabbit @@ -48,12 +48,12 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -61,7 +61,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -89,13 +89,13 @@ org.argeo.commons.base org.argeo.support.junit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-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 e1f5dfb27..41d03c984 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.jcr.mvc @@ -50,7 +50,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 21bd39331..f7619bb2e 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.jcr @@ -60,7 +60,7 @@ org.argeo.commons.base org.argeo.util - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -109,27 +109,27 @@ org.argeo.commons.base org.argeo.dep.jackrabbit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom test org.argeo.commons.base org.argeo.support.junit - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom test org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index 163c3e2ea..16bc8aa15 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index ba7da2673..949174bc3 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -59,7 +59,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index e7b281e0e..a152d1f30 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT @@ -56,7 +56,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT pom @@ -64,7 +64,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index 779aa4a22..db2a46b99 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 - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index de6ae01f8..4b46fb39c 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.2-SNAPSHOT + 2.1.1.tp-SNAPSHOT server .. -- 2.30.2