From 9954a12b1ee700bcea13a0a88ebb93bd8050809a Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Fri, 22 Nov 2013 20:39:44 +0000 Subject: [PATCH] [maven-release-plugin] prepare release argeo-commons-2.1.3 git-svn-id: https://svn.argeo.org/commons/trunk@6640 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 | 4 +- 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 | 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 | 19 ++++----- .../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, 206 insertions(+), 207 deletions(-) diff --git a/base/dep/org.argeo.dep.jackrabbit/pom.xml b/base/dep/org.argeo.dep.jackrabbit/pom.xml index e7baa61d6..4baface6d 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.3-SNAPSHOT + 2.1.3 dep .. @@ -34,7 +34,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom diff --git a/base/dep/org.argeo.dep.log4j/pom.xml b/base/dep/org.argeo.dep.log4j/pom.xml index a816f8663..acf410303 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.3-SNAPSHOT + 2.1.3 dep .. diff --git a/base/dep/org.argeo.eclipse.dep.rap/pom.xml b/base/dep/org.argeo.eclipse.dep.rap/pom.xml index 5bcf740c7..d913f7390 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.3-SNAPSHOT + 2.1.3 .. org.argeo.eclipse.dep.rap @@ -141,7 +141,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/base/dep/org.argeo.eclipse.dep.rcp/pom.xml b/base/dep/org.argeo.eclipse.dep.rcp/pom.xml index 442a61dc7..911c2a805 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.3-SNAPSHOT + 2.1.3 .. org.argeo.eclipse.dep.rcp diff --git a/base/dep/pom.xml b/base/dep/pom.xml index c7b5f4b13..7e4bd6d8c 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.3-SNAPSHOT + 2.1.3 .. org.argeo.commons.base @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 test diff --git a/base/dist/osgi-boot/pom.xml b/base/dist/osgi-boot/pom.xml index 0ed84441f..856e53095 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.3-SNAPSHOT + 2.1.3 dist .. @@ -35,7 +35,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/base/dist/pom.xml b/base/dist/pom.xml index beb6dba4f..280444108 100644 --- a/base/dist/pom.xml +++ b/base/dist/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.3-SNAPSHOT + 2.1.3 .. 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 b4a1e8038..80779492d 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.3-SNAPSHOT + 2.1.3 plugins .. @@ -36,20 +36,20 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index 5bad2ff0d..b928ced60 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.3-SNAPSHOT + 2.1.3 .. org.argeo.commons.base diff --git a/base/pom.xml b/base/pom.xml index 51bbc330e..efdda5eec 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 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 1f6a9d292..2ff6f719d 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.3-SNAPSHOT + 2.1.3 runtime .. @@ -45,7 +45,7 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.3-SNAPSHOT + 2.1.3 @@ -56,20 +56,20 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided @@ -77,7 +77,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml index 5dd23af85..4b4d7822b 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.3-SNAPSHOT + 2.1.3 runtime .. @@ -59,14 +59,14 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml index f57a1d987..68ede5f30 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.3-SNAPSHOT + 2.1.3 runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/base/runtime/org.argeo.eclipse.ui/pom.xml b/base/runtime/org.argeo.eclipse.ui/pom.xml index a3f7f9bbb..3b48a3288 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.3-SNAPSHOT + 2.1.3 runtime .. @@ -57,7 +57,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided @@ -65,7 +65,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/base/runtime/org.argeo.osgi.boot/pom.xml b/base/runtime/org.argeo.osgi.boot/pom.xml index 1a5dd3dba..eb46d7eca 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.3-SNAPSHOT + 2.1.3 runtime .. diff --git a/base/runtime/org.argeo.support.junit/pom.xml b/base/runtime/org.argeo.support.junit/pom.xml index 688609bf0..bf5d540a6 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.3-SNAPSHOT + 2.1.3 .. org.argeo.support.junit diff --git a/base/runtime/org.argeo.util/pom.xml b/base/runtime/org.argeo.util/pom.xml index dd814dbe7..d6e692e5b 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.3-SNAPSHOT + 2.1.3 .. org.argeo.util diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index 9b5c405a6..8938c238c 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.3-SNAPSHOT + 2.1.3 .. org.argeo.commons.base diff --git a/pom.xml b/pom.xml index 1699629f4..334f742bc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons argeo-commons - 2.1.3-SNAPSHOT + 2.1.3 Argeo Commons Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring pom @@ -29,9 +29,9 @@ http://projects.argeo.org/commons/ - scm:svn:https://svn.argeo.org/commons/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.3 + scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.3 + https://svn.argeo.org/commons/tags/argeo-commons-2.1.3 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 3ed197d6c..df8fa3976 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.3-SNAPSHOT + 2.1.3 dep .. @@ -30,46 +30,46 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.ui.admin - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.equinox - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.dep.node - 2.1.3-SNAPSHOT + 2.1.3 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 b57ea5e02..00ff36b59 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.3-SNAPSHOT + 2.1.3 dep .. @@ -39,29 +39,29 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.ui.admin - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.mvc - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.dep.node - 2.1.3-SNAPSHOT + 2.1.3 pom @@ -93,7 +93,7 @@ org.argeo.commons.security org.argeo.security.ui.rap - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom @@ -62,14 +62,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 @@ -146,12 +146,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.jackrabbit - 2.1.3-SNAPSHOT + 2.1.3 @@ -164,26 +164,26 @@ org.argeo.commons.security org.argeo.security.dao.ldap - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.ldap - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.dao.jackrabbit - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.dao.os - 2.1.3-SNAPSHOT + 2.1.3 @@ -198,23 +198,23 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 2.1.3-SNAPSHOT + 2.1.3 pom org.argeo.commons.server org.argeo.server.webextender - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.server org.argeo.jackrabbit.webapp - 2.1.3-SNAPSHOT + 2.1.3 @@ -235,25 +235,25 @@ org.argeo.commons.server org.argeo.server.dep.ads - 2.1.3-SNAPSHOT + 2.1.3 pom org.argeo.commons.server org.argeo.server.ads.server - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.server org.argeo.server.ads - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.support.junit - 2.1.3-SNAPSHOT + 2.1.3 @@ -284,7 +284,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 test diff --git a/security/dep/pom.xml b/security/dep/pom.xml index 7cb04666f..57e9b4e6a 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 security .. diff --git a/security/modules/org.argeo.security.dao.cli/pom.xml b/security/modules/org.argeo.security.dao.cli/pom.xml index e5d3c17a2..469cedb36 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/security/modules/org.argeo.security.dao.jackrabbit/pom.xml b/security/modules/org.argeo.security.dao.jackrabbit/pom.xml index 7846ad97a..3d0bcff6a 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/security/modules/org.argeo.security.dao.ldap/pom.xml b/security/modules/org.argeo.security.dao.ldap/pom.xml index 2480c2e64..c4fc5f622 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/security/modules/org.argeo.security.dao.os/pom.xml b/security/modules/org.argeo.security.dao.os/pom.xml index 4fcfaa979..d964e4746 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml index 1929b815a..9acb372f6 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index 9bda2ad43..1dc052d43 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index 6ddb08c5d..02a34d58b 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.3-SNAPSHOT + 2.1.3 plugins .. @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided @@ -57,12 +57,12 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index bbeec0a38..61f21507a 100644 --- a/security/plugins/org.argeo.security.ui.admin/pom.xml +++ b/security/plugins/org.argeo.security.ui.admin/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.argeo.commons.security - 2.1.3-SNAPSHOT + 2.1.3 plugins .. @@ -54,39 +53,39 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided @@ -94,7 +93,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index e438a6cf0..220c0a8c6 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.3-SNAPSHOT + 2.1.3 plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.equinox - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui.rap - 2.1.3-SNAPSHOT + 2.1.3 \ 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 bf91a42c1..b2c2494d5 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.3-SNAPSHOT + 2.1.3 plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.equinox - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 \ 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 31980d171..508538de6 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.3-SNAPSHOT + 2.1.3 plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided @@ -72,7 +72,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 26a397b85..4d6232c3e 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 security .. diff --git a/security/pom.xml b/security/pom.xml index 8c0e0820d..871f89dc8 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index 1bf7d2ad3..203918994 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.3-SNAPSHOT + 2.1.3 .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index ffebc003d..d91ced80d 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.3-SNAPSHOT + 2.1.3 .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.server org.argeo.server.jcr - 2.1.3-SNAPSHOT + 2.1.3 @@ -118,14 +118,14 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom test org.argeo.commons.server org.argeo.server.json - 2.1.3-SNAPSHOT + 2.1.3 test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index 750f0d37f..c2ba5fc15 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.3-SNAPSHOT + 2.1.3 .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.tp diff --git a/security/runtime/org.argeo.security.ldap/pom.xml b/security/runtime/org.argeo.security.ldap/pom.xml index 7dd4d3bb3..173aa6cdf 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.3-SNAPSHOT + 2.1.3 .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index 0109328f4..a19232622 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.3-SNAPSHOT + 2.1.3 .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.security org.argeo.security.core - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index 9ffcc7abe..a6d598538 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 security .. diff --git a/server/dep/org.argeo.server.dep.activemq/pom.xml b/server/dep/org.argeo.server.dep.activemq/pom.xml index 8efd5653b..52766889d 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.3-SNAPSHOT + 2.1.3 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom diff --git a/server/dep/org.argeo.server.dep.ads/pom.xml b/server/dep/org.argeo.server.dep.ads/pom.xml index 6376fb95d..2d751fcb8 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.3-SNAPSHOT + 2.1.3 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom @@ -42,7 +42,7 @@ org.argeo.commons.server org.argeo.ext.jdbm - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index 064bbb651..789689ecd 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.3-SNAPSHOT + 2.1.3 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 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 b9080b898..6d5506cf6 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.3-SNAPSHOT + 2.1.3 dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index c1f66b657..341533699 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.3-SNAPSHOT + 2.1.3 dep .. @@ -15,7 +15,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom @@ -23,12 +23,12 @@ org.argeo.commons.server org.argeo.server.catalina - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.server org.argeo.server.catalina.start - 2.1.3-SNAPSHOT + 2.1.3 @@ -100,7 +100,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index 5fa6ad74a..ee95c65f0 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 server .. @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 test diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml index becd6940c..eeaf904b1 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.3-SNAPSHOT + 2.1.3 .. 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 4d8aec9ea..d6cd3372b 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.ext.jdbm/pom.xml b/server/modules/org.argeo.ext.jdbm/pom.xml index e15347856..65081e9ef 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index 859d9e9e1..00cd1f7cd 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.node.repo.jackrabbit/pom.xml b/server/modules/org.argeo.node.repo.jackrabbit/pom.xml index b33992ad6..74a793ef9 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.server.activemq.broker/pom.xml b/server/modules/org.argeo.server.activemq.broker/pom.xml index 58c3894ea..10bd8e288 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.server.ads.server/pom.xml b/server/modules/org.argeo.server.ads.server/pom.xml index a7506cadc..a5835ecf9 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml index 0a6a5e05d..fd0b38fd2 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml index bc5c1e9ba..af56de7f6 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/org.argeo.server.rap.webapp/pom.xml b/server/modules/org.argeo.server.rap.webapp/pom.xml index 50b15ee4a..0798c1e16 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.3-SNAPSHOT + 2.1.3 modules .. diff --git a/server/modules/pom.xml b/server/modules/pom.xml index 847825b88..2941ac5cc 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 server .. diff --git a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml index f4cbdaad3..98242e02c 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.3-SNAPSHOT + 2.1.3 plugins .. @@ -36,25 +36,25 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.3-SNAPSHOT + 2.1.3 provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index 6db2ce75c..a948096d8 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 server .. diff --git a/server/pom.xml b/server/pom.xml index 9f3063798..cdffbe035 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index c30ab2b14..a89cac712 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/server/runtime/org.argeo.server.catalina.start/pom.xml b/server/runtime/org.argeo.server.catalina.start/pom.xml index c7aec66a4..26ae26ac1 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.3-SNAPSHOT + 2.1.3 runtime .. diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index b9957f85d..0b148563e 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.core @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 02c02f2ba..c1f098153 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.server org.argeo.server.dep.hibernate - 2.1.3-SNAPSHOT + 2.1.3 pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index 97306ee5d..397bf1402 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.jackrabbit @@ -48,12 +48,12 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.3-SNAPSHOT + 2.1.3 @@ -61,7 +61,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.3-SNAPSHOT + 2.1.3 @@ -89,13 +89,13 @@ org.argeo.commons.base org.argeo.support.junit - 2.1.3-SNAPSHOT + 2.1.3 test org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 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 cb5e82459..36205086f 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.jcr.mvc @@ -50,7 +50,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 2ce81b635..8a48ec669 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.jcr @@ -60,7 +60,7 @@ org.argeo.commons.base org.argeo.util - 2.1.3-SNAPSHOT + 2.1.3 @@ -109,27 +109,27 @@ org.argeo.commons.base org.argeo.dep.jackrabbit - 2.1.3-SNAPSHOT + 2.1.3 pom test org.argeo.commons.base org.argeo.support.junit - 2.1.3-SNAPSHOT + 2.1.3 test org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom test org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index 3d9f3d422..d40c6e06f 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.3-SNAPSHOT + 2.1.3 diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index 195fff069..5a30eac89 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.3-SNAPSHOT + 2.1.3 @@ -59,7 +59,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index 8990a6d6b..301763af9 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.3-SNAPSHOT + 2.1.3 @@ -56,7 +56,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.3-SNAPSHOT + 2.1.3 pom @@ -64,7 +64,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.3-SNAPSHOT + 2.1.3 test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index 8403ab3ed..a39926241 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.3-SNAPSHOT + 2.1.3 .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index b315b32d3..f50fce2da 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.3-SNAPSHOT + 2.1.3 server .. -- 2.30.2