From e916635786b31ac2aaf3b7222b23bb3a2faa0fe1 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Mon, 3 Nov 2014 15:23:17 +0000 Subject: [PATCH] [maven-release-plugin] prepare release argeo-commons-2.1.10 git-svn-id: https://svn.argeo.org/commons/trunk@7394 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 | 11 +++-- .../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, 207 insertions(+), 208 deletions(-) diff --git a/base/dep/org.argeo.dep.jackrabbit/pom.xml b/base/dep/org.argeo.dep.jackrabbit/pom.xml index 0df037c98..fc0086ab0 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.10-SNAPSHOT + 2.1.10 dep .. @@ -34,7 +34,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom diff --git a/base/dep/org.argeo.dep.log4j/pom.xml b/base/dep/org.argeo.dep.log4j/pom.xml index ccd43936b..2cba47211 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.10-SNAPSHOT + 2.1.10 dep .. diff --git a/base/dep/org.argeo.eclipse.dep.rap/pom.xml b/base/dep/org.argeo.eclipse.dep.rap/pom.xml index 1f9a1e2f6..f2902e146 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.10-SNAPSHOT + 2.1.10 .. 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 49ccf4a49..7c3e4b196 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.10-SNAPSHOT + 2.1.10 .. org.argeo.eclipse.dep.rcp diff --git a/base/dep/pom.xml b/base/dep/pom.xml index 728828034..513406780 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.10-SNAPSHOT + 2.1.10 .. org.argeo.commons.base @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 test diff --git a/base/dist/osgi-boot/pom.xml b/base/dist/osgi-boot/pom.xml index 611de8d4f..53d99b1c9 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.10-SNAPSHOT + 2.1.10 dist .. @@ -35,7 +35,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/base/dist/pom.xml b/base/dist/pom.xml index f11fb1a95..3cfb650d8 100644 --- a/base/dist/pom.xml +++ b/base/dist/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.10-SNAPSHOT + 2.1.10 .. 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 b0df468d5..d52e1cec2 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.10-SNAPSHOT + 2.1.10 plugins .. @@ -36,20 +36,20 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index 39c6206a9..568a0e1c5 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.10-SNAPSHOT + 2.1.10 .. org.argeo.commons.base diff --git a/base/pom.xml b/base/pom.xml index ee66960ed..707990dd1 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 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 f41a7ebbc..70a764905 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.10-SNAPSHOT + 2.1.10 runtime .. @@ -45,7 +45,7 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.10-SNAPSHOT + 2.1.10 @@ -56,20 +56,20 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided @@ -77,7 +77,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml index 173912585..cba9c6b61 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.10-SNAPSHOT + 2.1.10 runtime .. @@ -59,14 +59,14 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml index 497d7b47a..2d8ffba52 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.10-SNAPSHOT + 2.1.10 runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/base/runtime/org.argeo.eclipse.ui/pom.xml b/base/runtime/org.argeo.eclipse.ui/pom.xml index b37c5952a..ce414a4bf 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.10-SNAPSHOT + 2.1.10 runtime .. @@ -57,7 +57,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided @@ -65,7 +65,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/base/runtime/org.argeo.osgi.boot/pom.xml b/base/runtime/org.argeo.osgi.boot/pom.xml index 382248fa7..61ad50ddc 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.10-SNAPSHOT + 2.1.10 runtime .. diff --git a/base/runtime/org.argeo.support.junit/pom.xml b/base/runtime/org.argeo.support.junit/pom.xml index 7060b9939..27da2acaa 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.10-SNAPSHOT + 2.1.10 .. org.argeo.support.junit diff --git a/base/runtime/org.argeo.util/pom.xml b/base/runtime/org.argeo.util/pom.xml index a085c07b4..ad42334a0 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.10-SNAPSHOT + 2.1.10 .. org.argeo.util diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index 27047e6f1..5e4082ef3 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.10-SNAPSHOT + 2.1.10 .. org.argeo.commons.base diff --git a/pom.xml b/pom.xml index 0bd654c13..0acbffb45 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.argeo.commons argeo-commons - 2.1.10-SNAPSHOT + 2.1.10 Argeo Commons Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring pom @@ -32,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.10 + scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.10 + https://svn.argeo.org/commons/tags/argeo-commons-2.1.10 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 6a60a00f2..a1a39a92e 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.10-SNAPSHOT + 2.1.10 dep .. @@ -30,46 +30,46 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.ui.admin - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.equinox - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.dep.node - 2.1.10-SNAPSHOT + 2.1.10 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 e0fe7ae71..0545484ba 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.10-SNAPSHOT + 2.1.10 dep .. @@ -39,29 +39,29 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.ui.admin - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.mvc - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.dep.node - 2.1.10-SNAPSHOT + 2.1.10 pom @@ -93,7 +93,7 @@ org.argeo.commons.security org.argeo.security.ui.rap - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom @@ -62,14 +62,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 @@ -146,12 +146,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.jackrabbit - 2.1.10-SNAPSHOT + 2.1.10 @@ -164,31 +164,31 @@ org.argeo.commons.security org.argeo.security.dao.ldap - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.auth.ldap - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.ldap - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.dao.jackrabbit - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.dao.os - 2.1.10-SNAPSHOT + 2.1.10 @@ -203,23 +203,23 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 2.1.10-SNAPSHOT + 2.1.10 pom org.argeo.commons.server org.argeo.server.webextender - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.server org.argeo.jackrabbit.webapp - 2.1.10-SNAPSHOT + 2.1.10 @@ -240,25 +240,25 @@ org.argeo.commons.server org.argeo.server.dep.ads - 2.1.10-SNAPSHOT + 2.1.10 pom org.argeo.commons.server org.argeo.server.ads.server - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.server org.argeo.server.ads - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.support.junit - 2.1.10-SNAPSHOT + 2.1.10 @@ -289,7 +289,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 test diff --git a/security/dep/pom.xml b/security/dep/pom.xml index 0806bee02..34622ffda 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 security .. diff --git a/security/modules/org.argeo.security.auth.ldap/pom.xml b/security/modules/org.argeo.security.auth.ldap/pom.xml index 310e8a85a..b112e38d9 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/security/modules/org.argeo.security.dao.cli/pom.xml b/security/modules/org.argeo.security.dao.cli/pom.xml index e14cfd40c..25b6dd695 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/security/modules/org.argeo.security.dao.jackrabbit/pom.xml b/security/modules/org.argeo.security.dao.jackrabbit/pom.xml index e5afc5179..3268fda06 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/security/modules/org.argeo.security.dao.ldap/pom.xml b/security/modules/org.argeo.security.dao.ldap/pom.xml index 89e976580..b8b973093 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/security/modules/org.argeo.security.dao.os/pom.xml b/security/modules/org.argeo.security.dao.os/pom.xml index 6fb4e114d..8baeddacc 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml index b3f90a526..0fc0309d4 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index 35d8a8534..95ec7b046 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index e6cabebde..7c0f57fa3 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.10-SNAPSHOT + 2.1.10 plugins .. @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided @@ -57,12 +57,12 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index 622c42b2c..180874c37 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.10-SNAPSHOT + 2.1.10 plugins .. @@ -53,39 +53,39 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided @@ -93,7 +93,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index 954ee645f..329eafe09 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.10-SNAPSHOT + 2.1.10 plugins .. @@ -47,7 +47,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 @@ -60,24 +60,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.equinox - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui.rap - 2.1.10-SNAPSHOT + 2.1.10 \ 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 b21eb970f..45fac6a54 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.10-SNAPSHOT + 2.1.10 plugins .. @@ -47,7 +47,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 @@ -60,24 +60,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.equinox - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 \ 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 16ad46b09..523d8ccfa 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.10-SNAPSHOT + 2.1.10 plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided @@ -72,7 +72,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 927759264..d4c6b1030 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 security .. diff --git a/security/pom.xml b/security/pom.xml index fdb6e33f1..b3729e436 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index ed6f5f832..a0a57f327 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.10-SNAPSHOT + 2.1.10 .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index 7fb412087..c6cf372a6 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.10-SNAPSHOT + 2.1.10 .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.server org.argeo.server.jcr - 2.1.10-SNAPSHOT + 2.1.10 @@ -118,14 +118,14 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom test org.argeo.commons.server org.argeo.server.json - 2.1.10-SNAPSHOT + 2.1.10 test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index 3710d7e0e..02a106082 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.10-SNAPSHOT + 2.1.10 .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.tp diff --git a/security/runtime/org.argeo.security.ldap/pom.xml b/security/runtime/org.argeo.security.ldap/pom.xml index f058f8dbb..5c3989533 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.10-SNAPSHOT + 2.1.10 .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index 3dad1813e..613d2c7d0 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.10-SNAPSHOT + 2.1.10 .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.security org.argeo.security.core - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index 63895f0a2..fafe4e3db 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 security .. diff --git a/server/dep/org.argeo.server.dep.activemq/pom.xml b/server/dep/org.argeo.server.dep.activemq/pom.xml index 648cb1f67..b6d51e76c 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.10-SNAPSHOT + 2.1.10 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom diff --git a/server/dep/org.argeo.server.dep.ads/pom.xml b/server/dep/org.argeo.server.dep.ads/pom.xml index 53b9f6983..36c713c8a 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.10-SNAPSHOT + 2.1.10 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom @@ -42,7 +42,7 @@ org.argeo.commons.server org.argeo.ext.jdbm - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index ee830f15f..173cbba7a 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.10-SNAPSHOT + 2.1.10 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 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 79032ab59..08263ef1d 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.10-SNAPSHOT + 2.1.10 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index 20854e983..5c48da126 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.10-SNAPSHOT + 2.1.10 dep .. @@ -15,7 +15,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom @@ -23,12 +23,12 @@ org.argeo.commons.server org.argeo.server.catalina - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.server org.argeo.server.catalina.start - 2.1.10-SNAPSHOT + 2.1.10 @@ -100,7 +100,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index 1ad714e94..8acedc2bc 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 server .. @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 test diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml index 091c9cae4..6479a5527 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.10-SNAPSHOT + 2.1.10 .. 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 4a1920e39..3ea231ef5 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.ext.jdbm/pom.xml b/server/modules/org.argeo.ext.jdbm/pom.xml index f41c99ca7..36346ba70 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index d2295d9e8..bd3ed19be 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.node.repo.jackrabbit/pom.xml b/server/modules/org.argeo.node.repo.jackrabbit/pom.xml index 434358c8a..44cabbdcf 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.server.activemq.broker/pom.xml b/server/modules/org.argeo.server.activemq.broker/pom.xml index 767a200d1..bae892789 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.server.ads.server/pom.xml b/server/modules/org.argeo.server.ads.server/pom.xml index 3e5119b0b..13b7c99c5 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml index 60a1f4572..06c70d5d1 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml index b2a544a72..0a2e37b90 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/org.argeo.server.rap.webapp/pom.xml b/server/modules/org.argeo.server.rap.webapp/pom.xml index 374baa754..31f471728 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.10-SNAPSHOT + 2.1.10 modules .. diff --git a/server/modules/pom.xml b/server/modules/pom.xml index e7d178815..ae05336f4 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 server .. diff --git a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml index 276e4917f..3f0bb5668 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.10-SNAPSHOT + 2.1.10 plugins .. @@ -36,25 +36,25 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.10-SNAPSHOT + 2.1.10 provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index 29a557f85..e3a55b2c1 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 server .. diff --git a/server/pom.xml b/server/pom.xml index 84cf5debd..e8a8512d9 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index 119d24b12..2028e941c 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/server/runtime/org.argeo.server.catalina.start/pom.xml b/server/runtime/org.argeo.server.catalina.start/pom.xml index e4219ea20..2d30e1bad 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.10-SNAPSHOT + 2.1.10 runtime .. diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index 9f73b33ab..709f799a8 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.core @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 40e9172d8..26723532c 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.server org.argeo.server.dep.hibernate - 2.1.10-SNAPSHOT + 2.1.10 pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index 631c187d4..156158943 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.jackrabbit @@ -48,12 +48,12 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.10-SNAPSHOT + 2.1.10 @@ -61,7 +61,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.10-SNAPSHOT + 2.1.10 @@ -89,13 +89,13 @@ org.argeo.commons.base org.argeo.support.junit - 2.1.10-SNAPSHOT + 2.1.10 test org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 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 f87cb0ef2..7f8f9d27b 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.jcr.mvc @@ -50,7 +50,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 1736f658d..0a41deaf7 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.jcr @@ -60,7 +60,7 @@ org.argeo.commons.base org.argeo.util - 2.1.10-SNAPSHOT + 2.1.10 @@ -109,27 +109,27 @@ org.argeo.commons.base org.argeo.dep.jackrabbit - 2.1.10-SNAPSHOT + 2.1.10 pom test org.argeo.commons.base org.argeo.support.junit - 2.1.10-SNAPSHOT + 2.1.10 test org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom test org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index d73c17060..26d5ddce0 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.10-SNAPSHOT + 2.1.10 diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index b4077413b..31a0b317a 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.10-SNAPSHOT + 2.1.10 @@ -59,7 +59,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index 0252e6222..a6f895e36 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.10-SNAPSHOT + 2.1.10 @@ -56,7 +56,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.10-SNAPSHOT + 2.1.10 pom @@ -64,7 +64,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.10-SNAPSHOT + 2.1.10 test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index 4fe10877c..726865739 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.10-SNAPSHOT + 2.1.10 .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 0ad4297dc..8f758e73e 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.10-SNAPSHOT + 2.1.10 server .. -- 2.30.2