From 0492a810648f5db118bd500b47f75874ee9a0770 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 4 Jul 2011 21:04:33 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.argeo.org/commons/trunk@4662 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- basic/dep/org.argeo.basic.dep.log4j/pom.xml | 2 +- basic/dep/pom.xml | 2 +- basic/pom.xml | 2 +- basic/runtime/org.argeo.basic.nodeps/pom.xml | 2 +- basic/runtime/org.argeo.support.junit/pom.xml | 2 +- basic/runtime/pom.xml | 2 +- .../org.argeo.eclipse.dep.common/pom.xml | 2 +- .../org.argeo.eclipse.dep.rap/pom.xml | 4 ++-- .../org.argeo.eclipse.dep.rcp/pom.xml | 4 ++-- eclipse/features/pom.xml | 4 ++-- eclipse/pom.xml | 2 +- .../runtime/org.argeo.eclipse.ui.jcr/pom.xml | 14 ++++++------- .../runtime/org.argeo.eclipse.ui.rap/pom.xml | 6 +++--- .../runtime/org.argeo.eclipse.ui.rcp/pom.xml | 8 ++++---- eclipse/runtime/org.argeo.eclipse.ui/pom.xml | 8 ++++---- eclipse/runtime/pom.xml | 2 +- .../org.argeo.gis.ui.rap.openlayers/pom.xml | 8 ++++---- gis/plugins/org.argeo.gis.ui/pom.xml | 12 +++++------ gis/plugins/pom.xml | 2 +- gis/pom.xml | 2 +- gis/runtime/org.argeo.gis.geotools/pom.xml | 10 +++++----- gis/runtime/pom.xml | 2 +- .../dep/org.argeo.osgi.dep.jackrabbit/pom.xml | 6 +++--- .../dep/org.argeo.osgi.dep.stdruntime/pom.xml | 6 +++--- osgi/dep/pom.xml | 4 ++-- osgi/pom.xml | 2 +- osgi/runtime/org.argeo.osgi.boot/pom.xml | 2 +- osgi/runtime/pom.xml | 2 +- pom.xml | 8 ++++---- sandbox/pom.xml | 2 +- .../org.argeo.sandbox.jackrabbit/pom.xml | 2 +- sandbox/runtime/pom.xml | 2 +- .../dep/org.argeo.security.dep.ads/pom.xml | 10 +++++----- .../dep/org.argeo.security.dep.node/pom.xml | 18 ++++++++--------- security/dep/pom.xml | 2 +- .../org.argeo.security.dep.node.rap/pom.xml | 20 +++++++++---------- .../org.argeo.security.dep.node.rcp/pom.xml | 10 +++++----- security/features/pom.xml | 2 +- security/modules/pom.xml | 2 +- .../org.argeo.security.equinox/pom.xml | 6 +++--- .../org.argeo.security.ui.admin/pom.xml | 10 +++++----- .../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 | 4 ++-- 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 +- server/demo/pom.xml | 6 +++--- .../dep/org.argeo.server.dep.activemq/pom.xml | 6 +++--- server/dep/org.argeo.server.dep.ads/pom.xml | 4 ++-- .../org.argeo.server.dep.hibernate/pom.xml | 4 ++-- .../pom.xml | 4 ++-- server/dep/org.argeo.server.dep.javax/pom.xml | 2 +- .../dep/org.argeo.server.dep.tomcat/pom.xml | 6 +++--- server/dep/pom.xml | 4 ++-- server/modules/pom.xml | 2 +- .../plugins/org.argeo.jcr.ui.explorer/pom.xml | 6 +++--- server/plugins/pom.xml | 2 +- server/pom.xml | 2 +- server/runtime/org.argeo.server.ads/pom.xml | 4 ++-- server/runtime/org.argeo.server.core/pom.xml | 4 ++-- .../org.argeo.server.hibernate/pom.xml | 6 +++--- .../org.argeo.server.jackrabbit/pom.xml | 14 ++++++------- .../runtime/org.argeo.server.jcr.mvc/pom.xml | 6 +++--- 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, 204 insertions(+), 204 deletions(-) diff --git a/basic/dep/org.argeo.basic.dep.log4j/pom.xml b/basic/dep/org.argeo.basic.dep.log4j/pom.xml index b2b5b9d4a..86e3eb73d 100644 --- a/basic/dep/org.argeo.basic.dep.log4j/pom.xml +++ b/basic/dep/org.argeo.basic.dep.log4j/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.basic - 0.3.3 + 0.3.4-SNAPSHOT dep .. diff --git a/basic/dep/pom.xml b/basic/dep/pom.xml index 1289884f7..99fa71f1f 100644 --- a/basic/dep/pom.xml +++ b/basic/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT basic .. diff --git a/basic/pom.xml b/basic/pom.xml index 2d077f599..dd0665551 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT argeo-commons .. diff --git a/basic/runtime/org.argeo.basic.nodeps/pom.xml b/basic/runtime/org.argeo.basic.nodeps/pom.xml index 2dbc90bc2..7e32af4f4 100644 --- a/basic/runtime/org.argeo.basic.nodeps/pom.xml +++ b/basic/runtime/org.argeo.basic.nodeps/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.basic runtime - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.basic.nodeps diff --git a/basic/runtime/org.argeo.support.junit/pom.xml b/basic/runtime/org.argeo.support.junit/pom.xml index 95d7dbc8a..635c2b6f3 100644 --- a/basic/runtime/org.argeo.support.junit/pom.xml +++ b/basic/runtime/org.argeo.support.junit/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.basic runtime - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.support.junit diff --git a/basic/runtime/pom.xml b/basic/runtime/pom.xml index 1e8a227d8..3ee7f177f 100644 --- a/basic/runtime/pom.xml +++ b/basic/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT basic .. diff --git a/eclipse/features/org.argeo.eclipse.dep.common/pom.xml b/eclipse/features/org.argeo.eclipse.dep.common/pom.xml index cc549fe2e..e1b343e34 100644 --- a/eclipse/features/org.argeo.eclipse.dep.common/pom.xml +++ b/eclipse/features/org.argeo.eclipse.dep.common/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons.eclipse features - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.eclipse.dep.common diff --git a/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml b/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml index c60740922..9fb76a540 100644 --- a/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml +++ b/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml @@ -4,7 +4,7 @@ org.argeo.commons.eclipse features - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.eclipse.dep.rap @@ -22,7 +22,7 @@ org.argeo.commons.eclipse org.argeo.eclipse.dep.common - 0.3.3 + 0.3.4-SNAPSHOT @@ -64,20 +64,20 @@ org.argeo.commons.server org.argeo.server.jcr - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT provided org.argeo.commons.eclipse org.argeo.eclipse.ui.rcp - 0.3.3 + 0.3.4-SNAPSHOT provided @@ -85,7 +85,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/eclipse/runtime/org.argeo.eclipse.ui.rap/pom.xml b/eclipse/runtime/org.argeo.eclipse.ui.rap/pom.xml index 70e679438..0a0c34672 100644 --- a/eclipse/runtime/org.argeo.eclipse.ui.rap/pom.xml +++ b/eclipse/runtime/org.argeo.eclipse.ui.rap/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.eclipse - 0.3.3 + 0.3.4-SNAPSHOT runtime .. @@ -60,14 +60,14 @@ org.argeo.commons.eclipse org.argeo.eclipse.ui - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rap - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/eclipse/runtime/org.argeo.eclipse.ui.rcp/pom.xml b/eclipse/runtime/org.argeo.eclipse.ui.rcp/pom.xml index c0349f976..d3e6ff740 100644 --- a/eclipse/runtime/org.argeo.eclipse.ui.rcp/pom.xml +++ b/eclipse/runtime/org.argeo.eclipse.ui.rcp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.eclipse - 0.3.3 + 0.3.4-SNAPSHOT runtime .. @@ -52,21 +52,21 @@ org.argeo.commons.eclipse org.argeo.eclipse.ui - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/eclipse/runtime/org.argeo.eclipse.ui/pom.xml b/eclipse/runtime/org.argeo.eclipse.ui/pom.xml index 9c5c33884..d8c7f1435 100644 --- a/eclipse/runtime/org.argeo.eclipse.ui/pom.xml +++ b/eclipse/runtime/org.argeo.eclipse.ui/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.eclipse - 0.3.3 + 0.3.4-SNAPSHOT runtime .. @@ -51,7 +51,7 @@ org.argeo.commons.eclipse org.argeo.eclipse.dep.common - 0.3.3 + 0.3.4-SNAPSHOT @@ -64,7 +64,7 @@ org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT provided @@ -72,7 +72,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/eclipse/runtime/pom.xml b/eclipse/runtime/pom.xml index 8866ee3e8..04207a73b 100644 --- a/eclipse/runtime/pom.xml +++ b/eclipse/runtime/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.eclipse - 0.3.3 + 0.3.4-SNAPSHOT eclipse .. diff --git a/gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml b/gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml index 16bde08e8..2f06acaf5 100644 --- a/gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml +++ b/gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.gis - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -30,12 +30,12 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.gis org.argeo.gis.ui - 0.3.3 + 0.3.4-SNAPSHOT @@ -48,7 +48,7 @@ org.argeo.commons.eclipse org.argeo.eclipse.dep.rap - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/gis/plugins/org.argeo.gis.ui/pom.xml b/gis/plugins/org.argeo.gis.ui/pom.xml index f8666aa86..9f360ce49 100644 --- a/gis/plugins/org.argeo.gis.ui/pom.xml +++ b/gis/plugins/org.argeo.gis.ui/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.gis - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -29,31 +29,31 @@ org.argeo.commons.gis org.argeo.gis.geotools - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.ui - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.ui.jcr - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT provided diff --git a/gis/plugins/pom.xml b/gis/plugins/pom.xml index b38a003c5..98d8e5cf4 100644 --- a/gis/plugins/pom.xml +++ b/gis/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT gis .. diff --git a/gis/pom.xml b/gis/pom.xml index a3e68d67d..491417424 100644 --- a/gis/pom.xml +++ b/gis/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT argeo-commons .. diff --git a/gis/runtime/org.argeo.gis.geotools/pom.xml b/gis/runtime/org.argeo.gis.geotools/pom.xml index ec4d183ac..a7f9b5ecc 100644 --- a/gis/runtime/org.argeo.gis.geotools/pom.xml +++ b/gis/runtime/org.argeo.gis.geotools/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.gis runtime - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.gis.geotools @@ -57,12 +57,12 @@ org.argeo.commons.server org.argeo.server.jcr - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT @@ -143,13 +143,13 @@ org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT test org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom test diff --git a/gis/runtime/pom.xml b/gis/runtime/pom.xml index 69a3d0d72..7c65826d7 100644 --- a/gis/runtime/pom.xml +++ b/gis/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT gis .. diff --git a/osgi/dep/org.argeo.osgi.dep.jackrabbit/pom.xml b/osgi/dep/org.argeo.osgi.dep.jackrabbit/pom.xml index 3d15e4f9b..d20785f6a 100644 --- a/osgi/dep/org.argeo.osgi.dep.jackrabbit/pom.xml +++ b/osgi/dep/org.argeo.osgi.dep.jackrabbit/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.osgi - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -13,7 +13,7 @@ org.argeo.commons.osgi org.argeo.osgi.dep.stdruntime - 0.3.3 + 0.3.4-SNAPSHOT pom @@ -41,7 +41,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom diff --git a/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml b/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml index a4761a30a..e316f8e9b 100644 --- a/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml +++ b/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.osgi - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -14,13 +14,13 @@ org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom diff --git a/osgi/dep/pom.xml b/osgi/dep/pom.xml index 88b8a5242..cbac3ef74 100644 --- a/osgi/dep/pom.xml +++ b/osgi/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT osgi .. @@ -41,7 +41,7 @@ org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT test diff --git a/osgi/pom.xml b/osgi/pom.xml index 1ff6075cc..9873b5587 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT argeo-commons .. diff --git a/osgi/runtime/org.argeo.osgi.boot/pom.xml b/osgi/runtime/org.argeo.osgi.boot/pom.xml index 94825b540..59a436300 100644 --- a/osgi/runtime/org.argeo.osgi.boot/pom.xml +++ b/osgi/runtime/org.argeo.osgi.boot/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.osgi - 0.3.3 + 0.3.4-SNAPSHOT runtime .. diff --git a/osgi/runtime/pom.xml b/osgi/runtime/pom.xml index cb94372fe..279dba7c7 100644 --- a/osgi/runtime/pom.xml +++ b/osgi/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT osgi .. diff --git a/pom.xml b/pom.xml index ca6e4302c..af3f57f0e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.argeo.commons argeo-commons - 0.3.3 + 0.3.4-SNAPSHOT Argeo Commons pom @@ -36,9 +36,9 @@ ${site.urlBase}/${developmentCycle} - scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.3 - scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.3.3 - https://svn.argeo.org/commons/tags/argeo-commons-0.3.3 + scm:svn:https://svn.argeo.org/commons/trunk + scm:svn:https://svn.argeo.org/commons/trunk + https://svn.argeo.org/commons/trunk diff --git a/sandbox/pom.xml b/sandbox/pom.xml index 75aa6a4d8..e3ada3de0 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT argeo-commons .. diff --git a/sandbox/runtime/org.argeo.sandbox.jackrabbit/pom.xml b/sandbox/runtime/org.argeo.sandbox.jackrabbit/pom.xml index 81ddbf12d..e7972be7d 100644 --- a/sandbox/runtime/org.argeo.sandbox.jackrabbit/pom.xml +++ b/sandbox/runtime/org.argeo.sandbox.jackrabbit/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.sandbox - 0.3.3 + 0.3.4-SNAPSHOT runtime .. diff --git a/sandbox/runtime/pom.xml b/sandbox/runtime/pom.xml index ae1a55655..aaa921713 100644 --- a/sandbox/runtime/pom.xml +++ b/sandbox/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT sandbox .. diff --git a/security/dep/org.argeo.security.dep.ads/pom.xml b/security/dep/org.argeo.security.dep.ads/pom.xml index 9640a654c..96539080c 100644 --- a/security/dep/org.argeo.security.dep.ads/pom.xml +++ b/security/dep/org.argeo.security.dep.ads/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -13,7 +13,7 @@ org.argeo.commons.server org.argeo.server.dep.ads - 0.3.3 + 0.3.4-SNAPSHOT pom @@ -26,7 +26,7 @@ org.argeo.commons.server org.argeo.server.ads - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.dep.osgi @@ -35,7 +35,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom @@ -47,7 +47,7 @@ org.argeo.commons.server org.argeo.server.json - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/dep/org.argeo.security.dep.node/pom.xml b/security/dep/org.argeo.security.dep.node/pom.xml index 884072805..a62f23ecb 100644 --- a/security/dep/org.argeo.security.dep.node/pom.xml +++ b/security/dep/org.argeo.security.dep.node/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -35,7 +35,7 @@ org.argeo.commons.osgi org.argeo.osgi.dep.stdruntime - 0.3.3 + 0.3.4-SNAPSHOT pom @@ -53,12 +53,12 @@ org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.mvc - 0.3.3 + 0.3.4-SNAPSHOT @@ -81,12 +81,12 @@ org.argeo.commons.server org.argeo.server.jackrabbit - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.jackrabbit - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server @@ -103,13 +103,13 @@ org.argeo.commons.server org.argeo.server.dep.activemq - 0.3.3 + 0.3.4-SNAPSHOT pom org.argeo.commons.security org.argeo.security.activemq - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server @@ -121,7 +121,7 @@ org.argeo.commons.server org.argeo.server.dep.hibernate - 0.3.3 + 0.3.4-SNAPSHOT pom diff --git a/security/dep/pom.xml b/security/dep/pom.xml index 5ededb30e..38a71bbfc 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT security .. diff --git a/security/features/org.argeo.security.dep.node.rap/pom.xml b/security/features/org.argeo.security.dep.node.rap/pom.xml index 55c3ebbc0..e4de2d5ca 100644 --- a/security/features/org.argeo.security.dep.node.rap/pom.xml +++ b/security/features/org.argeo.security.dep.node.rap/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 0.3.3 + 0.3.4-SNAPSHOT features .. @@ -40,25 +40,25 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.dep.node - 0.3.3 + 0.3.4-SNAPSHOT pom org.argeo.commons.security org.argeo.security.ui.rap - 0.3.3 + 0.3.4-SNAPSHOT @@ -84,7 +84,7 @@ org.argeo.commons.security org.argeo.security.ldap - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security @@ -104,18 +104,18 @@ org.argeo.commons.server org.argeo.server.dep.tomcat - 0.3.3 + 0.3.4-SNAPSHOT pom org.argeo.commons.server org.argeo.server.webextender - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server @@ -134,7 +134,7 @@ org.argeo.commons.security org.argeo.security.dep.ads - 0.3.3 + 0.3.4-SNAPSHOT pom test diff --git a/security/features/org.argeo.security.dep.node.rcp/pom.xml b/security/features/org.argeo.security.dep.node.rcp/pom.xml index 515278a11..d786a7f62 100644 --- a/security/features/org.argeo.security.dep.node.rcp/pom.xml +++ b/security/features/org.argeo.security.dep.node.rcp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 0.3.3 + 0.3.4-SNAPSHOT features .. @@ -42,12 +42,12 @@ org.argeo.commons.server org.argeo.jcr.ui.explorer - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.ui.admin - 0.3.3 + 0.3.4-SNAPSHOT @@ -61,13 +61,13 @@ org.argeo.commons.security org.argeo.security.dep.node - 0.3.3 + 0.3.4-SNAPSHOT pom org.argeo.commons.security org.argeo.security.ui.rcp - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/features/pom.xml b/security/features/pom.xml index 2d32214f8..6c2715200 100644 --- a/security/features/pom.xml +++ b/security/features/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT security .. diff --git a/security/modules/pom.xml b/security/modules/pom.xml index f40f74482..1045006e2 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT security .. diff --git a/security/plugins/org.argeo.security.equinox/pom.xml b/security/plugins/org.argeo.security.equinox/pom.xml index 5796db899..d3528a980 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 - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -66,12 +66,12 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.admin/pom.xml b/security/plugins/org.argeo.security.ui.admin/pom.xml index 03e29e899..5e09329cc 100644 --- a/security/plugins/org.argeo.security.ui.admin/pom.xml +++ b/security/plugins/org.argeo.security.ui.admin/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.security - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -53,21 +53,21 @@ org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.ui - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT provided @@ -75,7 +75,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index 55be6df45..647c94a70 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 - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -43,7 +43,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT @@ -56,24 +56,24 @@ org.argeo.commons.security org.argeo.security.ui - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rap - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.ui.rap - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui.rcp/pom.xml b/security/plugins/org.argeo.security.ui.rcp/pom.xml index db15bdd78..c4b502c6d 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 - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -43,7 +43,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT @@ -56,24 +56,24 @@ org.argeo.commons.security org.argeo.security.ui - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.equinox - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.ui.rcp - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/plugins/org.argeo.security.ui/pom.xml b/security/plugins/org.argeo.security.ui/pom.xml index 91f316f9a..2a19bd78c 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 - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -50,21 +50,21 @@ org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.ui - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT provided @@ -72,7 +72,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 312c3b479..77555ab7f 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT security .. @@ -87,7 +87,7 @@ org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT test diff --git a/security/pom.xml b/security/pom.xml index 777fe0faf..293913539 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT argeo-commons .. diff --git a/security/runtime/org.argeo.security.activemq/pom.xml b/security/runtime/org.argeo.security.activemq/pom.xml index 6cde732da..554de670f 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.security.activemq @@ -40,12 +40,12 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index 2817515ab..e6fc1315b 100644 --- a/security/runtime/org.argeo.security.core/pom.xml +++ b/security/runtime/org.argeo.security.core/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.security runtime - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.security.core @@ -49,12 +49,12 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr - 0.3.3 + 0.3.4-SNAPSHOT @@ -89,14 +89,14 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom test org.argeo.commons.server org.argeo.server.json - 0.3.3 + 0.3.4-SNAPSHOT test diff --git a/security/runtime/org.argeo.security.jackrabbit/pom.xml b/security/runtime/org.argeo.security.jackrabbit/pom.xml index e4e3dabb7..0b3b147be 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.security.jackrabbit @@ -40,7 +40,7 @@ org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.dep.osgi diff --git a/security/runtime/org.argeo.security.ldap/pom.xml b/security/runtime/org.argeo.security.ldap/pom.xml index 91fe15da2..ee96e85b9 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.security.ldap @@ -46,12 +46,12 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/runtime/org.argeo.security.mvc/pom.xml b/security/runtime/org.argeo.security.mvc/pom.xml index 680e9126c..5ac1ce341 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.security.mvc @@ -42,14 +42,14 @@ org.argeo.commons.server org.argeo.server.core - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.security org.argeo.security.core - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index c5f8d69b6..7bc86bc7b 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT security .. diff --git a/server/demo/pom.xml b/server/demo/pom.xml index 8176e23b5..57822b086 100644 --- a/server/demo/pom.xml +++ b/server/demo/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT server .. @@ -45,14 +45,14 @@ org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server org.argeo.server.dep.tomcat - 0.3.3 + 0.3.4-SNAPSHOT pom diff --git a/server/dep/org.argeo.server.dep.activemq/pom.xml b/server/dep/org.argeo.server.dep.activemq/pom.xml index f78d98039..b251434f5 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 - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom @@ -58,7 +58,7 @@ org.argeo.commons.server org.argeo.server.dep.javax - 0.3.3 + 0.3.4-SNAPSHOT pom test diff --git a/server/dep/org.argeo.server.dep.ads/pom.xml b/server/dep/org.argeo.server.dep.ads/pom.xml index cf767bb8e..5b6012e83 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 - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom diff --git a/server/dep/org.argeo.server.dep.hibernate/pom.xml b/server/dep/org.argeo.server.dep.hibernate/pom.xml index a5d9102bc..081c90ad3 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 - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-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 661e25d78..26789ea82 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 - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.osgi org.argeo.osgi.dep.jackrabbit pom - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/server/dep/org.argeo.server.dep.javax/pom.xml b/server/dep/org.argeo.server.dep.javax/pom.xml index 43aec21bd..167842896 100644 --- a/server/dep/org.argeo.server.dep.javax/pom.xml +++ b/server/dep/org.argeo.server.dep.javax/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 0.3.3 + 0.3.4-SNAPSHOT dep .. diff --git a/server/dep/org.argeo.server.dep.tomcat/pom.xml b/server/dep/org.argeo.server.dep.tomcat/pom.xml index 866b3946a..58199c1d0 100644 --- a/server/dep/org.argeo.server.dep.tomcat/pom.xml +++ b/server/dep/org.argeo.server.dep.tomcat/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons.server - 0.3.3 + 0.3.4-SNAPSHOT dep .. @@ -14,7 +14,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom @@ -100,7 +100,7 @@ org.argeo.commons.server org.argeo.server.dep.javax - 0.3.3 + 0.3.4-SNAPSHOT pom test diff --git a/server/dep/pom.xml b/server/dep/pom.xml index 5aa5c68c2..d53f2c398 100644 --- a/server/dep/pom.xml +++ b/server/dep/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT server .. @@ -45,7 +45,7 @@ org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT test diff --git a/server/modules/pom.xml b/server/modules/pom.xml index f4646307e..e605e279f 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-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 3b9f76a13..2ef9fcf6e 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 - 0.3.3 + 0.3.4-SNAPSHOT plugins .. @@ -12,14 +12,14 @@ org.argeo.commons.eclipse org.argeo.eclipse.ui.jcr - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.eclipse org.argeo.eclipse.dep.rcp - 0.3.3 + 0.3.4-SNAPSHOT provided diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index 8e7ca280e..cb21a03e4 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT server .. diff --git a/server/pom.xml b/server/pom.xml index f199ffd06..0461703ec 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT argeo-commons .. diff --git a/server/runtime/org.argeo.server.ads/pom.xml b/server/runtime/org.argeo.server.ads/pom.xml index cb74b115a..db69fe659 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.ads @@ -40,7 +40,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/server/runtime/org.argeo.server.core/pom.xml b/server/runtime/org.argeo.server.core/pom.xml index bb19043b8..0d62e662f 100644 --- a/server/runtime/org.argeo.server.core/pom.xml +++ b/server/runtime/org.argeo.server.core/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.core @@ -40,7 +40,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/server/runtime/org.argeo.server.hibernate/pom.xml b/server/runtime/org.argeo.server.hibernate/pom.xml index 6289e0db3..32caab11e 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.hibernate @@ -40,14 +40,14 @@ org.argeo.commons.server org.argeo.server.core - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server org.argeo.server.dep.hibernate - 0.3.3 + 0.3.4-SNAPSHOT pom diff --git a/server/runtime/org.argeo.server.jackrabbit/pom.xml b/server/runtime/org.argeo.server.jackrabbit/pom.xml index 986602ceb..1b2fe2316 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.jackrabbit @@ -49,17 +49,17 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server org.argeo.server.core - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server org.argeo.server.jcr.mvc - 0.3.3 + 0.3.4-SNAPSHOT @@ -67,7 +67,7 @@ org.argeo.commons.osgi org.argeo.osgi.dep.jackrabbit pom - 0.3.3 + 0.3.4-SNAPSHOT @@ -88,13 +88,13 @@ org.argeo.commons.basic org.argeo.support.junit - 0.3.3 + 0.3.4-SNAPSHOT test org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-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 59fdc5933..128b0996d 100644 --- a/server/runtime/org.argeo.server.jcr.mvc/pom.xml +++ b/server/runtime/org.argeo.server.jcr.mvc/pom.xml @@ -3,7 +3,7 @@ org.argeo.commons.server runtime - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.jcr.mvc @@ -44,13 +44,13 @@ org.argeo.commons.server org.argeo.server.jcr - 0.3.3 + 0.3.4-SNAPSHOT org.argeo.commons.server org.argeo.server.core - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 2c3519d08..b394dddcc 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.jcr @@ -61,7 +61,7 @@ org.argeo.commons.basic org.argeo.basic.nodeps - 0.3.3 + 0.3.4-SNAPSHOT @@ -105,27 +105,27 @@ org.argeo.commons.osgi org.argeo.osgi.dep.jackrabbit - 0.3.3 + 0.3.4-SNAPSHOT pom test org.argeo.commons.basic org.argeo.support.junit - 0.3.3 + 0.3.4-SNAPSHOT test org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom test org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.json/pom.xml b/server/runtime/org.argeo.server.json/pom.xml index 7f66753cd..815eed519 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.json @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 0.3.3 + 0.3.4-SNAPSHOT diff --git a/server/runtime/org.argeo.server.jxl/pom.xml b/server/runtime/org.argeo.server.jxl/pom.xml index 9ffc474e7..3b0216ebf 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.jxl @@ -41,7 +41,7 @@ org.argeo.commons.server org.argeo.server.core - 0.3.3 + 0.3.4-SNAPSHOT @@ -59,7 +59,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom test diff --git a/server/runtime/org.argeo.server.modeshape/pom.xml b/server/runtime/org.argeo.server.modeshape/pom.xml index 73a9fee36..bf76356ad 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.modeshape @@ -40,7 +40,7 @@ org.argeo.commons.server org.argeo.server.jcr - 0.3.3 + 0.3.4-SNAPSHOT @@ -56,7 +56,7 @@ org.argeo.commons.basic org.argeo.basic.dep.log4j - 0.3.3 + 0.3.4-SNAPSHOT pom @@ -64,7 +64,7 @@ org.argeo.commons.osgi org.argeo.osgi.boot - 0.3.3 + 0.3.4-SNAPSHOT test diff --git a/server/runtime/org.argeo.server.webextender/pom.xml b/server/runtime/org.argeo.server.webextender/pom.xml index d35e9ad7a..599c7e132 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 - 0.3.3 + 0.3.4-SNAPSHOT .. org.argeo.server.webextender diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 5aa2f3391..0fe9d29a3 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.argeo.commons - 0.3.3 + 0.3.4-SNAPSHOT server .. -- 2.30.2