From c54b3ce35b265da09f79260752fb52560f04ba1c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 15 Nov 2014 15:22:39 +0000 Subject: [PATCH] [maven-release-plugin] prepare release argeo-commons-2.1.11 git-svn-id: https://svn.argeo.org/commons/trunk@7469 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 | 16 +++---- .../org.argeo.security.dep.node.rcp/pom.xml | 8 ++-- .../dep/org.argeo.security.dep.node/pom.xml | 44 +++++++++---------- security/dep/pom.xml | 2 +- .../org.argeo.security.auth.ldap/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 | 16 +++---- .../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 +- 76 files changed, 206 insertions(+), 206 deletions(-) diff --git a/base/dep/org.argeo.dep.jackrabbit/pom.xml b/base/dep/org.argeo.dep.jackrabbit/pom.xml index 174d30612..efba9b1f4 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.11-SNAPSHOT + 2.1.11 dep .. @@ -34,7 +34,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom diff --git a/base/dep/org.argeo.dep.log4j/pom.xml b/base/dep/org.argeo.dep.log4j/pom.xml index 336dd23a8..56acd090f 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.11-SNAPSHOT + 2.1.11 dep .. diff --git a/base/dep/org.argeo.eclipse.dep.rap/pom.xml b/base/dep/org.argeo.eclipse.dep.rap/pom.xml index 500fb92e1..5df989f78 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.11-SNAPSHOT + 2.1.11 .. 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 9dca5d761..014947150 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.11-SNAPSHOT + 2.1.11 .. org.argeo.eclipse.dep.rcp diff --git a/base/dep/pom.xml b/base/dep/pom.xml index 3003c71ca..12f28eb88 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.11-SNAPSHOT + 2.1.11 .. org.argeo.commons.base @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 test diff --git a/base/dist/osgi-boot/pom.xml b/base/dist/osgi-boot/pom.xml index 8cdd5a89f..9c499297a 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.11-SNAPSHOT + 2.1.11 dist .. @@ -35,7 +35,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/base/dist/pom.xml b/base/dist/pom.xml index bb58bae91..9ef22110c 100644 --- a/base/dist/pom.xml +++ b/base/dist/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.11-SNAPSHOT + 2.1.11 .. 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 3af5837bc..95e3bc393 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.11-SNAPSHOT + 2.1.11 plugins .. @@ -36,20 +36,20 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index f720c08b5..2b00b58cf 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.11-SNAPSHOT + 2.1.11 .. org.argeo.commons.base diff --git a/base/pom.xml b/base/pom.xml index 26495d221..36c632ac6 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 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 40b55c489..4ff27f498 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.11-SNAPSHOT + 2.1.11 runtime .. @@ -45,7 +45,7 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.11-SNAPSHOT + 2.1.11 @@ -56,20 +56,20 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided @@ -77,7 +77,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml index 2e702f3aa..b27cea216 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.11-SNAPSHOT + 2.1.11 runtime .. @@ -59,14 +59,14 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml index 7d8b7a35c..6f6b2f138 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.11-SNAPSHOT + 2.1.11 runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/base/runtime/org.argeo.eclipse.ui/pom.xml b/base/runtime/org.argeo.eclipse.ui/pom.xml index 501017f03..394bba40f 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.11-SNAPSHOT + 2.1.11 runtime .. @@ -57,7 +57,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided @@ -65,7 +65,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/base/runtime/org.argeo.osgi.boot/pom.xml b/base/runtime/org.argeo.osgi.boot/pom.xml index e9a366cb3..3fb871141 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.11-SNAPSHOT + 2.1.11 runtime .. diff --git a/base/runtime/org.argeo.support.junit/pom.xml b/base/runtime/org.argeo.support.junit/pom.xml index 68508d552..265c51de9 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.11-SNAPSHOT + 2.1.11 .. org.argeo.support.junit diff --git a/base/runtime/org.argeo.util/pom.xml b/base/runtime/org.argeo.util/pom.xml index 7e6bd2c94..a9db98f6e 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.11-SNAPSHOT + 2.1.11 .. org.argeo.util diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index c3d9be9eb..e59a2b4f2 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.11-SNAPSHOT + 2.1.11 .. org.argeo.commons.base diff --git a/pom.xml b/pom.xml index dd75a0f02..4cae9fdd2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons argeo-commons - 2.1.11-SNAPSHOT + 2.1.11 Argeo Commons Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring pom @@ -31,9 +31,9 @@ http://projects.argeo.org/commons/ - scm:svn:https://svn.argeo.org/commons/trunk - scm:svn:https://svn.argeo.org/commons/trunk - https://svn.argeo.org/commons/trunk + scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.11 + scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.11 + https://svn.argeo.org/commons/tags/argeo-commons-2.1.11 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 f46c3f4bc..464c6bef4 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.11-SNAPSHOT + 2.1.11 dep .. @@ -30,46 +30,46 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.ui.admin - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.equinox - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.dep.node - 2.1.11-SNAPSHOT + 2.1.11 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 98774e515..efee60246 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.11-SNAPSHOT + 2.1.11 dep .. @@ -39,29 +39,29 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.ui.admin - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.mvc - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.dep.node - 2.1.11-SNAPSHOT + 2.1.11 pom @@ -93,7 +93,7 @@ org.argeo.commons.security org.argeo.security.ui.rap - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom @@ -62,14 +62,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 @@ -146,12 +146,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.jackrabbit - 2.1.11-SNAPSHOT + 2.1.11 @@ -164,31 +164,31 @@ org.argeo.commons.security org.argeo.security.dao.ldap - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.auth.ldap - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.ldap - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.dao.jackrabbit - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.dao.os - 2.1.11-SNAPSHOT + 2.1.11 @@ -203,23 +203,23 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 2.1.11-SNAPSHOT + 2.1.11 pom org.argeo.commons.server org.argeo.server.webextender - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.server org.argeo.jackrabbit.webapp - 2.1.11-SNAPSHOT + 2.1.11 @@ -240,25 +240,25 @@ org.argeo.commons.server org.argeo.server.dep.ads - 2.1.11-SNAPSHOT + 2.1.11 pom org.argeo.commons.server org.argeo.server.ads.server - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.server org.argeo.server.ads - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.support.junit - 2.1.11-SNAPSHOT + 2.1.11 @@ -289,7 +289,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 test diff --git a/security/dep/pom.xml b/security/dep/pom.xml index b61c769a5..8d96939d2 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 security .. diff --git a/security/modules/org.argeo.security.auth.ldap/pom.xml b/security/modules/org.argeo.security.auth.ldap/pom.xml index abd650aca..f3f0e7ead 100644 --- a/security/modules/org.argeo.security.auth.ldap/pom.xml +++ b/security/modules/org.argeo.security.auth.ldap/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 2.1.11-SNAPSHOT + 2.1.11 modules .. diff --git a/security/modules/org.argeo.security.dao.cli/pom.xml b/security/modules/org.argeo.security.dao.cli/pom.xml index d7df408b1..9486097d1 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/security/modules/org.argeo.security.dao.jackrabbit/pom.xml b/security/modules/org.argeo.security.dao.jackrabbit/pom.xml index 30f3f39a1..85ae7868b 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/security/modules/org.argeo.security.dao.ldap/pom.xml b/security/modules/org.argeo.security.dao.ldap/pom.xml index 28b45d5cf..9687f5cc4 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/security/modules/org.argeo.security.dao.os/pom.xml b/security/modules/org.argeo.security.dao.os/pom.xml index 89d81a7db..94fd8797d 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml index 6f1bbc266..e94917416 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index 2ff72749b..21e5b3b68 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index c5288b736..040a9655b 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.11-SNAPSHOT + 2.1.11 plugins .. @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided @@ -57,12 +57,12 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index 6abfd9536..afdea9eed 100644 --- a/security/plugins/org.argeo.security.ui.admin/pom.xml +++ b/security/plugins/org.argeo.security.ui.admin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons.security - 2.1.11-SNAPSHOT + 2.1.11 plugins .. @@ -53,39 +53,39 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided @@ -93,7 +93,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index c35d30519..79e40223e 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.11-SNAPSHOT + 2.1.11 plugins .. @@ -47,7 +47,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 @@ -60,24 +60,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.equinox - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui.rap - 2.1.11-SNAPSHOT + 2.1.11 \ 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 340565bd2..ee8371e08 100644 --- a/security/plugins/org.argeo.security.ui.rcp/pom.xml +++ b/security/plugins/org.argeo.security.ui.rcp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons.security - 2.1.11-SNAPSHOT + 2.1.11 plugins .. @@ -47,7 +47,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 @@ -60,24 +60,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.equinox - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 \ 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 80f9f9f28..3f9b32ed0 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.11-SNAPSHOT + 2.1.11 plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided @@ -72,7 +72,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 56639060a..ca9c74b64 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 security .. diff --git a/security/pom.xml b/security/pom.xml index 99e2cfd4c..73ccbb279 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index 4f46260fa..862d614cd 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.11-SNAPSHOT + 2.1.11 .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index d7da56b0c..1b5aa602b 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.11-SNAPSHOT + 2.1.11 .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.server org.argeo.server.jcr - 2.1.11-SNAPSHOT + 2.1.11 @@ -118,14 +118,14 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom test org.argeo.commons.server org.argeo.server.json - 2.1.11-SNAPSHOT + 2.1.11 test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index 8912b12c2..6295fe3c6 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.11-SNAPSHOT + 2.1.11 .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.tp diff --git a/security/runtime/org.argeo.security.ldap/pom.xml b/security/runtime/org.argeo.security.ldap/pom.xml index aff54eb35..75ad8b68b 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.11-SNAPSHOT + 2.1.11 .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index e655e1d92..312856d94 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.11-SNAPSHOT + 2.1.11 .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.security org.argeo.security.core - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index f59284316..c29a38216 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 security .. diff --git a/server/dep/org.argeo.server.dep.activemq/pom.xml b/server/dep/org.argeo.server.dep.activemq/pom.xml index d184b5647..199d73316 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.11-SNAPSHOT + 2.1.11 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom diff --git a/server/dep/org.argeo.server.dep.ads/pom.xml b/server/dep/org.argeo.server.dep.ads/pom.xml index dbe42de6f..92eaa36a0 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.11-SNAPSHOT + 2.1.11 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom @@ -42,7 +42,7 @@ org.argeo.commons.server org.argeo.ext.jdbm - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index 47a5ef281..c8a7c262f 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.11-SNAPSHOT + 2.1.11 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 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 a033ce366..1494588d1 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.11-SNAPSHOT + 2.1.11 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index 000b0964c..c2b4538f9 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.11-SNAPSHOT + 2.1.11 dep .. @@ -15,7 +15,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom @@ -23,12 +23,12 @@ org.argeo.commons.server org.argeo.server.catalina - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.server org.argeo.server.catalina.start - 2.1.11-SNAPSHOT + 2.1.11 @@ -100,7 +100,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index 8127c6e1c..623a47cc3 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 server .. @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 test diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml index 3bc23c2ad..b84995b6b 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.11-SNAPSHOT + 2.1.11 .. 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 c687644b2..3ecc41fb9 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.ext.jdbm/pom.xml b/server/modules/org.argeo.ext.jdbm/pom.xml index 771e2496d..394122d4e 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index 24f6f57a5..970790263 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.node.repo.jackrabbit/pom.xml b/server/modules/org.argeo.node.repo.jackrabbit/pom.xml index 572a8065f..ae2086f23 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.server.activemq.broker/pom.xml b/server/modules/org.argeo.server.activemq.broker/pom.xml index cd2504d07..e8df864bc 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.server.ads.server/pom.xml b/server/modules/org.argeo.server.ads.server/pom.xml index 3b7a2a85d..7cdd16dbe 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml index ae96b7f25..48a7da349 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml index 530c657d2..e1a89056a 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/org.argeo.server.rap.webapp/pom.xml b/server/modules/org.argeo.server.rap.webapp/pom.xml index 4f0b6e923..4891a283b 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.11-SNAPSHOT + 2.1.11 modules .. diff --git a/server/modules/pom.xml b/server/modules/pom.xml index f2c1e8d79..28b766172 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 server .. diff --git a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml index 4292fb20f..548e61601 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.11-SNAPSHOT + 2.1.11 plugins .. @@ -36,25 +36,25 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.11-SNAPSHOT + 2.1.11 provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index af760ae92..787e63426 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 server .. diff --git a/server/pom.xml b/server/pom.xml index 6d41f0ea2..9d20e8eb2 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index 3b91b9403..acdd99bf1 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/server/runtime/org.argeo.server.catalina.start/pom.xml b/server/runtime/org.argeo.server.catalina.start/pom.xml index 1a4d98947..8369b7aef 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.11-SNAPSHOT + 2.1.11 runtime .. diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index a3c50bdf1..3a189ea8a 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.core @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 53577cfdf..44fa4f97f 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.server org.argeo.server.dep.hibernate - 2.1.11-SNAPSHOT + 2.1.11 pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index e2c34fe6e..2d365c7e0 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.jackrabbit @@ -48,12 +48,12 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.11-SNAPSHOT + 2.1.11 @@ -61,7 +61,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.11-SNAPSHOT + 2.1.11 @@ -89,13 +89,13 @@ org.argeo.commons.base org.argeo.support.junit - 2.1.11-SNAPSHOT + 2.1.11 test org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 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 6faa8a580..22ce0fa69 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.jcr.mvc @@ -50,7 +50,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 7730f940e..8b97a4906 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.jcr @@ -60,7 +60,7 @@ org.argeo.commons.base org.argeo.util - 2.1.11-SNAPSHOT + 2.1.11 @@ -109,27 +109,27 @@ org.argeo.commons.base org.argeo.dep.jackrabbit - 2.1.11-SNAPSHOT + 2.1.11 pom test org.argeo.commons.base org.argeo.support.junit - 2.1.11-SNAPSHOT + 2.1.11 test org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom test org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index 13cc5133b..362acf992 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.11-SNAPSHOT + 2.1.11 diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index 68b344223..aacfdb1c9 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.11-SNAPSHOT + 2.1.11 @@ -59,7 +59,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index 9988d1022..2e178ae00 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.11-SNAPSHOT + 2.1.11 @@ -56,7 +56,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.11-SNAPSHOT + 2.1.11 pom @@ -64,7 +64,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.11-SNAPSHOT + 2.1.11 test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index 78c35c02a..dd12da524 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.11-SNAPSHOT + 2.1.11 .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 05d7dadef..59c5bbedc 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.11-SNAPSHOT + 2.1.11 server .. -- 2.30.2