From 6e50ada6777af556ba03d2c6e91fde4b2ecb4792 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 1 Mar 2012 20:52:04 +0000 Subject: [PATCH] New Maven guidelines applied git-svn-id: https://svn.argeo.org/slc/trunk@5123 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.slc.dep.backend/pom.xml | 10 +- dep/org.argeo.slc.dep.detached/pom.xml | 4 +- dist/slc-maven/pom.xml | 1 + .../plugins/org.argeo.slc.client.rap/pom.xml | 2 +- .../plugins/org.argeo.slc.client.rcp/pom.xml | 61 +--- .../org.argeo.slc.client.ui.dist/pom.xml | 4 +- .../plugins/org.argeo.slc.client.ui/pom.xml | 6 +- .../META-INF/MANIFEST.MF | 24 +- .../agent/org.argeo.slc.agent.ext.bsf/pom.xml | 30 ++ .../META-INF/MANIFEST.MF | 24 +- .../org.argeo.slc.agent.ext.jdbc/pom.xml | 31 ++ .../META-INF/MANIFEST.MF | 24 +- .../org.argeo.slc.agent.ext.xalan/pom.xml | 30 ++ .../META-INF/MANIFEST.MF | 36 +-- modules/agent/org.argeo.slc.agent.jcr/pom.xml | 28 ++ .../META-INF/MANIFEST.MF | 39 ++- modules/agent/org.argeo.slc.agent.jms/pom.xml | 27 ++ .../org.argeo.slc.agent/META-INF/MANIFEST.MF | 27 +- modules/agent/org.argeo.slc.agent/pom.xml | 12 + .../META-INF/MANIFEST.MF | 57 ++-- .../agent/org.argeo.slc.ext.activemq/pom.xml | 53 ++++ modules/agent/pom.xml | 46 ++- .../META-INF/MANIFEST.MF | 32 +- .../org.argeo.slc.node.jackrabbit/pom.xml | 28 ++ .../META-INF/MANIFEST.MF | 56 ++-- .../org.argeo.slc.server.repo.webapp/pom.xml | 52 ++++ .../META-INF/MANIFEST.MF | 39 ++- .../server/org.argeo.slc.server.repo/pom.xml | 31 ++ modules/server/pom.xml | 45 ++- pom.xml | 294 +++++++++--------- runtime/org.argeo.slc.launcher/pom.xml | 2 +- runtime/org.argeo.slc.lib.detached/pom.xml | 8 +- .../org.argeo.slc.support.activemq/pom.xml | 2 +- runtime/org.argeo.slc.support.ant/pom.xml | 2 +- runtime/org.argeo.slc.support.castor/pom.xml | 4 +- runtime/org.argeo.slc.support.equinox/pom.xml | 4 +- .../org.argeo.slc.support.hibernate/pom.xml | 6 +- runtime/org.argeo.slc.support.jcr/pom.xml | 4 +- runtime/org.argeo.slc.support.maven/pom.xml | 4 +- runtime/org.argeo.slc.support.osgi/pom.xml | 2 +- .../org.argeo.slc.support.ws.client/pom.xml | 4 +- runtime/org.argeo.slc.unit/pom.xml | 6 +- 42 files changed, 787 insertions(+), 414 deletions(-) create mode 100644 modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml create mode 100644 modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml create mode 100644 modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml create mode 100644 modules/agent/org.argeo.slc.agent.jcr/pom.xml create mode 100644 modules/agent/org.argeo.slc.agent.jms/pom.xml create mode 100644 modules/agent/org.argeo.slc.agent/pom.xml create mode 100644 modules/agent/org.argeo.slc.ext.activemq/pom.xml create mode 100644 modules/server/org.argeo.slc.node.jackrabbit/pom.xml create mode 100644 modules/server/org.argeo.slc.server.repo.webapp/pom.xml create mode 100644 modules/server/org.argeo.slc.server.repo/pom.xml diff --git a/dep/org.argeo.slc.dep.backend/pom.xml b/dep/org.argeo.slc.dep.backend/pom.xml index 3c46f14cd..6ee337354 100644 --- a/dep/org.argeo.slc.dep.backend/pom.xml +++ b/dep/org.argeo.slc.dep.backend/pom.xml @@ -92,17 +92,17 @@ org.argeo.slc.modules org.argeo.slc.agent - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.agent.jcr - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.node.jackrabbit - ${version.slc} + 0.13.1-SNAPSHOT @@ -114,12 +114,12 @@ org.argeo.slc.modules org.argeo.slc.server.repo - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.server.repo.webapp - ${version.slc} + 0.13.1-SNAPSHOT diff --git a/dep/org.argeo.slc.dep.detached/pom.xml b/dep/org.argeo.slc.dep.detached/pom.xml index a4b858a82..b5ab5d526 100644 --- a/dep/org.argeo.slc.dep.detached/pom.xml +++ b/dep/org.argeo.slc.dep.detached/pom.xml @@ -15,12 +15,12 @@ org.argeo.slc.runtime org.argeo.slc.detached - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.jemmy - ${version.slc} + 0.13.1-SNAPSHOT diff --git a/dist/slc-maven/pom.xml b/dist/slc-maven/pom.xml index 42d7d13ac..187b944a0 100644 --- a/dist/slc-maven/pom.xml +++ b/dist/slc-maven/pom.xml @@ -14,6 +14,7 @@ org.argeo.slc.runtime org.argeo.slc.support.maven + 0.13.1-SNAPSHOT diff --git a/eclipse/plugins/org.argeo.slc.client.rap/pom.xml b/eclipse/plugins/org.argeo.slc.client.rap/pom.xml index de9dfecb7..6a7e79d7f 100644 --- a/eclipse/plugins/org.argeo.slc.client.rap/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.rap/pom.xml @@ -16,7 +16,7 @@ org.argeo.slc.eclipse org.argeo.slc.client.ui - ${version.slc} + 0.13.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 f025ba72d..85040cbb3 100644 --- a/eclipse/plugins/org.argeo.slc.client.rcp/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.rcp/pom.xml @@ -11,7 +11,6 @@ SLC Client RCP jar - org.argeo.slc.eclipse @@ -20,6 +19,17 @@ + + org.argeo.slc.modules + org.argeo.slc.node.jackrabbit + 0.13.1-SNAPSHOT + + + org.argeo.slc.modules + org.argeo.slc.agent + 0.13.1-SNAPSHOT + + org.argeo.commons.security org.argeo.security.dao.jackrabbit @@ -36,53 +46,6 @@ ${version.argeo-commons} - - - - - - - - - - - - - - - - - - org.argeo.slc.modules - org.argeo.slc.node.jackrabbit - ${version.slc} - - - org.argeo.slc.modules - org.argeo.slc.agent - ${version.slc} - - - - - - - - - - - - - - - - - - - - - - org.argeo.commons.eclipse @@ -94,7 +57,5 @@ org.argeo.security.ui.rcp ${version.argeo-commons} - - 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 6e0d78905..1c16c65e0 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml @@ -36,12 +36,12 @@ org.argeo.slc.runtime org.argeo.slc.repo - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.modules org.argeo.slc.server.repo - ${version.slc} + 0.13.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 2bf2f5c41..2898f9e16 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui/pom.xml +++ b/eclipse/plugins/org.argeo.slc.client.ui/pom.xml @@ -29,18 +29,18 @@ org.argeo.slc.runtime org.argeo.slc.core - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.jcr - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.server - ${version.slc} + 0.13.1-SNAPSHOT diff --git a/modules/agent/org.argeo.slc.agent.ext.bsf/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.ext.bsf/META-INF/MANIFEST.MF index e85e6fb1d..ff66b0d95 100644 --- a/modules/agent/org.argeo.slc.agent.ext.bsf/META-INF/MANIFEST.MF +++ b/modules/agent/org.argeo.slc.agent.ext.bsf/META-INF/MANIFEST.MF @@ -1,7 +1,17 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Fragment-Host: com.springsource.org.apache.bsf -Bundle-Version: 0.13.1.SNAPSHOT -Bundle-SymbolicName: org.argeo.slc.agent.ext.bsf -Import-Package: bsh.util;resolution:=optional, - org.codehaus.groovy.bsf;resolution:=optional +Manifest-Version: 1.0 +Bnd-LastModified: 1330634569947 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Agent BSF Extension +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.agent.ext.bsf +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2142 +Created-By: Apache Maven Bundle Plugin +Fragment-Host: com.springsource.org.apache.bsf +Import-Package: bsh.util;resolution:=optional,org.codehaus.groovy.bsf;re + solution:=optional +Tool: Bnd-1.50.0 diff --git a/modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml b/modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml new file mode 100644 index 000000000..352e66a18 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + org.argeo.slc.modules + agent + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.agent.ext.bsf + SLC Agent BSF Extension + + + + org.apache.felix + maven-bundle-plugin + + + com.springsource.org.apache.bsf + + *, + bsh.util;resolution:=optional, + org.codehaus.groovy.bsf;resolution:=optional + + + + + + + \ No newline at end of file diff --git a/modules/agent/org.argeo.slc.agent.ext.jdbc/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.ext.jdbc/META-INF/MANIFEST.MF index af128346c..fde3e6e73 100644 --- a/modules/agent/org.argeo.slc.agent.ext.jdbc/META-INF/MANIFEST.MF +++ b/modules/agent/org.argeo.slc.agent.ext.jdbc/META-INF/MANIFEST.MF @@ -1,7 +1,17 @@ -Manifest-Version: 1.0 -Fragment-Host: org.springframework.jdbc -Bundle-Version: 0.13.1.SNAPSHOT -Bundle-SymbolicName: org.argeo.slc.agent.ext.jdbc -Import-Package: com.mysql.jdbc;resolution:=optional, - net.sourceforge.jtds.jdbc;resolution:=optional, - org.hsqldb;resolution:=optional +Manifest-Version: 1.0 +Bnd-LastModified: 1330634570312 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Agent JDBC Extension +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.agent.ext.jdbc +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2142 +Created-By: Apache Maven Bundle Plugin +Fragment-Host: org.springframework.jdbc +Import-Package: com.mysql.jdbc;resolution:=optional,net.sourceforge.jtds + .jdbc;resolution:=optional,org.hsqldb;resolution:=optional +Tool: Bnd-1.50.0 diff --git a/modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml b/modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml new file mode 100644 index 000000000..db7098dea --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.ext.jdbc/pom.xml @@ -0,0 +1,31 @@ + + 4.0.0 + + org.argeo.slc.modules + agent + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.agent.ext.jdbc + SLC Agent JDBC Extension + + + + org.apache.felix + maven-bundle-plugin + + + org.springframework.jdbc + + *, + com.mysql.jdbc;resolution:=optional, + net.sourceforge.jtds.jdbc;resolution:=optional, + org.hsqldb;resolution:=optional + + + + + + + \ No newline at end of file diff --git a/modules/agent/org.argeo.slc.agent.ext.xalan/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.ext.xalan/META-INF/MANIFEST.MF index 4e7a4933e..4aab50e15 100644 --- a/modules/agent/org.argeo.slc.agent.ext.xalan/META-INF/MANIFEST.MF +++ b/modules/agent/org.argeo.slc.agent.ext.xalan/META-INF/MANIFEST.MF @@ -1,7 +1,17 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Fragment-Host: com.springsource.org.apache.xalan -Bundle-Version: 0.13.1.SNAPSHOT -Bundle-SymbolicName: org.argeo.slc.agent.ext.xalan -Import-Package: com.sun.org.apache.xml.internal.dtm;resolution:=optional, - org.w3c.dom.traversal;resolution:=optional +Manifest-Version: 1.0 +Bnd-LastModified: 1330634570659 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Agent Xalan Extension +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.agent.ext.xalan +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2142 +Created-By: Apache Maven Bundle Plugin +Fragment-Host: org.argeo.slc.agent.ext.xalan +Import-Package: com.sun.org.apache.xml.internal.dtm;resolution:=optional + ,org.w3c.dom.traversal;resolution:=optional +Tool: Bnd-1.50.0 diff --git a/modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml b/modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml new file mode 100644 index 000000000..0cf316b38 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.ext.xalan/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + org.argeo.slc.modules + agent + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.agent.ext.xalan + SLC Agent Xalan Extension + + + + org.apache.felix + maven-bundle-plugin + + + org.argeo.slc.agent.ext.xalan + + *, + com.sun.org.apache.xml.internal.dtm;resolution:=optional, + org.w3c.dom.traversal;resolution:=optional + + + + + + + \ No newline at end of file diff --git a/modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF index 74d3b33a7..c956f5ca5 100644 --- a/modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF +++ b/modules/agent/org.argeo.slc.agent.jcr/META-INF/MANIFEST.MF @@ -1,18 +1,18 @@ -Manifest-Version: 1.0 -Bundle-Version: 0.13.1.SNAPSHOT -Bundle-SymbolicName: org.argeo.slc.agent.jcr -Bundle-Name: Server JCR -Import-Package: javax.jcr, - org.argeo.jcr, - org.argeo.security, - org.argeo.security.core, - org.argeo.security.jcr, - org.argeo.slc.core.attachment, - org.argeo.slc.core.test.tree, - org.argeo.slc.execution, - org.argeo.slc.jcr, - org.argeo.slc.jcr.execution, - org.argeo.slc.process, - org.argeo.slc.runtime, - org.argeo.slc.test, - org.springframework.security +Manifest-Version: 1.0 +Bnd-LastModified: 1330634569194 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Agent JCR +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.agent.jcr +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2142 +Created-By: Apache Maven Bundle Plugin +Import-Package: javax.jcr,org.argeo.security.core,org.argeo.security.jcr + ,org.argeo.slc.core.attachment,org.argeo.slc.core.test.tree,org.argeo.s + lc.execution,org.argeo.slc.jcr,org.argeo.slc.jcr.execution,org.argeo.sl + c.runtime,org.argeo.slc.test,org.springframework.security +Tool: Bnd-1.50.0 diff --git a/modules/agent/org.argeo.slc.agent.jcr/pom.xml b/modules/agent/org.argeo.slc.agent.jcr/pom.xml new file mode 100644 index 000000000..d57e93f19 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.jcr/pom.xml @@ -0,0 +1,28 @@ + + 4.0.0 + + org.argeo.slc.modules + agent + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.agent.jcr + SLC Agent JCR + + + + org.apache.felix + maven-bundle-plugin + + + + *, + org.argeo.slc.jcr + + + + + + + \ No newline at end of file diff --git a/modules/agent/org.argeo.slc.agent.jms/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.jms/META-INF/MANIFEST.MF index 6fa6ee60c..38dca9988 100644 --- a/modules/agent/org.argeo.slc.agent.jms/META-INF/MANIFEST.MF +++ b/modules/agent/org.argeo.slc.agent.jms/META-INF/MANIFEST.MF @@ -1,20 +1,19 @@ -Manifest-Version: 1.0 -Require-Bundle: org.argeo.slc.specs, - org.argeo.slc.core, - org.argeo.slc.support.activemq, - com.springsource.org.castor;resolution:=optional -Bundle-Version: 0.13.1.SNAPSHOT -Bundle-Name: SLC Agent JMS -Bundle-SymbolicName: org.argeo.slc.agent.jms -Import-Package: bsh.util;resolution:=optional, - javax.jms, - org.apache.activemq, - org.apache.activemq.command, - org.apache.activemq.pool, - org.apache.commons.pool, - org.springframework.beans.factory.config, - org.springframework.jms.connection, - org.springframework.jms.core, - org.springframework.jms.listener, - org.springframework.jms.listener.adapter, - org.springframework.oxm.castor +Manifest-Version: 1.0 +Bnd-LastModified: 1330634569577 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Agent JMS +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.agent.jms +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2142 +Created-By: Apache Maven Bundle Plugin +Import-Package: org.apache.activemq,org.argeo.slc.core.attachment,org.ar + geo.slc.core.test.tree,org.argeo.slc.execution,org.argeo.slc.jms,org.ar + geo.slc.process,org.argeo.slc.test,org.springframework.beans.factory.co + nfig,org.springframework.jms.connection,org.springframework.jms.core,or + g.springframework.jms.listener +Tool: Bnd-1.50.0 diff --git a/modules/agent/org.argeo.slc.agent.jms/pom.xml b/modules/agent/org.argeo.slc.agent.jms/pom.xml new file mode 100644 index 000000000..0c2bea570 --- /dev/null +++ b/modules/agent/org.argeo.slc.agent.jms/pom.xml @@ -0,0 +1,27 @@ + + 4.0.0 + + org.argeo.slc.modules + agent + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.agent.jms + SLC Agent JMS + + + + org.apache.felix + maven-bundle-plugin + + + + *, + + + + + + + \ No newline at end of file diff --git a/modules/agent/org.argeo.slc.agent/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent/META-INF/MANIFEST.MF index 0cdc2e5d0..bb3aa6cf3 100644 --- a/modules/agent/org.argeo.slc.agent/META-INF/MANIFEST.MF +++ b/modules/agent/org.argeo.slc.agent/META-INF/MANIFEST.MF @@ -1,11 +1,16 @@ -Manifest-Version: 1.0 -Require-Bundle: org.argeo.slc.specs, - org.argeo.slc.core, - org.argeo.slc.support.osgi -Bundle-Version: 0.13.1.SNAPSHOT -Bundle-Name: Argeo SLC Agent -Bundle-SymbolicName: org.argeo.slc.agent -Import-Package: org.apache.xalan.processor, - org.apache.xerces.jaxp, - org.argeo.slc.log4j, - org.springframework.beans.factory.config;specification-version="2.5.6.SEC01" +Manifest-Version: 1.0 +Bnd-LastModified: 1330634568374 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Agent +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.agent +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2142 +Created-By: Apache Maven Bundle Plugin +Import-Package: org.argeo.slc.execution,org.argeo.slc.log4j,org.argeo.sl + c.osgi,org.argeo.slc.process,org.springframework.beans.factory.config +Tool: Bnd-1.50.0 diff --git a/modules/agent/org.argeo.slc.agent/pom.xml b/modules/agent/org.argeo.slc.agent/pom.xml new file mode 100644 index 000000000..ccd133cdc --- /dev/null +++ b/modules/agent/org.argeo.slc.agent/pom.xml @@ -0,0 +1,12 @@ + + 4.0.0 + + org.argeo.slc.modules + agent + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.agent + SLC Agent + \ No newline at end of file diff --git a/modules/agent/org.argeo.slc.ext.activemq/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.ext.activemq/META-INF/MANIFEST.MF index 1df9886ab..b48a21c4e 100644 --- a/modules/agent/org.argeo.slc.ext.activemq/META-INF/MANIFEST.MF +++ b/modules/agent/org.argeo.slc.ext.activemq/META-INF/MANIFEST.MF @@ -1,31 +1,26 @@ -Manifest-Version: 1.0 -Bundle-Name: ActiveMQ Ext -Bundle-SymbolicName: org.argeo.slc.ext.activemq -Bundle-Version: 0.13.1.SNAPSHOT -Fragment-Host: org.argeo.dep.osgi.activemq -Import-Package: org.argeo.slc.runtime, - org.argeo.slc.execution, - org.argeo.slc.msg, - org.argeo.slc.build, - org.argeo.slc.core.execution, - org.argeo.slc.core.attachment, - org.argeo.slc.core.execution, - org.argeo.slc.core.structure, - org.argeo.slc.core.structure.tree, - org.argeo.slc.core.test, - org.argeo.slc.core.test.tree, - org.argeo.slc.deploy, - org.argeo.slc.detached;resolution:=optional, - org.argeo.slc.execution, - org.argeo.slc.msg, - org.argeo.slc.msg.build, - org.argeo.slc.msg.event, - org.argeo.slc.msg.process, - org.argeo.slc.msg.test.tree, - org.argeo.slc.process, - org.argeo.slc.runtime, - org.argeo.slc.test, - org.argeo.slc.xml.process;resolution:=optional, - org.argeo.slc.xml.test.tree;resolution:=optional, - org.hibernate.collection;resolution:=optional -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Manifest-Version: 1.0 +Bnd-LastModified: 1330634570999 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC ActiveMQ Extension +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.ext.activemq +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2142 +Created-By: Apache Maven Bundle Plugin +Fragment-Host: org.argeo.dep.osgi.activemq +Import-Package: org.argeo.slc.build,org.argeo.slc.core.attachment,org.ar + geo.slc.core.execution,org.argeo.slc.core.execution,org.argeo.slc.core. + structure,org.argeo.slc.core.structure.tree,org.argeo.slc.core.test,org + .argeo.slc.core.test.tree,org.argeo.slc.deploy,org.argeo.slc.detached;r + esolution:=optional,org.argeo.slc.execution,org.argeo.slc.execution,org + .argeo.slc.msg,org.argeo.slc.msg.build,org.argeo.slc.msg.event,org.arge + o.slc.msg.process,org.argeo.slc.msg.test.tree,org.argeo.slc.msg,org.arg + eo.slc.process,org.argeo.slc.runtime,org.argeo.slc.runtime,org.argeo.sl + c.test,org.argeo.slc.xml.process;resolution:=optional,org.argeo.slc.xml + .test.tree;resolution:=optional,org.hibernate.collection;resolution:=op + tional +Tool: Bnd-1.50.0 diff --git a/modules/agent/org.argeo.slc.ext.activemq/pom.xml b/modules/agent/org.argeo.slc.ext.activemq/pom.xml new file mode 100644 index 000000000..eaa33bc58 --- /dev/null +++ b/modules/agent/org.argeo.slc.ext.activemq/pom.xml @@ -0,0 +1,53 @@ + + 4.0.0 + + org.argeo.slc.modules + agent + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.ext.activemq + SLC ActiveMQ Extension + + + + org.apache.felix + maven-bundle-plugin + + + org.argeo.dep.osgi.activemq + + *, + org.argeo.slc.runtime, + org.argeo.slc.execution, + org.argeo.slc.msg, + org.argeo.slc.build, + org.argeo.slc.core.execution, + org.argeo.slc.core.attachment, + org.argeo.slc.core.execution, + org.argeo.slc.core.structure, + org.argeo.slc.core.structure.tree, + org.argeo.slc.core.test, + org.argeo.slc.core.test.tree, + org.argeo.slc.deploy, + org.argeo.slc.detached;resolution:=optional, + org.argeo.slc.execution, + org.argeo.slc.msg, + org.argeo.slc.msg.build, + org.argeo.slc.msg.event, + org.argeo.slc.msg.process, + org.argeo.slc.msg.test.tree, + org.argeo.slc.process, + org.argeo.slc.runtime, + org.argeo.slc.test, + org.argeo.slc.xml.process;resolution:=optional, + org.argeo.slc.xml.test.tree;resolution:=optional, + org.hibernate.collection;resolution:=optional + + + + + + + \ No newline at end of file diff --git a/modules/agent/pom.xml b/modules/agent/pom.xml index db0c323a8..e56cdac8e 100644 --- a/modules/agent/pom.xml +++ b/modules/agent/pom.xml @@ -8,19 +8,53 @@ org.argeo.slc.modules agent - bundles + pom SLC Modules Agent + + org.argeo.slc.agent + org.argeo.slc.agent.jcr + org.argeo.slc.agent.jms + org.argeo.slc.agent.ext.bsf + org.argeo.slc.agent.ext.jdbc + org.argeo.slc.agent.ext.xalan + org.argeo.slc.ext.activemq + + + + . + + ** + + + .* + pom.xml + build.properties + + + - org.argeo.maven.plugins - maven-argeo-osgi-plugin - true + maven-clean-plugin - org.argeo.slc.modules.agent.bundles - ${timestamp} + + + META-INF + + MANIFEST.MF + + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.felix + maven-bundle-plugin + \ No newline at end of file diff --git a/modules/server/org.argeo.slc.node.jackrabbit/META-INF/MANIFEST.MF b/modules/server/org.argeo.slc.node.jackrabbit/META-INF/MANIFEST.MF index e2da416a0..79b70b4cc 100644 --- a/modules/server/org.argeo.slc.node.jackrabbit/META-INF/MANIFEST.MF +++ b/modules/server/org.argeo.slc.node.jackrabbit/META-INF/MANIFEST.MF @@ -1,15 +1,17 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Node Wrapper -Bundle-SymbolicName: org.argeo.slc.node.jackrabbit -Bundle-Version: 0.13.1.SNAPSHOT -Bundle-Vendor: Argeo -Import-Package: javax.jcr;version="[2.0.0,3.0.0)", - org.argeo.jackrabbit, - org.argeo.security.core, - org.argeo.security.jackrabbit, - org.argeo.slc.jcr, - org.argeo.slc.repo, - org.postgresql;version="[8.3.0,9.0.0)", - org.springframework.beans.factory.config;version="2.5.6.SEC01", - org.springframework.security;version="2.0.6.RELEASE" +Manifest-Version: 1.0 +Bnd-LastModified: 1330634818721 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Node Jackrabbit +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.node.jackrabbit +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2146 +Created-By: Apache Maven Bundle Plugin +Import-Package: javax.jcr,org.argeo.jackrabbit,org.argeo.security.core,o + rg.argeo.slc.jcr,org.springframework.beans.factory.config,org.springfra + mework.security +Tool: Bnd-1.50.0 diff --git a/modules/server/org.argeo.slc.node.jackrabbit/pom.xml b/modules/server/org.argeo.slc.node.jackrabbit/pom.xml new file mode 100644 index 000000000..67509766d --- /dev/null +++ b/modules/server/org.argeo.slc.node.jackrabbit/pom.xml @@ -0,0 +1,28 @@ + + 4.0.0 + + org.argeo.slc.modules + server + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.node.jackrabbit + SLC Node Jackrabbit + + + + org.apache.felix + maven-bundle-plugin + + + + *, + org.argeo.slc.jcr + + + + + + + \ No newline at end of file diff --git a/modules/server/org.argeo.slc.server.repo.webapp/META-INF/MANIFEST.MF b/modules/server/org.argeo.slc.server.repo.webapp/META-INF/MANIFEST.MF index 9a8c42a02..dbe9db04d 100644 --- a/modules/server/org.argeo.slc.server.repo.webapp/META-INF/MANIFEST.MF +++ b/modules/server/org.argeo.slc.server.repo.webapp/META-INF/MANIFEST.MF @@ -1,31 +1,25 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: SLC Repo Webapp -Bundle-SymbolicName: org.argeo.slc.server.repo.webapp -Bundle-Version: 0.13.1.SNAPSHOT -Web-ContextPath: org.argeo.slc.repo.webapp -Bundle-Vendor: Argeo -Import-Package: javax.jcr;version="2.0.0", - javax.servlet, - javax.servlet.http, - javax.servlet.resources, - org.argeo.jcr.mvc, - org.argeo.security.core, - org.argeo.security.jcr, - org.argeo.slc.aether.spring, - org.argeo.slc.repo.maven.proxy, - org.springframework.osgi.web.context.support;version="1.2.1", - org.springframework.security;version="2.0.6.RELEASE", - org.springframework.security.context;version="2.0.6.RELEASE", - org.springframework.security.intercept.web;version="2.0.6.RELEASE", - org.springframework.security.providers.anonymous;version="2.0.6.RELEASE", - org.springframework.security.ui;version="2.0.6.RELEASE", - org.springframework.security.ui.basicauth;version="2.0.6.RELEASE", - org.springframework.security.ui.logout;version="2.0.6.RELEASE", - org.springframework.security.util;version="2.0.6.RELEASE", - org.springframework.security.vote;version="2.0.6.RELEASE", - org.springframework.security.wrapper;version="2.0.6.RELEASE", - org.springframework.web.context;version="2.5.6.SEC01", - org.springframework.web.filter;version="2.5.6.SEC01", - org.springframework.web.servlet;version="2.5.6.SEC01", - org.springframework.web.servlet.handler;version="2.5.6.SEC01" +Manifest-Version: 1.0 +Bnd-LastModified: 1330634820158 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Repo Web App +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.server.repo.webapp +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2146 +Created-By: Apache Maven Bundle Plugin +Import-Package: javax.jcr,javax.servlet,javax.servlet.http,javax.servlet + .resources,org.argeo.jcr.mvc,org.argeo.security.core,org.argeo.security + .jcr,org.argeo.slc.aether.spring,org.argeo.slc.repo.maven.proxy,org.spr + ingframework.osgi.web.context.support,org.springframework.security,org. + springframework.security.context,org.springframework.security.intercept + .web,org.springframework.security.providers.anonymous,org.springframewo + rk.security.ui,org.springframework.security.ui.basicauth,org.springfram + ework.security.ui.logout,org.springframework.security.util,org.springfr + amework.security.vote,org.springframework.security.wrapper,org.springfr + amework.web.context,org.springframework.web.filter,org.springframework. + web.servlet,org.springframework.web.servlet.handler +Tool: Bnd-1.50.0 diff --git a/modules/server/org.argeo.slc.server.repo.webapp/pom.xml b/modules/server/org.argeo.slc.server.repo.webapp/pom.xml new file mode 100644 index 000000000..4da962b39 --- /dev/null +++ b/modules/server/org.argeo.slc.server.repo.webapp/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + + org.argeo.slc.modules + server + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.server.repo.webapp + SLC Repo Web App + + + + org.apache.felix + maven-bundle-plugin + + + + + *, + javax.jcr, + javax.servlet, + javax.servlet.http, + javax.servlet.resources, + org.argeo.jcr.mvc, + org.argeo.security.core, + org.argeo.security.jcr, + org.argeo.slc.aether.spring, + org.argeo.slc.repo.maven.proxy, + org.springframework.osgi.web.context.support, + org.springframework.security, + org.springframework.security.context, + org.springframework.security.intercept.web, + org.springframework.security.providers.anonymous, + org.springframework.security.ui, + org.springframework.security.ui.basicauth, + org.springframework.security.ui.logout, + org.springframework.security.util, + org.springframework.security.vote, + org.springframework.security.wrapper, + org.springframework.web.context, + org.springframework.web.filter, + org.springframework.web.servlet, + org.springframework.web.servlet.handler + + + + + + + \ No newline at end of file diff --git a/modules/server/org.argeo.slc.server.repo/META-INF/MANIFEST.MF b/modules/server/org.argeo.slc.server.repo/META-INF/MANIFEST.MF index bbcba69bb..b4d528c24 100644 --- a/modules/server/org.argeo.slc.server.repo/META-INF/MANIFEST.MF +++ b/modules/server/org.argeo.slc.server.repo/META-INF/MANIFEST.MF @@ -1,20 +1,19 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Repo -Bundle-SymbolicName: org.argeo.slc.server.repo -Bundle-Version: 0.13.1.SNAPSHOT -Import-Package: javax.jcr;version="2.0.0", - org.argeo.jackrabbit, - org.argeo.jcr, - org.argeo.security.core, - org.argeo.security.jcr, - org.argeo.slc.aether, - org.argeo.slc.aether.spring, - org.argeo.slc.jcr, - org.argeo.slc.repo, - org.argeo.slc.repo.maven, - org.argeo.slc.repo.maven.proxy, - org.h2;resolution:=optional, - org.sonatype.aether;version="1.9.0", - org.springframework.beans.factory.config;version="2.5.6.SEC01", - org.springframework.security;version="2.0.6.RELEASE" +Manifest-Version: 1.0 +Bnd-LastModified: 1330634819681 +Build-Jdk: 1.6.0_22 +Built-By: mbaudier +Bundle-DocURL: http://www.argeo.org +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-ManifestVersion: 2 +Bundle-Name: SLC Repo Services +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-SymbolicName: org.argeo.slc.server.repo +Bundle-Vendor: Argeo +Bundle-Version: 0.13.1.SNAPSHOT-r120301_2146 +Created-By: Apache Maven Bundle Plugin +Import-Package: javax.jcr,org.argeo.jackrabbit,org.argeo.jcr,org.argeo.s + ecurity.core,org.argeo.security.jcr,org.argeo.slc.aether.spring,org.arg + eo.slc.jcr,org.argeo.slc.repo,org.argeo.slc.repo.maven.proxy,org.h2;res + olution:=optional,org.springframework.beans.factory.config,org.springfr + amework.security +Tool: Bnd-1.50.0 diff --git a/modules/server/org.argeo.slc.server.repo/pom.xml b/modules/server/org.argeo.slc.server.repo/pom.xml new file mode 100644 index 000000000..a6f0fecff --- /dev/null +++ b/modules/server/org.argeo.slc.server.repo/pom.xml @@ -0,0 +1,31 @@ + + 4.0.0 + + org.argeo.slc.modules + server + 0.13.1-SNAPSHOT + .. + + org.argeo.slc.server.repo + SLC Repo Services + + + + org.apache.felix + maven-bundle-plugin + + + + *, + org.argeo.jcr, + org.argeo.slc.jcr, + org.argeo.slc.repo, + org.h2;resolution:=optional, + + + + + + + \ No newline at end of file diff --git a/modules/server/pom.xml b/modules/server/pom.xml index a8e28085f..3ee6e81de 100644 --- a/modules/server/pom.xml +++ b/modules/server/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.slc @@ -8,19 +9,49 @@ org.argeo.slc.modules server - bundles + pom SLC Modules Server + + org.argeo.slc.node.jackrabbit + org.argeo.slc.server.repo + org.argeo.slc.server.repo.webapp + + + + . + + ** + + + .* + pom.xml + build.properties + + + - org.argeo.maven.plugins - maven-argeo-osgi-plugin - true + maven-clean-plugin - org.argeo.slc.modules.server.bundles - ${timestamp} + + + META-INF + + MANIFEST.MF + + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.felix + maven-bundle-plugin + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 78511d151..53432c442 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 0.13 file:///srv/projects/www/slc/site http://projects.argeo.org/slc/site - ${developmentCycle.slc}.1-SNAPSHOT + runtime @@ -108,16 +108,16 @@ limitations under the License. - - org.eclipse.core - org.eclipse.core.databinding.observable - 1.3.0 - - - org.eclipse.core - org.eclipse.core.databinding.property - 1.3.0 - + + + + + + + + + + @@ -129,143 +129,143 @@ limitations under the License. - - org.argeo.slc.runtime - org.argeo.slc.specs - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.core - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.unit - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.launcher - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.detached - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.lib.detached - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.simple - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.ant - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.maven - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.hibernate - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.castor - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.activemq - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.jcr - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.server - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.osgi - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.equinox - ${version.slc} - - - org.argeo.slc.runtime - org.argeo.slc.support.jemmy - ${version.slc} - - - org.argeo.slc.server - org.argeo.slc.ria - ${version.slc} - - - org.argeo.ria - org.argeo.ria.core - ${version.argeo-ria} - - - org.argeo.slc.server - deploy - ${version.slc} - pom - - - - org.argeo.slc.runtime - org.argeo.slc.detached.launcher - ${version.slc} - tar.gz - dist - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.argeo.commons.security - org.argeo.security.dep.ads - ${version.argeo-commons} - pom - - - org.argeo.commons.osgi - org.argeo.osgi.boot - ${version.argeo-commons} - - - org.argeo.commons.server - org.argeo.server.ads - ${version.argeo-commons} - - - org.argeo.commons.server - org.argeo.server.dep.jackrabbit.server - ${version.argeo-commons} - pom - - - org.argeo.commons.server - org.argeo.server.jackrabbit - ${version.argeo-commons} - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/runtime/org.argeo.slc.launcher/pom.xml b/runtime/org.argeo.slc.launcher/pom.xml index 9942c9269..cbd9139b4 100644 --- a/runtime/org.argeo.slc.launcher/pom.xml +++ b/runtime/org.argeo.slc.launcher/pom.xml @@ -75,7 +75,7 @@ org.argeo.slc.runtime org.argeo.slc.core - ${version.slc} + 0.13.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 dcbe1c460..9338587e1 100644 --- a/runtime/org.argeo.slc.lib.detached/pom.xml +++ b/runtime/org.argeo.slc.lib.detached/pom.xml @@ -31,24 +31,24 @@ org.argeo.slc.runtime org.argeo.slc.support.simple - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.detached - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.castor - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.unit - ${version.slc} + 0.13.1-SNAPSHOT test diff --git a/runtime/org.argeo.slc.support.activemq/pom.xml b/runtime/org.argeo.slc.support.activemq/pom.xml index 6708d4df4..f49ce6a37 100644 --- a/runtime/org.argeo.slc.support.activemq/pom.xml +++ b/runtime/org.argeo.slc.support.activemq/pom.xml @@ -31,7 +31,7 @@ org.argeo.slc.runtime org.argeo.slc.core - ${version.slc} + 0.13.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.ant/pom.xml b/runtime/org.argeo.slc.support.ant/pom.xml index 43dfef628..b19f5b227 100644 --- a/runtime/org.argeo.slc.support.ant/pom.xml +++ b/runtime/org.argeo.slc.support.ant/pom.xml @@ -31,7 +31,7 @@ org.argeo.slc.runtime org.argeo.slc.core - ${version.slc} + 0.13.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.castor/pom.xml b/runtime/org.argeo.slc.support.castor/pom.xml index 4ea5a34f2..858869099 100644 --- a/runtime/org.argeo.slc.support.castor/pom.xml +++ b/runtime/org.argeo.slc.support.castor/pom.xml @@ -63,7 +63,7 @@ org.argeo.slc.runtime org.argeo.slc.core - ${version.slc} + 0.13.1-SNAPSHOT @@ -91,7 +91,7 @@ org.argeo.slc.runtime org.argeo.slc.unit test - ${version.slc} + 0.13.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 aa0927259..8e6ca0f45 100644 --- a/runtime/org.argeo.slc.support.equinox/pom.xml +++ b/runtime/org.argeo.slc.support.equinox/pom.xml @@ -44,7 +44,7 @@ org.argeo.slc.runtime org.argeo.slc.support.osgi - ${version.slc} + 0.13.1-SNAPSHOT @@ -57,7 +57,7 @@ org.argeo.slc.runtime org.argeo.slc.unit test - ${version.slc} + 0.13.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 9508df532..7592946e8 100644 --- a/runtime/org.argeo.slc.support.hibernate/pom.xml +++ b/runtime/org.argeo.slc.support.hibernate/pom.xml @@ -29,7 +29,7 @@ org.argeo.slc.runtime org.argeo.slc.core - ${version.slc} + 0.13.1-SNAPSHOT @@ -69,14 +69,14 @@ org.argeo.slc.runtime org.argeo.slc.unit test - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.castor test - ${version.slc} + 0.13.1-SNAPSHOT diff --git a/runtime/org.argeo.slc.support.jcr/pom.xml b/runtime/org.argeo.slc.support.jcr/pom.xml index f946f1fef..135407c46 100644 --- a/runtime/org.argeo.slc.support.jcr/pom.xml +++ b/runtime/org.argeo.slc.support.jcr/pom.xml @@ -32,7 +32,7 @@ org.argeo.slc.runtime org.argeo.slc.core - ${version.slc} + 0.13.1-SNAPSHOT @@ -46,7 +46,7 @@ org.argeo.slc.runtime org.argeo.slc.unit test - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.commons.server diff --git a/runtime/org.argeo.slc.support.maven/pom.xml b/runtime/org.argeo.slc.support.maven/pom.xml index 5d247502a..348c96c80 100644 --- a/runtime/org.argeo.slc.support.maven/pom.xml +++ b/runtime/org.argeo.slc.support.maven/pom.xml @@ -67,12 +67,12 @@ org.argeo.slc.runtime org.argeo.slc.specs - ${version.slc} + 0.13.1-SNAPSHOT org.argeo.slc.runtime org.argeo.slc.support.aether - ${version.slc} + 0.13.1-SNAPSHOT -- 2.39.2