From 4d4713b376a8f38c996e2e0d3a199bbc42bfd8ef Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Thu, 12 Dec 2013 21:20:43 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.argeo.org/commons/trunk@6695 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 | 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 +- 75 files changed, 205 insertions(+), 205 deletions(-) diff --git a/base/dep/org.argeo.dep.jackrabbit/pom.xml b/base/dep/org.argeo.dep.jackrabbit/pom.xml index cec8b5933..0389ae33c 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.4 + 2.1.5-SNAPSHOT dep .. @@ -34,7 +34,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom diff --git a/base/dep/org.argeo.dep.log4j/pom.xml b/base/dep/org.argeo.dep.log4j/pom.xml index 5e8752e6c..b3f23c29c 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.4 + 2.1.5-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 3704cff3c..f6c6243f2 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.4 + 2.1.5-SNAPSHOT .. org.argeo.eclipse.dep.rap @@ -141,7 +141,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/base/dep/org.argeo.eclipse.dep.rcp/pom.xml b/base/dep/org.argeo.eclipse.dep.rcp/pom.xml index 5f114a974..10fbb92e3 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.4 + 2.1.5-SNAPSHOT .. org.argeo.eclipse.dep.rcp diff --git a/base/dep/pom.xml b/base/dep/pom.xml index 5c2ffd7e5..9a6e5602d 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.4 + 2.1.5-SNAPSHOT .. org.argeo.commons.base @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT test diff --git a/base/dist/osgi-boot/pom.xml b/base/dist/osgi-boot/pom.xml index 41854fea8..211248bf1 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.4 + 2.1.5-SNAPSHOT dist .. @@ -35,7 +35,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/base/dist/pom.xml b/base/dist/pom.xml index e236d5bfe..a3c0f3cc3 100644 --- a/base/dist/pom.xml +++ b/base/dist/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons base - 2.1.4 + 2.1.5-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 97b50bcec..756b631a2 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.4 + 2.1.5-SNAPSHOT plugins .. @@ -36,20 +36,20 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index 4cf3b55d1..6e5fbfef0 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.4 + 2.1.5-SNAPSHOT .. org.argeo.commons.base diff --git a/base/pom.xml b/base/pom.xml index 3b75fbe45..2eefb3aab 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-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 5efb1b87d..7d8f65a45 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.4 + 2.1.5-SNAPSHOT runtime .. @@ -45,7 +45,7 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.4 + 2.1.5-SNAPSHOT @@ -56,20 +56,20 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided @@ -77,7 +77,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rap/pom.xml b/base/runtime/org.argeo.eclipse.ui.rap/pom.xml index 962951212..6df69835e 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.4 + 2.1.5-SNAPSHOT runtime .. @@ -59,14 +59,14 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/base/runtime/org.argeo.eclipse.ui.rcp/pom.xml index a4854e745..53fdee4d3 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.4 + 2.1.5-SNAPSHOT runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.base org.argeo.eclipse.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/base/runtime/org.argeo.eclipse.ui/pom.xml b/base/runtime/org.argeo.eclipse.ui/pom.xml index 9472dfc68..9440361a5 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.4 + 2.1.5-SNAPSHOT runtime .. @@ -57,7 +57,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided @@ -65,7 +65,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/base/runtime/org.argeo.osgi.boot/pom.xml b/base/runtime/org.argeo.osgi.boot/pom.xml index 41f35e455..26041a137 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.4 + 2.1.5-SNAPSHOT runtime .. diff --git a/base/runtime/org.argeo.support.junit/pom.xml b/base/runtime/org.argeo.support.junit/pom.xml index e25b1be24..7da7c4388 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.4 + 2.1.5-SNAPSHOT .. org.argeo.support.junit diff --git a/base/runtime/org.argeo.util/pom.xml b/base/runtime/org.argeo.util/pom.xml index 894c5bc04..55cc34a22 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.4 + 2.1.5-SNAPSHOT .. org.argeo.util diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index 3940a371d..fa43bf4e2 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons base - 2.1.4 + 2.1.5-SNAPSHOT .. org.argeo.commons.base diff --git a/pom.xml b/pom.xml index 6208fcec9..68a039809 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons argeo-commons - 2.1.4 + 2.1.5-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.4 - scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-2.1.4 - https://svn.argeo.org/commons/tags/argeo-commons-2.1.4 + 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 501871f0d..126463025 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.4 + 2.1.5-SNAPSHOT dep .. @@ -30,46 +30,46 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 2.1.4 + 2.1.5-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 4719e2609..ed13472cb 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.4 + 2.1.5-SNAPSHOT dep .. @@ -39,29 +39,29 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.osgi.ui.explorer - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.mvc - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 2.1.4 + 2.1.5-SNAPSHOT pom @@ -93,7 +93,7 @@ org.argeo.commons.security org.argeo.security.ui.rap - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom @@ -62,14 +62,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-SNAPSHOT @@ -146,12 +146,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.jackrabbit - 2.1.4 + 2.1.5-SNAPSHOT @@ -164,26 +164,26 @@ org.argeo.commons.security org.argeo.security.dao.ldap - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.ldap - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.jackrabbit - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.dao.os - 2.1.4 + 2.1.5-SNAPSHOT @@ -198,23 +198,23 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 2.1.4 + 2.1.5-SNAPSHOT pom org.argeo.commons.server org.argeo.server.webextender - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.server org.argeo.jackrabbit.webapp - 2.1.4 + 2.1.5-SNAPSHOT @@ -235,25 +235,25 @@ org.argeo.commons.server org.argeo.server.dep.ads - 2.1.4 + 2.1.5-SNAPSHOT pom org.argeo.commons.server org.argeo.server.ads.server - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.server org.argeo.server.ads - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.support.junit - 2.1.4 + 2.1.5-SNAPSHOT @@ -284,7 +284,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT test diff --git a/security/dep/pom.xml b/security/dep/pom.xml index 2b2132b48..048ac1427 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT security .. diff --git a/security/modules/org.argeo.security.dao.cli/pom.xml b/security/modules/org.argeo.security.dao.cli/pom.xml index 7b2ac83aa..5fd65e48c 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.4 + 2.1.5-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 f711c969e..1a2c40e0c 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.4 + 2.1.5-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 bb128b2b2..edaf2bd79 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.4 + 2.1.5-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 f37245c1a..cd75adb3b 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.4 + 2.1.5-SNAPSHOT modules .. diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml index 3d83aba1e..dc803e521 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.4 + 2.1.5-SNAPSHOT modules .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index 0d060d18a..ca9b35996 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index 793cdef73..835369360 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.4 + 2.1.5-SNAPSHOT plugins .. @@ -49,7 +49,7 @@ org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided @@ -57,12 +57,12 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index 098452d7b..7132ed0b0 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.4 + 2.1.5-SNAPSHOT plugins .. @@ -53,39 +53,39 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided @@ -93,7 +93,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index fb85fe52b..9657a1125 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.4 + 2.1.5-SNAPSHOT plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rap - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rap - 2.1.4 + 2.1.5-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 3f13fdbe0..27394104f 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.4 + 2.1.5-SNAPSHOT plugins .. @@ -42,7 +42,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT @@ -55,24 +55,24 @@ org.argeo.commons.security org.argeo.security.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-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 5f35e5a8d..8ba9bb8ef 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.4 + 2.1.5-SNAPSHOT plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided @@ -72,7 +72,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 5dc2be677..d759b10de 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT security .. diff --git a/security/pom.xml b/security/pom.xml index 571fc11c5..462a95760 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index 3d77a603a..4913eae01 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.4 + 2.1.5-SNAPSHOT .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index 194e3535e..f6c8e5d6d 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.4 + 2.1.5-SNAPSHOT .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr - 2.1.4 + 2.1.5-SNAPSHOT @@ -118,14 +118,14 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom test org.argeo.commons.server org.argeo.server.json - 2.1.4 + 2.1.5-SNAPSHOT test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index b6c673b50..b410a8ba9 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.4 + 2.1.5-SNAPSHOT .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-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 79238abc6..f9be1d89e 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.4 + 2.1.5-SNAPSHOT .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index df002a060..a7468dfe9 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.4 + 2.1.5-SNAPSHOT .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index 66ce6e483..15ab3a420 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-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 5bedfbafb..85ce1dcfc 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.4 + 2.1.5-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-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 9b176175a..43620be5b 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.4 + 2.1.5-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom @@ -42,7 +42,7 @@ org.argeo.commons.server org.argeo.ext.jdbm - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index 853ee97d5..15e82cf95 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.4 + 2.1.5-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-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 fbfd19e77..d17108ded 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.4 + 2.1.5-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index 78813c4ca..9abb43e2a 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.4 + 2.1.5-SNAPSHOT dep .. @@ -15,7 +15,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom @@ -23,12 +23,12 @@ org.argeo.commons.server org.argeo.server.catalina - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.server org.argeo.server.catalina.start - 2.1.4 + 2.1.5-SNAPSHOT @@ -100,7 +100,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index 377b88ef0..5d75a9eb0 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT server .. @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT test diff --git a/server/modules/org.argeo.ext.bsf/pom.xml b/server/modules/org.argeo.ext.bsf/pom.xml index f9cf5e06c..a16037313 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.4 + 2.1.5-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 038249668..57d694fe3 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.4 + 2.1.5-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.ext.jdbm/pom.xml b/server/modules/org.argeo.ext.jdbm/pom.xml index e5feeaf40..88d9ce249 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.4 + 2.1.5-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index 3beb7b93c..91a7f4d15 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.4 + 2.1.5-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 c003f99ee..423a8b50e 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.4 + 2.1.5-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 c4ae03dec..f723dedc8 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.4 + 2.1.5-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 6bd3d4bbd..3ff365391 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.4 + 2.1.5-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml index 7892406c8..35c686e6b 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.4 + 2.1.5-SNAPSHOT modules .. diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml index 1417ef549..508ccb298 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.4 + 2.1.5-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 5f95aac7d..49765cdba 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.4 + 2.1.5-SNAPSHOT modules .. diff --git a/server/modules/pom.xml b/server/modules/pom.xml index b82d1fca8..cff574b13 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-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 3751c141d..76fdb46e4 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.4 + 2.1.5-SNAPSHOT plugins .. @@ -36,25 +36,25 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.ui.jcr - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.base org.argeo.eclipse.dep.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided org.argeo.commons.base org.argeo.eclipse.ui.rcp - 2.1.4 + 2.1.5-SNAPSHOT provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index 3b64b6ffb..a0a261d4b 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT server .. diff --git a/server/pom.xml b/server/pom.xml index f4a3a1cd5..b8bb05b8a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index 708bf0c6c..a243a4051 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/server/runtime/org.argeo.server.catalina.start/pom.xml b/server/runtime/org.argeo.server.catalina.start/pom.xml index 8981d22b0..201410829 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.4 + 2.1.5-SNAPSHOT runtime .. diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index 7891f06c8..d4c0b5b67 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.core @@ -46,7 +46,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 09cf1393a..d54aeea56 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.server org.argeo.server.dep.hibernate - 2.1.4 + 2.1.5-SNAPSHOT pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index 59c6c1079..76c85e8b1 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.jackrabbit @@ -48,12 +48,12 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 2.1.4 + 2.1.5-SNAPSHOT @@ -61,7 +61,7 @@ org.argeo.commons.base org.argeo.dep.jackrabbit pom - 2.1.4 + 2.1.5-SNAPSHOT @@ -89,13 +89,13 @@ org.argeo.commons.base org.argeo.support.junit - 2.1.4 + 2.1.5-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-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 8ccd1e07d..de5aa605a 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.jcr.mvc @@ -50,7 +50,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 628f2ea7f..ffd39dfc1 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.jcr @@ -60,7 +60,7 @@ org.argeo.commons.base org.argeo.util - 2.1.4 + 2.1.5-SNAPSHOT @@ -109,27 +109,27 @@ org.argeo.commons.base org.argeo.dep.jackrabbit - 2.1.4 + 2.1.5-SNAPSHOT pom test org.argeo.commons.base org.argeo.support.junit - 2.1.4 + 2.1.5-SNAPSHOT test org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom test org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index bca955299..7c833a754 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.4 + 2.1.5-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index 6ec6902cf..c14526ecf 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 2.1.4 + 2.1.5-SNAPSHOT @@ -59,7 +59,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index 0e077f37e..28c612260 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 2.1.4 + 2.1.5-SNAPSHOT @@ -56,7 +56,7 @@ org.argeo.commons.base org.argeo.dep.log4j - 2.1.4 + 2.1.5-SNAPSHOT pom @@ -64,7 +64,7 @@ org.argeo.commons.base org.argeo.osgi.boot - 2.1.4 + 2.1.5-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index 22f9823b0..f88179d0f 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.4 + 2.1.5-SNAPSHOT .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 096498ead..4ee753904 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 2.1.4 + 2.1.5-SNAPSHOT server .. -- 2.30.2