From ad42a84b78e26be716e2bf42ef1b7208bc021a7d Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 27 Jun 2012 10:31:39 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.argeo.org/slc/trunk@5370 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- demo/modules/org.argeo.slc.demo.ant/pom.xml | 2 +- demo/modules/org.argeo.slc.demo.basic/pom.xml | 2 +- demo/modules/org.argeo.slc.demo.det/pom.xml | 2 +- .../org.argeo.slc.demo.detached/pom.xml | 2 +- demo/modules/org.argeo.slc.demo.maven/pom.xml | 2 +- .../org.argeo.slc.demo.minimal/pom.xml | 2 +- demo/modules/pom.xml | 2 +- demo/pom.xml | 2 +- dep/org.argeo.slc.dep.backend/pom.xml | 30 +++++++++---------- dep/org.argeo.slc.dep.detached/pom.xml | 6 ++-- dep/org.argeo.slc.dep.eclipse/pom.xml | 8 ++--- dep/org.argeo.slc.dep.rap/pom.xml | 6 ++-- dep/org.argeo.slc.dep.rcp/pom.xml | 8 ++--- dep/pom.xml | 6 ++-- dist/pom.xml | 2 +- dist/slc-maven/pom.xml | 4 +-- dist/slc/pom.xml | 2 +- .../plugins/org.argeo.slc.client.rap/pom.xml | 4 +-- .../plugins/org.argeo.slc.client.rcp/pom.xml | 8 ++--- .../org.argeo.slc.client.ui.dist/pom.xml | 6 ++-- .../plugins/org.argeo.slc.client.ui/pom.xml | 8 ++--- eclipse/plugins/pom.xml | 2 +- eclipse/pom.xml | 2 +- .../agent/org.argeo.slc.agent.ext.bsf/pom.xml | 2 +- .../org.argeo.slc.agent.ext.jdbc/pom.xml | 2 +- .../org.argeo.slc.agent.ext.xalan/pom.xml | 2 +- modules/agent/org.argeo.slc.agent.jcr/pom.xml | 2 +- modules/agent/org.argeo.slc.agent.jms/pom.xml | 2 +- modules/agent/org.argeo.slc.agent/pom.xml | 2 +- .../agent/org.argeo.slc.ext.activemq/pom.xml | 2 +- modules/agent/pom.xml | 2 +- modules/pom.xml | 2 +- .../org.argeo.slc.node.jackrabbit/pom.xml | 2 +- .../org.argeo.slc.server.repo.webapp/pom.xml | 2 +- .../server/org.argeo.slc.server.repo/pom.xml | 2 +- modules/server/pom.xml | 2 +- pom.xml | 8 ++--- runtime/org.argeo.slc.core/pom.xml | 4 +-- .../org.argeo.slc.detached.launcher/pom.xml | 2 +- runtime/org.argeo.slc.detached/pom.xml | 2 +- runtime/org.argeo.slc.launcher/pom.xml | 4 +-- runtime/org.argeo.slc.lib.detached/pom.xml | 10 +++---- runtime/org.argeo.slc.repo/pom.xml | 6 ++-- runtime/org.argeo.slc.server/pom.xml | 4 +-- runtime/org.argeo.slc.specs/pom.xml | 2 +- .../org.argeo.slc.support.activemq/pom.xml | 4 +-- runtime/org.argeo.slc.support.aether/pom.xml | 4 +-- runtime/org.argeo.slc.support.ant/pom.xml | 4 +-- runtime/org.argeo.slc.support.castor/pom.xml | 6 ++-- runtime/org.argeo.slc.support.equinox/pom.xml | 6 ++-- .../org.argeo.slc.support.hibernate/pom.xml | 8 ++--- runtime/org.argeo.slc.support.jcr/pom.xml | 6 ++-- runtime/org.argeo.slc.support.jemmy/pom.xml | 2 +- runtime/org.argeo.slc.support.maven/pom.xml | 6 ++-- runtime/org.argeo.slc.support.osgi/pom.xml | 4 +-- runtime/org.argeo.slc.support.simple/pom.xml | 4 +-- .../org.argeo.slc.support.ws.client/pom.xml | 6 ++-- runtime/org.argeo.slc.unit/pom.xml | 8 ++--- runtime/pom.xml | 2 +- 59 files changed, 128 insertions(+), 128 deletions(-) diff --git a/demo/modules/org.argeo.slc.demo.ant/pom.xml b/demo/modules/org.argeo.slc.demo.ant/pom.xml index 1bdea51f6..b9cdc150d 100644 --- a/demo/modules/org.argeo.slc.demo.ant/pom.xml +++ b/demo/modules/org.argeo.slc.demo.ant/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.demo modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.demo.ant diff --git a/demo/modules/org.argeo.slc.demo.basic/pom.xml b/demo/modules/org.argeo.slc.demo.basic/pom.xml index 34c1e5ffd..d2c73767f 100644 --- a/demo/modules/org.argeo.slc.demo.basic/pom.xml +++ b/demo/modules/org.argeo.slc.demo.basic/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.demo modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.demo.basic diff --git a/demo/modules/org.argeo.slc.demo.det/pom.xml b/demo/modules/org.argeo.slc.demo.det/pom.xml index 04f1ea4a7..db8d882a3 100644 --- a/demo/modules/org.argeo.slc.demo.det/pom.xml +++ b/demo/modules/org.argeo.slc.demo.det/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.demo modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.demo.det diff --git a/demo/modules/org.argeo.slc.demo.detached/pom.xml b/demo/modules/org.argeo.slc.demo.detached/pom.xml index dd1b10b8f..ed4cc1123 100644 --- a/demo/modules/org.argeo.slc.demo.detached/pom.xml +++ b/demo/modules/org.argeo.slc.demo.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.demo modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.demo.detached diff --git a/demo/modules/org.argeo.slc.demo.maven/pom.xml b/demo/modules/org.argeo.slc.demo.maven/pom.xml index 4a591cefe..899808f2c 100644 --- a/demo/modules/org.argeo.slc.demo.maven/pom.xml +++ b/demo/modules/org.argeo.slc.demo.maven/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.demo modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.demo.maven diff --git a/demo/modules/org.argeo.slc.demo.minimal/pom.xml b/demo/modules/org.argeo.slc.demo.minimal/pom.xml index dc533ee4c..0bd6e17ba 100644 --- a/demo/modules/org.argeo.slc.demo.minimal/pom.xml +++ b/demo/modules/org.argeo.slc.demo.minimal/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.demo modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.demo.minimal diff --git a/demo/modules/pom.xml b/demo/modules/pom.xml index 07f66c61a..6253527d3 100644 --- a/demo/modules/pom.xml +++ b/demo/modules/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc demo - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.demo diff --git a/demo/pom.xml b/demo/pom.xml index db1d76da4..b3aa65175 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc diff --git a/dep/org.argeo.slc.dep.backend/pom.xml b/dep/org.argeo.slc.dep.backend/pom.xml index f8810b072..0c86a2b29 100644 --- a/dep/org.argeo.slc.dep.backend/pom.xml +++ b/dep/org.argeo.slc.dep.backend/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.14.2 + 1.1.1-SNAPSHOT .. @@ -33,78 +33,78 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.simple - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.ant - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.jcr - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.activemq - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.server - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.equinox - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.agent - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.agent.jcr - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.node.jackrabbit - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.repo - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.server.repo - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.server.repo.webapp - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.launcher - 0.14.2 + 1.1.1-SNAPSHOT tar.gz base diff --git a/dep/org.argeo.slc.dep.detached/pom.xml b/dep/org.argeo.slc.dep.detached/pom.xml index c86f9354f..c93c03d21 100644 --- a/dep/org.argeo.slc.dep.detached/pom.xml +++ b/dep/org.argeo.slc.dep.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.dep @@ -14,12 +14,12 @@ org.argeo.slc.runtime org.argeo.slc.detached - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.jemmy - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/dep/org.argeo.slc.dep.eclipse/pom.xml b/dep/org.argeo.slc.dep.eclipse/pom.xml index 385694273..d98ed54ad 100644 --- a/dep/org.argeo.slc.dep.eclipse/pom.xml +++ b/dep/org.argeo.slc.dep.eclipse/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.dep @@ -30,19 +30,19 @@ org.argeo.slc.eclipse org.argeo.slc.client.ui - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.eclipse org.argeo.slc.client.ui.dist - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.dep org.argeo.slc.dep.backend - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/dep/org.argeo.slc.dep.rap/pom.xml b/dep/org.argeo.slc.dep.rap/pom.xml index 2ec271679..0cda6cf3d 100644 --- a/dep/org.argeo.slc.dep.rap/pom.xml +++ b/dep/org.argeo.slc.dep.rap/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.dep @@ -30,12 +30,12 @@ org.argeo.slc.dep org.argeo.slc.dep.eclipse - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.eclipse org.argeo.slc.client.rap - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/dep/org.argeo.slc.dep.rcp/pom.xml b/dep/org.argeo.slc.dep.rcp/pom.xml index 419b91946..449b9383b 100644 --- a/dep/org.argeo.slc.dep.rcp/pom.xml +++ b/dep/org.argeo.slc.dep.rcp/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.dep @@ -31,12 +31,12 @@ org.argeo.slc.dep org.argeo.slc.dep.eclipse - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.eclipse org.argeo.slc.client.rcp - 0.14.2 + 1.1.1-SNAPSHOT @@ -50,7 +50,7 @@ org.argeo.slc.runtime org.argeo.slc.unit - 0.14.2 + 1.1.1-SNAPSHOT test diff --git a/dep/pom.xml b/dep/pom.xml index ffaf58ff1..25eef453b 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.14.2 + 1.1.1-SNAPSHOT .. dep @@ -37,13 +37,13 @@ org.argeo.slc.runtime org.argeo.slc.unit - 0.14.2 + 1.1.1-SNAPSHOT test org.argeo.slc.runtime org.argeo.slc.support.maven - 0.14.2 + 1.1.1-SNAPSHOT test diff --git a/dist/pom.xml b/dist/pom.xml index a3d49b9e9..5c7530580 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc diff --git a/dist/slc-maven/pom.xml b/dist/slc-maven/pom.xml index d7e7f84b7..00465edc2 100644 --- a/dist/slc-maven/pom.xml +++ b/dist/slc-maven/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dist - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.dist slc-maven @@ -13,7 +13,7 @@ org.argeo.slc.runtime org.argeo.slc.support.maven - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/dist/slc/pom.xml b/dist/slc/pom.xml index 1fc996651..1d8584af2 100644 --- a/dist/slc/pom.xml +++ b/dist/slc/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dist - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.dist slc diff --git a/eclipse/plugins/org.argeo.slc.client.rap/pom.xml b/eclipse/plugins/org.argeo.slc.client.rap/pom.xml index f9ba76902..675ba8e0f 100644 --- a/eclipse/plugins/org.argeo.slc.client.rap/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.rap/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.eclipse plugins - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.client.rap @@ -15,7 +15,7 @@ org.argeo.slc.eclipse org.argeo.slc.client.ui - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/eclipse/plugins/org.argeo.slc.client.rcp/pom.xml b/eclipse/plugins/org.argeo.slc.client.rcp/pom.xml index 9b5cd288f..d3c619331 100644 --- a/eclipse/plugins/org.argeo.slc.client.rcp/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.rcp/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.eclipse plugins - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.client.rcp @@ -14,19 +14,19 @@ org.argeo.slc.eclipse org.argeo.slc.client.ui - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.node.jackrabbit - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.agent - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml b/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml index 7e9d05e5c..6e4bb1c6c 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.eclipse plugins - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.client.ui.dist @@ -35,12 +35,12 @@ org.argeo.slc.runtime org.argeo.slc.repo - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.server.repo - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/eclipse/plugins/org.argeo.slc.client.ui/pom.xml b/eclipse/plugins/org.argeo.slc.client.ui/pom.xml index 586bab5c9..c3b90e648 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.ui/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.eclipse plugins - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.client.ui @@ -28,18 +28,18 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.jcr - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.server - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/eclipse/plugins/pom.xml b/eclipse/plugins/pom.xml index 24ea50deb..eb3c3df1c 100644 --- a/eclipse/plugins/pom.xml +++ b/eclipse/plugins/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc eclipse - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.eclipse plugins diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 064e0a7f3..032b0ab48 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -4,7 +4,7 @@ org.argeo.slc argeo-slc - 0.14.2 + 1.1.1-SNAPSHOT .. eclipse diff --git a/modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml b/modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml index f6efd5e3f..37325cb6d 100644 --- a/modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml +++ b/modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules agent - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.agent.ext.bsf diff --git a/modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml b/modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml index cc13e9094..2e02d0d78 100644 --- a/modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml +++ b/modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules agent - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.agent.ext.jdbc diff --git a/modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml b/modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml index fa750bde2..cef47c428 100644 --- a/modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml +++ b/modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules agent - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.agent.ext.xalan diff --git a/modules/agent/org.argeo.slc.agent.jcr/pom.xml b/modules/agent/org.argeo.slc.agent.jcr/pom.xml index e61973905..4c05309de 100644 --- a/modules/agent/org.argeo.slc.agent.jcr/pom.xml +++ b/modules/agent/org.argeo.slc.agent.jcr/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules agent - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.agent.jcr diff --git a/modules/agent/org.argeo.slc.agent.jms/pom.xml b/modules/agent/org.argeo.slc.agent.jms/pom.xml index 1af61488c..187c2c698 100644 --- a/modules/agent/org.argeo.slc.agent.jms/pom.xml +++ b/modules/agent/org.argeo.slc.agent.jms/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules agent - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.agent.jms diff --git a/modules/agent/org.argeo.slc.agent/pom.xml b/modules/agent/org.argeo.slc.agent/pom.xml index ce3316020..21f5ae7a4 100644 --- a/modules/agent/org.argeo.slc.agent/pom.xml +++ b/modules/agent/org.argeo.slc.agent/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules agent - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.agent diff --git a/modules/agent/org.argeo.slc.ext.activemq/pom.xml b/modules/agent/org.argeo.slc.ext.activemq/pom.xml index f97dd4c3b..a669039b2 100644 --- a/modules/agent/org.argeo.slc.ext.activemq/pom.xml +++ b/modules/agent/org.argeo.slc.ext.activemq/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules agent - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.ext.activemq diff --git a/modules/agent/pom.xml b/modules/agent/pom.xml index d1cdabc08..b1bcb380d 100644 --- a/modules/agent/pom.xml +++ b/modules/agent/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.modules diff --git a/modules/pom.xml b/modules/pom.xml index 208bdcb8d..7d384feb2 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.14.2 + 1.1.1-SNAPSHOT .. modules diff --git a/modules/server/org.argeo.slc.node.jackrabbit/pom.xml b/modules/server/org.argeo.slc.node.jackrabbit/pom.xml index b97d9dcd0..4847a6679 100644 --- a/modules/server/org.argeo.slc.node.jackrabbit/pom.xml +++ b/modules/server/org.argeo.slc.node.jackrabbit/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules server - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.node.jackrabbit diff --git a/modules/server/org.argeo.slc.server.repo.webapp/pom.xml b/modules/server/org.argeo.slc.server.repo.webapp/pom.xml index 44c0672c5..328f8d5be 100644 --- a/modules/server/org.argeo.slc.server.repo.webapp/pom.xml +++ b/modules/server/org.argeo.slc.server.repo.webapp/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules server - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.server.repo.webapp diff --git a/modules/server/org.argeo.slc.server.repo/pom.xml b/modules/server/org.argeo.slc.server.repo/pom.xml index e47b223ba..49dd07fa9 100644 --- a/modules/server/org.argeo.slc.server.repo/pom.xml +++ b/modules/server/org.argeo.slc.server.repo/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc.modules server - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.server.repo diff --git a/modules/server/pom.xml b/modules/server/pom.xml index c4d006fcd..10ef56072 100644 --- a/modules/server/pom.xml +++ b/modules/server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc modules - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.modules diff --git a/pom.xml b/pom.xml index 34b67e1e0..64c3d592b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ argeo-slc pom Argeo SLC - 0.14.2 + 1.1.1-SNAPSHOT 0.14 2012-06-19 @@ -28,9 +28,9 @@ ${site.urlBase}/${developmentCycle.slc} - scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-0.14.2 - scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-0.14.2 - https://svn.argeo.org/slc/tags/argeo-slc-0.14.2 + scm:svn:https://svn.argeo.org/slc/trunk + scm:svn:https://svn.argeo.org/slc/trunk + https://svn.argeo.org/slc/trunk 2007 diff --git a/runtime/org.argeo.slc.core/pom.xml b/runtime/org.argeo.slc.core/pom.xml index 7768e5155..e8978de69 100644 --- a/runtime/org.argeo.slc.core/pom.xml +++ b/runtime/org.argeo.slc.core/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -39,7 +39,7 @@ org.argeo.slc.runtime org.argeo.slc.specs - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.detached.launcher/pom.xml b/runtime/org.argeo.slc.detached.launcher/pom.xml index 4605d4786..d7b8f3e2a 100644 --- a/runtime/org.argeo.slc.detached.launcher/pom.xml +++ b/runtime/org.argeo.slc.detached.launcher/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.detached/pom.xml b/runtime/org.argeo.slc.detached/pom.xml index c096fab95..6b08142aa 100644 --- a/runtime/org.argeo.slc.detached/pom.xml +++ b/runtime/org.argeo.slc.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.launcher/pom.xml b/runtime/org.argeo.slc.launcher/pom.xml index 4edc79979..544930149 100644 --- a/runtime/org.argeo.slc.launcher/pom.xml +++ b/runtime/org.argeo.slc.launcher/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -75,7 +75,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.commons.osgi diff --git a/runtime/org.argeo.slc.lib.detached/pom.xml b/runtime/org.argeo.slc.lib.detached/pom.xml index 95280138d..fb6e2f91d 100644 --- a/runtime/org.argeo.slc.lib.detached/pom.xml +++ b/runtime/org.argeo.slc.lib.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -30,24 +30,24 @@ org.argeo.slc.runtime org.argeo.slc.support.simple - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.detached - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.castor - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.unit - 0.14.2 + 1.1.1-SNAPSHOT test diff --git a/runtime/org.argeo.slc.repo/pom.xml b/runtime/org.argeo.slc.repo/pom.xml index 62229f62f..c1ecc2261 100644 --- a/runtime/org.argeo.slc.repo/pom.xml +++ b/runtime/org.argeo.slc.repo/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -31,12 +31,12 @@ org.argeo.slc.runtime org.argeo.slc.support.aether - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.jcr - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.server/pom.xml b/runtime/org.argeo.slc.server/pom.xml index 4f73421d5..bce230f7e 100644 --- a/runtime/org.argeo.slc.server/pom.xml +++ b/runtime/org.argeo.slc.server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -48,7 +48,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.specs/pom.xml b/runtime/org.argeo.slc.specs/pom.xml index 471ce954d..bd29e50b1 100644 --- a/runtime/org.argeo.slc.specs/pom.xml +++ b/runtime/org.argeo.slc.specs/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.activemq/pom.xml b/runtime/org.argeo.slc.support.activemq/pom.xml index fa2146618..5a049f60c 100644 --- a/runtime/org.argeo.slc.support.activemq/pom.xml +++ b/runtime/org.argeo.slc.support.activemq/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -30,7 +30,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.aether/pom.xml b/runtime/org.argeo.slc.support.aether/pom.xml index a59ae3a15..aab31cb18 100644 --- a/runtime/org.argeo.slc.support.aether/pom.xml +++ b/runtime/org.argeo.slc.support.aether/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -29,7 +29,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.ant/pom.xml b/runtime/org.argeo.slc.support.ant/pom.xml index 4cadd8957..ede0f88f3 100644 --- a/runtime/org.argeo.slc.support.ant/pom.xml +++ b/runtime/org.argeo.slc.support.ant/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -30,7 +30,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.castor/pom.xml b/runtime/org.argeo.slc.support.castor/pom.xml index 8667587ea..d588c1397 100644 --- a/runtime/org.argeo.slc.support.castor/pom.xml +++ b/runtime/org.argeo.slc.support.castor/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -62,7 +62,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT @@ -90,7 +90,7 @@ org.argeo.slc.runtime org.argeo.slc.unit test - 0.14.2 + 1.1.1-SNAPSHOT \ No newline at end of file diff --git a/runtime/org.argeo.slc.support.equinox/pom.xml b/runtime/org.argeo.slc.support.equinox/pom.xml index a6e792976..6cfb0c501 100644 --- a/runtime/org.argeo.slc.support.equinox/pom.xml +++ b/runtime/org.argeo.slc.support.equinox/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -43,7 +43,7 @@ org.argeo.slc.runtime org.argeo.slc.support.osgi - 0.14.2 + 1.1.1-SNAPSHOT @@ -56,7 +56,7 @@ org.argeo.slc.runtime org.argeo.slc.unit test - 0.14.2 + 1.1.1-SNAPSHOT \ No newline at end of file diff --git a/runtime/org.argeo.slc.support.hibernate/pom.xml b/runtime/org.argeo.slc.support.hibernate/pom.xml index be6dcf725..158c494b6 100644 --- a/runtime/org.argeo.slc.support.hibernate/pom.xml +++ b/runtime/org.argeo.slc.support.hibernate/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -28,7 +28,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT @@ -68,14 +68,14 @@ org.argeo.slc.runtime org.argeo.slc.unit test - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.castor test - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.jcr/pom.xml b/runtime/org.argeo.slc.support.jcr/pom.xml index 721745d4f..4bd89b1fe 100644 --- a/runtime/org.argeo.slc.support.jcr/pom.xml +++ b/runtime/org.argeo.slc.support.jcr/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -31,7 +31,7 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT @@ -45,7 +45,7 @@ org.argeo.slc.runtime org.argeo.slc.unit test - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.commons.server diff --git a/runtime/org.argeo.slc.support.jemmy/pom.xml b/runtime/org.argeo.slc.support.jemmy/pom.xml index f9c672e87..aa4c760bc 100644 --- a/runtime/org.argeo.slc.support.jemmy/pom.xml +++ b/runtime/org.argeo.slc.support.jemmy/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.maven/pom.xml b/runtime/org.argeo.slc.support.maven/pom.xml index f01abe24e..447896221 100644 --- a/runtime/org.argeo.slc.support.maven/pom.xml +++ b/runtime/org.argeo.slc.support.maven/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -66,12 +66,12 @@ org.argeo.slc.runtime org.argeo.slc.specs - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.aether - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.ws.client/pom.xml b/runtime/org.argeo.slc.support.ws.client/pom.xml index 510dfb8bb..f22f5cc7e 100644 --- a/runtime/org.argeo.slc.support.ws.client/pom.xml +++ b/runtime/org.argeo.slc.support.ws.client/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -37,12 +37,12 @@ org.argeo.slc.runtime org.argeo.slc.support.simple - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.castor - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.unit/pom.xml b/runtime/org.argeo.slc.unit/pom.xml index 377064425..fe927302c 100644 --- a/runtime/org.argeo.slc.unit/pom.xml +++ b/runtime/org.argeo.slc.unit/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc.runtime @@ -37,12 +37,12 @@ org.argeo.slc.runtime org.argeo.slc.core - 0.14.2 + 1.1.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.simple - 0.14.2 + 1.1.1-SNAPSHOT org.junit @@ -88,7 +88,7 @@ org.argeo.slc.runtime org.argeo.slc.launcher - 0.14.2 + 1.1.1-SNAPSHOT diff --git a/runtime/pom.xml b/runtime/pom.xml index 5d55eaeb8..e68f347e7 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.14.2 + 1.1.1-SNAPSHOT .. org.argeo.slc -- 2.39.2