From f5087dfeb08ce6af4a41216ab166d0bbd97af7e5 Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Sat, 26 Jul 2014 15:00:37 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.argeo.org/commons/trunk@7177 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 | 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(+), 207 deletions(-) diff --git a/base/dep/org.argeo.dep.jackrabbit/pom.xml b/base/dep/org.argeo.dep.jackrabbit/pom.xml index f18995b1f..cee155468 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.7 + 2.1.8-SNAPSHOT dep .. @@ -34,7 +34,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom diff --git a/base/dep/org.argeo.dep.log4j/pom.xml b/base/dep/org.argeo.dep.log4j/pom.xml index acf3cbfed..fd8e7afc2 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.7 + 2.1.8-SNAPSHOT dep .. diff --git a/base/dep/org.argeo.eclipse.dep.rap/pom.xml b/base/dep/org.argeo.eclipse.dep.rap/pom.xml index 4c0928a63..00522d96f 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.7 + 2.1.8-SNAPSHOT .. org.argeo.eclipse.dep.rap @@ -149,7 +149,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/base/dep/org.argeo.eclipse.dep.rcp/pom.xml b/base/dep/org.argeo.eclipse.dep.rcp/pom.xml index be69cbb30..fc0919438 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.7 + 2.1.8-SNAPSHOT .. org.argeo.eclipse.dep.rcp diff --git a/base/dep/pom.xml b/base/dep/pom.xml index 8ae9494ea..1107bf66e 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.7 + 2.1.8-SNAPSHOT .. org.argeo.commons.base @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT test diff --git a/base/dist/osgi-boot/pom.xml b/base/dist/osgi-boot/pom.xml index f07bbc725..1f9c5494e 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.7 + 2.1.8-SNAPSHOT dist .. @@ -35,7 +35,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/base/dist/pom.xml b/base/dist/pom.xml index 684146ce5..83aadb78d 100644 --- a/base/dist/pom.xml +++ b/base/dist/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.7 + 2.1.8-SNAPSHOT .. org.argeo.commons.base diff --git a/base/plugins/org.argeo.osgi.ui.explorer/pom.xml b/base/plugins/org.argeo.osgi.ui.explorer/pom.xml index 0cf75f47f..5d3ac5f1b 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.7 + 2.1.8-SNAPSHOT plugins .. @@ -36,20 +36,20 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index 99d0c1809..e6ab28640 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.7 + 2.1.8-SNAPSHOT .. org.argeo.commons.base diff --git a/base/pom.xml b/base/pom.xml index 8007ace05..e7e076793 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT argeo-commons .. diff --git a/base/runtime/org.argeo.eclipse.ui.jcr/pom.xml b/base/runtime/org.argeo.eclipse.ui.jcr/pom.xml index 968824d2c..d01128445 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.7 + 2.1.8-SNAPSHOT runtime .. @@ -45,7 +45,7 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.7 + 2.1.8-SNAPSHOT @@ -56,20 +56,20 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided @@ -77,7 +77,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml index afcd884b9..ae1bd8452 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.7 + 2.1.8-SNAPSHOT runtime .. @@ -59,14 +59,14 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml index 95f506c69..541eb2e3e 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.7 + 2.1.8-SNAPSHOT runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui/pom.xml b/base/runtime/org.argeo.eclipse.ui/pom.xml index 6eb29f71d..40b1cf376 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.7 + 2.1.8-SNAPSHOT runtime .. @@ -57,7 +57,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided @@ -65,7 +65,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/base/runtime/org.argeo.osgi.boot/pom.xml b/base/runtime/org.argeo.osgi.boot/pom.xml index 576099b4f..8117d1873 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.7 + 2.1.8-SNAPSHOT runtime .. diff --git a/base/runtime/org.argeo.support.junit/pom.xml b/base/runtime/org.argeo.support.junit/pom.xml index 1c1b91a60..a9dace166 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.7 + 2.1.8-SNAPSHOT .. org.argeo.support.junit diff --git a/base/runtime/org.argeo.util/pom.xml b/base/runtime/org.argeo.util/pom.xml index 0a1d85fab..fbf928b58 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.7 + 2.1.8-SNAPSHOT .. org.argeo.util diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index 650f409e8..d692aa190 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.7 + 2.1.8-SNAPSHOT .. org.argeo.commons.base diff --git a/pom.xml b/pom.xml index 414683423..2df58c3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons argeo-commons - 2.1.7 + 2.1.8-SNAPSHOT Argeo Commons Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring pom @@ -29,9 +29,9 @@ http://projects.argeo.org/commons/ - scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.7 - scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.7 - https://svn.argeo.org/commons/tags/argeo-commons-2.1.7 + scm:svn:https://svn.argeo.org/commons/trunk + scm:svn:https://svn.argeo.org/commons/trunk + https://svn.argeo.org/commons/trunk 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 9efae489d..b7ebbdbf3 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.7 + 2.1.8-SNAPSHOT dep .. @@ -30,46 +30,46 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 2.1.7 + 2.1.8-SNAPSHOT pom diff --git a/security/dep/org.argeo.security.dep.node.rap/pom.xml b/security/dep/org.argeo.security.dep.node.rap/pom.xml index 0c4632f6e..134597f46 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.7 + 2.1.8-SNAPSHOT dep .. @@ -39,29 +39,29 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.mvc - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 2.1.7 + 2.1.8-SNAPSHOT pom @@ -93,7 +93,7 @@ org.argeo.commons.security org.argeo.security.ui.rap - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom @@ -62,14 +62,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT @@ -146,12 +146,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.jackrabbit - 2.1.7 + 2.1.8-SNAPSHOT @@ -164,31 +164,31 @@ org.argeo.commons.security org.argeo.security.dao.ldap - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.auth.ldap - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.ldap - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.jackrabbit - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.os - 2.1.7 + 2.1.8-SNAPSHOT @@ -203,23 +203,23 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 2.1.7 + 2.1.8-SNAPSHOT pom org.argeo.commons.server org.argeo.server.webextender - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.server org.argeo.jackrabbit.webapp - 2.1.7 + 2.1.8-SNAPSHOT @@ -240,25 +240,25 @@ org.argeo.commons.server org.argeo.server.dep.ads - 2.1.7 + 2.1.8-SNAPSHOT pom org.argeo.commons.server org.argeo.server.ads.server - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.server org.argeo.server.ads - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.support.junit - 2.1.7 + 2.1.8-SNAPSHOT @@ -289,7 +289,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT test diff --git a/security/dep/pom.xml b/security/dep/pom.xml index 681927bc8..fceeed730 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT security .. diff --git a/security/modules/org.argeo.security.auth.ldap/pom.xml b/security/modules/org.argeo.security.auth.ldap/pom.xml index 888ccfaa5..b6398a5b8 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.dao.cli/pom.xml b/security/modules/org.argeo.security.dao.cli/pom.xml index 51a11f8c2..f6f7df330 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.dao.jackrabbit/pom.xml b/security/modules/org.argeo.security.dao.jackrabbit/pom.xml index ed1b0c9cc..85c23bbd7 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.dao.ldap/pom.xml b/security/modules/org.argeo.security.dao.ldap/pom.xml index d724081dc..95f55b9c4 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.dao.os/pom.xml b/security/modules/org.argeo.security.dao.os/pom.xml index a2d9226a4..f018166fd 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml index ac6e0b406..e0c26dfb1 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index 107d306e7..5830b185a 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index ffef4f101..13b4107d6 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.7 + 2.1.8-SNAPSHOT plugins .. @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided @@ -57,12 +57,12 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index 26e2f89ce..1313b775d 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.7 + 2.1.8-SNAPSHOT plugins .. @@ -53,39 +53,39 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided @@ -93,7 +93,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index 534da12c5..87ffd1895 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.7 + 2.1.8-SNAPSHOT plugins .. @@ -47,7 +47,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT @@ -60,24 +60,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rap - 2.1.7 + 2.1.8-SNAPSHOT \ No newline at end of file diff --git a/security/plugins/org.argeo.security.ui.rcp/pom.xml b/security/plugins/org.argeo.security.ui.rcp/pom.xml index 75331478e..6df13105c 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.7 + 2.1.8-SNAPSHOT plugins .. @@ -47,7 +47,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT @@ -60,24 +60,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT \ No newline at end of file diff --git a/security/plugins/org.argeo.security.ui/pom.xml b/security/plugins/org.argeo.security.ui/pom.xml index cc74617b2..6f5764da6 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.7 + 2.1.8-SNAPSHOT plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided @@ -72,7 +72,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index c97bcdf03..dc3e50cb0 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT security .. diff --git a/security/pom.xml b/security/pom.xml index 0266f43c6..69e6eda06 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index 3e7ad04d8..81ab683a2 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.7 + 2.1.8-SNAPSHOT .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index b4c5ca003..f8a25a3c0 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.7 + 2.1.8-SNAPSHOT .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr - 2.1.7 + 2.1.8-SNAPSHOT @@ -118,14 +118,14 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom test org.argeo.commons.server org.argeo.server.json - 2.1.7 + 2.1.8-SNAPSHOT test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index 322f86d9f..27bf37ad8 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.7 + 2.1.8-SNAPSHOT .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.tp diff --git a/security/runtime/org.argeo.security.ldap/pom.xml b/security/runtime/org.argeo.security.ldap/pom.xml index bb6e0abd4..7b55c027a 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.7 + 2.1.8-SNAPSHOT .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index 6a3c7b9f6..e58457da3 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.7 + 2.1.8-SNAPSHOT .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index af63ca150..9daa8a324 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT security .. diff --git a/server/dep/org.argeo.server.dep.activemq/pom.xml b/server/dep/org.argeo.server.dep.activemq/pom.xml index 237e6a2a0..829708c49 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.7 + 2.1.8-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom diff --git a/server/dep/org.argeo.server.dep.ads/pom.xml b/server/dep/org.argeo.server.dep.ads/pom.xml index 04bb01a6b..710746389 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.7 + 2.1.8-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom @@ -42,7 +42,7 @@ org.argeo.commons.server org.argeo.ext.jdbm - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index 10df50568..e3f1d02fe 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.7 + 2.1.8-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom diff --git a/server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml b/server/dep/org.argeo.server.dep.jackrabbit.server/pom.xml index ffd9cc6d5..c740279fb 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.7 + 2.1.8-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index f3701bd59..a34d32ce9 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.7 + 2.1.8-SNAPSHOT dep .. @@ -15,7 +15,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom @@ -23,12 +23,12 @@ org.argeo.commons.server org.argeo.server.catalina - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.server org.argeo.server.catalina.start - 2.1.7 + 2.1.8-SNAPSHOT @@ -100,7 +100,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index b770ca7fd..1c36dee4f 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT server .. @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT test diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml index 99009ad9b..a15c60dc1 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.7 + 2.1.8-SNAPSHOT .. org.argeo.ext.bsf diff --git a/server/modules/org.argeo.ext.jackrabbit.sybase/pom.xml b/server/modules/org.argeo.ext.jackrabbit.sybase/pom.xml index f424ba79b..a6294288e 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.ext.jdbm/pom.xml b/server/modules/org.argeo.ext.jdbm/pom.xml index b8871ef19..cb85f87b1 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index 225128f0c..043614aa0 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.node.repo.jackrabbit/pom.xml b/server/modules/org.argeo.node.repo.jackrabbit/pom.xml index 2748bb3b2..405ec996e 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.activemq.broker/pom.xml b/server/modules/org.argeo.server.activemq.broker/pom.xml index 2b8f1d1bc..f9651fedb 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.ads.server/pom.xml b/server/modules/org.argeo.server.ads.server/pom.xml index 6e58e084c..eeb36f0ed 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml index 78e22c7d0..c2b99fc8a 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml index 858066339..a08f8dae9 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.rap.webapp/pom.xml b/server/modules/org.argeo.server.rap.webapp/pom.xml index f31151253..7b7d9552e 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.7 + 2.1.8-SNAPSHOT modules .. diff --git a/server/modules/pom.xml b/server/modules/pom.xml index 8a6b0796c..7fd71c73d 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT server .. diff --git a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml index da65721a4..bbde57d38 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.7 + 2.1.8-SNAPSHOT plugins .. @@ -36,25 +36,25 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.7 + 2.1.8-SNAPSHOT provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index 2907f7195..ec52e0cc0 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT server .. diff --git a/server/pom.xml b/server/pom.xml index 20c5de22e..11ef06025 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index 2af7ddbf6..8643b141f 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/server/runtime/org.argeo.server.catalina.start/pom.xml b/server/runtime/org.argeo.server.catalina.start/pom.xml index b67f431ce..e8a7f0b8e 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.7 + 2.1.8-SNAPSHOT runtime .. diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index 38b0cc97e..973e688b6 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.core @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 6af85bf58..ced1b3aec 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.server org.argeo.server.dep.hibernate - 2.1.7 + 2.1.8-SNAPSHOT pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index 9be3fff78..bef0fe3fd 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.jackrabbit @@ -48,12 +48,12 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.7 + 2.1.8-SNAPSHOT @@ -61,7 +61,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.7 + 2.1.8-SNAPSHOT @@ -89,13 +89,13 @@ org.argeo.commons.base org.argeo.support.junit - 2.1.7 + 2.1.8-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom test diff --git a/server/runtime/org.argeo.server.jcr.mvc/pom.xml b/server/runtime/org.argeo.server.jcr.mvc/pom.xml index de009e6cd..578a4a99f 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.jcr.mvc @@ -50,7 +50,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 1c9109e09..bd106dd08 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.jcr @@ -60,7 +60,7 @@ org.argeo.commons.base org.argeo.util - 2.1.7 + 2.1.8-SNAPSHOT @@ -109,27 +109,27 @@ org.argeo.commons.base org.argeo.dep.jackrabbit - 2.1.7 + 2.1.8-SNAPSHOT pom test org.argeo.commons.base org.argeo.support.junit - 2.1.7 + 2.1.8-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom test org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index ebb4e9ea4..357a61efc 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.7 + 2.1.8-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index e2cc5ff2a..67ad85841 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.7 + 2.1.8-SNAPSHOT @@ -59,7 +59,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index 6ab4fa4d9..16debf83d 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.7 + 2.1.8-SNAPSHOT @@ -56,7 +56,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.7 + 2.1.8-SNAPSHOT pom @@ -64,7 +64,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.7 + 2.1.8-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index 7b12b92d5..845a925dc 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.7 + 2.1.8-SNAPSHOT .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index fc473cf22..3c3c0a949 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.7 + 2.1.8-SNAPSHOT server .. -- 2.39.2