diff --git a/voila-runtime-batch/pom.xml b/voila-runtime-batch/pom.xml index cbc86aa9c376cfc7e3da2b4eec1e378a7f529460..70c197c5781acffd1e264e9ce62b5e9d8eb9e6f2 100644 --- a/voila-runtime-batch/pom.xml +++ b/voila-runtime-batch/pom.xml @@ -1,14 +1,15 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml voila-runtime-batch Java framework Spring Batch runtime module - 1.0 + ${project.parent.version} Java framework Spring Batch runtime module 2.1.9.RELEASE diff --git a/voila-runtime-core/pom.xml b/voila-runtime-core/pom.xml index 1d54acea3a516db9d0336d8ed296a50716efc5f0..aededbe2148f1b08fa16465333d313e41d1f0781 100644 --- a/voila-runtime-core/pom.xml +++ b/voila-runtime-core/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-core Java framework Spring Core runtime module - 1.0 + ${project.parent.version} log4j diff --git a/voila-runtime-displaytag/pom.xml b/voila-runtime-displaytag/pom.xml index a8105188b60914f73cfceb5efe3a06bbfe1ccad7..4ce6632de2b9cf8f3b7646f19f8194f3323dd605 100644 --- a/voila-runtime-displaytag/pom.xml +++ b/voila-runtime-displaytag/pom.xml @@ -1,14 +1,16 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-displaytag Java framework Spring Displaytag runtime module - 1.0 + ${project.parent.version} it.micegroup.displaytag diff --git a/voila-runtime-dwrajax/pom.xml b/voila-runtime-dwrajax/pom.xml index 7c662b8360a5213711c3f95f9d8256bc965779a4..b591cce2df9ebea8ccfa43acc1b2ad710017309c 100644 --- a/voila-runtime-dwrajax/pom.xml +++ b/voila-runtime-dwrajax/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-dwrajax Java framework Spring DWR AJAX runtime module - 1.0 + ${project.parent.version} diff --git a/voila-runtime-hibernate-search/pom.xml b/voila-runtime-hibernate-search/pom.xml index bcde69bd95ccbf1b5eb89da55f28a27c029c521c..51b5ee3824cab6c819fa6afe2e96048bd050694a 100644 --- a/voila-runtime-hibernate-search/pom.xml +++ b/voila-runtime-hibernate-search/pom.xml @@ -1,14 +1,15 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml voila-runtime-hibernate-search Java framework Hibernate Search runtime module - 1.0 + ${project.parent.version} Java framework Hibernate Search runtime module diff --git a/voila-runtime-hibernate-spatial/pom.xml b/voila-runtime-hibernate-spatial/pom.xml index 358adfe2c433170c1e18fc73fa8b37f8e3ff7c81..e270062470e51a4a07c7933b2bf3e3302b8c7fd5 100644 --- a/voila-runtime-hibernate-spatial/pom.xml +++ b/voila-runtime-hibernate-spatial/pom.xml @@ -1,47 +1,48 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.0 - ../voila-runtime-root/pom.xml - - voila-runtime-hibernate-spatial - Java framework Hibernate Spatial extension runtime module - 1.0 - Java framework Hibernate Spatial extension runtime module - - - - - - - - - org.hibernatespatial - hibernate-spatial-postgis - 1.0 - - - hibernate-core - org.hibernate - - - - - - - - - - com.google.code.geocoder-java - geocoder-java - 0.16 - - - it.micegroup.voila.runtime - voila-runtime-hibernate - ${project.parent.version} - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + ${revision} + ../voila-runtime-root/pom.xml + + voila-runtime-hibernate-spatial + Java framework Hibernate Spatial extension runtime module + ${project.parent.version} + Java framework Hibernate Spatial extension runtime module + + + + + + + + + org.hibernatespatial + hibernate-spatial-postgis + 1.0 + + + hibernate-core + org.hibernate + + + + + + + + + + com.google.code.geocoder-java + geocoder-java + 0.16 + + + it.micegroup.voila.runtime + voila-runtime-hibernate + ${project.parent.version} + + \ No newline at end of file diff --git a/voila-runtime-hibernate/pom.xml b/voila-runtime-hibernate/pom.xml index 84e4f0a6e1430726719688438c572e16548a5ace..a843ad201af8e597d10c7aeca6900ba860417540 100644 --- a/voila-runtime-hibernate/pom.xml +++ b/voila-runtime-hibernate/pom.xml @@ -1,45 +1,46 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.0 - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-hibernate - Java framework Spring Hibernate runtime module - 1.0 - - - org.hibernate - hibernate - 3.2.7.ga - - - javax.transaction - jta - - - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - it.micegroup.voila.runtime - voila-runtime-security - ${project.parent.version} - - - org.springframework - spring-orm - ${org.springframework.version} - - - org.springframework - spring-jdbc - ${org.springframework.version} - - + + + voila-runtime-root + it.micegroup.voila.runtime + ${revision} + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-hibernate + Java framework Spring Hibernate runtime module + ${project.parent.version} + + + org.hibernate + hibernate + 3.2.7.ga + + + javax.transaction + jta + + + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-security + ${project.parent.version} + + + org.springframework + spring-orm + ${org.springframework.version} + + + org.springframework + spring-jdbc + ${org.springframework.version} + + \ No newline at end of file diff --git a/voila-runtime-jasper4/pom.xml b/voila-runtime-jasper4/pom.xml index d1b7d08d127d5b753abeb6bce73c5e5dca58fff3..4de1043c75532ee357ce777696e0c47ac7e7164e 100644 --- a/voila-runtime-jasper4/pom.xml +++ b/voila-runtime-jasper4/pom.xml @@ -1,14 +1,15 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml voila-runtime-jasper4 Java framework Jasper report runtime module - 1.0 + ${project.parent.version} Java framework Spring Mvc runtime module diff --git a/voila-runtime-mail/pom.xml b/voila-runtime-mail/pom.xml index e66b106d893d207ee195caabd7952a4603771545..1366e4a08fb380ea5f48d464791eae32cac11a27 100644 --- a/voila-runtime-mail/pom.xml +++ b/voila-runtime-mail/pom.xml @@ -1,14 +1,15 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml voila-runtime-mail Java framework Mail runtime module - 1.0 + ${project.parent.version} Java framework Mail runtime module diff --git a/voila-runtime-oawtemplate/pom.xml b/voila-runtime-oawtemplate/pom.xml index 2cfe9a72bd4ececcb6c21aa6515f83be4a722ce7..3841cb9f96af6753deb6135323435f755413a2ea 100644 --- a/voila-runtime-oawtemplate/pom.xml +++ b/voila-runtime-oawtemplate/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-oawtemplate Java framework Spring OAW Template runtime module - 1.0 + ${project.parent.version} org.openarchitectureware diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml index dfcd1ff473a5b39fc74496c39b01c2055c92f60a..5ec073d3c300592c36f184798928d52f2d9aa99c 100644 --- a/voila-runtime-quartz/pom.xml +++ b/voila-runtime-quartz/pom.xml @@ -1,21 +1,22 @@ - - 4.0.0 - - voila-runtime-root - it.micegroup.voila.runtime - 1.0 - ../voila-runtime-root/pom.xml - - voila-runtime-quartz - Java framework Quartz runtime module - 1.0 - Java framework Quartz runtime module - - - - org.quartz-scheduler - quartz - 1.8.3 - - + + 4.0.0 + + voila-runtime-root + it.micegroup.voila.runtime + ${revision} + ../voila-runtime-root/pom.xml + + voila-runtime-quartz + Java framework Quartz runtime module + ${project.parent.version} + Java framework Quartz runtime module + + + + org.quartz-scheduler + quartz + 1.8.3 + + \ No newline at end of file diff --git a/voila-runtime-restws/pom.xml b/voila-runtime-restws/pom.xml index ef0d20838f46252cadb381cb54a4d786d106f22f..5f13b610613ad560b2b1ce8319ff9c578f830c30 100644 --- a/voila-runtime-restws/pom.xml +++ b/voila-runtime-restws/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-restws Java framework Spring REST WebService runtime module - 1.0 + ${project.parent.version} diff --git a/voila-runtime-root/pom.xml b/voila-runtime-root/pom.xml index 3a35327f4499d79b569d72f61db6e48fc5847292..9c5c0f3f0754b4112cda0c87d60fe786b24a60dc 100644 --- a/voila-runtime-root/pom.xml +++ b/voila-runtime-root/pom.xml @@ -1,393 +1,393 @@ - - - 4.0.0 - - it.micegroup.voila.runtime - voila-runtime-root - 1.0 - pom - - Java framework Root runtime module - - The voila-runtime library is a collection of custom open source classes - for the Voila framework for model-driven application development (MDD). - - http://gitlab.micegroup.it/mice/voila-runtimes - 2020 - - - MICE - http://www.micegroup.it/voila/license.html - A business-friendly OSS license - - - - Mice S.r.l - http://www.micegroup.it - - - - emilio.dolce - Emilio Dolce - emilio.dolce@micegroup.it - MICE S.r.l. - http://www.micegroup.it - - architet - developer - - Europe/Rome - - - - - ../voila-runtime-core - ../voila-runtime-displaytag - ../voila-runtime-dwrajax - ../voila-runtime-hibernate - ../voila-runtime-security - ../voila-runtime-web - ../voila-runtime-springmvc - ../voila-runtime-springws - ../voila-runtime-restws - ../voila-runtime-style-edstribute - ../voila-runtime-style-newage2014 - ../voila-runtime-style-consip2008 - ../voila-runtime-style-responsive - ../voila-runtime-style-responsive-adminlte - ../voila-runtime-web-res-dojo - ../voila-runtime-web-res-jquery - ../voila-runtime-web-res-mce - ../voila-runtime-mail - ../voila-runtime-jasper4 - ../voila-runtime-springtest - ../voila-runtime-quartz - ../voila-runtime-hibernate-search - ../voila-runtime-hibernate-spatial - ../voila-runtime-batch - ../voila-runtime-rtftemplate - ../voila-runtime-oawtemplate - - - - 1.8 - ISO-8859-1 - UTF-8 - 3.1.1.RELEASE - 3.1.0.RELEASE - 1.5.10 - false - 1.0-SNAPSHOT - - - - Jira - http://www.micegroup.it/jira/ - - - - hudson - http://www.micegroup.it/hudson - - - - scm:git:http://gitlab.micegroup.it/mice/voila-runtimes.git - scm:git:http://gitlab.micegroup.it/mice/voila-runtimes.git - http://gitlab.micegroup.it/mice/voila-runtimes.git - v1.0 - - - - - oss - Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - - oss - Snapshot Repository - https://oss.sonatype.org/content/repositories/snapshots - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-release-plugin - 3.0.0-M1 - - true - false - release - deploy - v@{project.version} - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - oss - https://oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.2.0 - - - attach-javadocs - - jar - - - false - -Xdoclint:none - -Xdoclint:none - -Xdoclint:none - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - - - - - MICE central nexus repo - http://www.micegroup.it/nexus/content/groups/public - - true - - - true - interval:60 - - - - OSGEO GeoTools repo - http://download.osgeo.org/webdav/geotools - - - Hibernate Spatial repo - http://www.hibernatespatial.org/repository - - - - - - org.springframework - spring-beans - ${org.springframework.version} - - - org.springframework - spring-tx - ${org.springframework.version} - - - org.springframework - spring-aop - ${org.springframework.version} - - - org.springframework - spring-context - ${org.springframework.version} - - - - commons-logging - commons-logging - - - - - org.springframework - spring-context-support - ${org.springframework.version} - - - - org.slf4j - slf4j-api - ${org.slf4j.version} - - - org.slf4j - jcl-over-slf4j - ${org.slf4j.version} - runtime - - - org.slf4j - slf4j-log4j12 - ${org.slf4j.version} - runtime - - - log4j - log4j - 1.2.17 - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - compile - - - commons-beanutils - commons-beanutils - 1.8.3 - - - commons-lang - commons-lang - 2.5 - - - commons-digester - commons-digester - 1.6 - - - xml-apis - xml-apis - - - - - commons-io - commons-io - 1.4 - - - commons-collections - commons-collections - 3.2.1 - - - org.apache.velocity - velocity - 1.6.4 - - - velocity-tools - velocity-tools-generic - 1.2 - - - c3p0 - c3p0 - 0.9.1.2 - - - org.aspectj - aspectjweaver - 1.6.9 - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.2.0 - - false - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.1 - - none - - - - - - - org.apache.maven.plugins - maven-jxr-plugin - - - org.codehaus.mojo - findbugs-maven-plugin - - - net.sourceforge.maven-taglib - maven-taglib-plugin - - none - - - - + + + 4.0.0 + + it.micegroup.voila.runtime + voila-runtime-root + ${revision} + pom + + Java framework Root runtime module + + The voila-runtime library is a collection of custom open source classes + for the Voila framework for model-driven application development (MDD). + + http://gitlab.micegroup.it/mice/voila-runtimes + 2020 + + + MICE + http://www.micegroup.it/voila/license.html + A business-friendly OSS license + + + + Mice S.r.l + http://www.micegroup.it + + + + emilio.dolce + Emilio Dolce + emilio.dolce@micegroup.it + MICE S.r.l. + http://www.micegroup.it + + architet + developer + + Europe/Rome + + + + + ../voila-runtime-core + ../voila-runtime-displaytag + ../voila-runtime-dwrajax + ../voila-runtime-hibernate + ../voila-runtime-security + ../voila-runtime-web + ../voila-runtime-springmvc + ../voila-runtime-springws + ../voila-runtime-restws + ../voila-runtime-style-edstribute + ../voila-runtime-style-newage2014 + ../voila-runtime-style-consip2008 + ../voila-runtime-style-responsive + ../voila-runtime-style-responsive-adminlte + ../voila-runtime-web-res-dojo + ../voila-runtime-web-res-jquery + ../voila-runtime-web-res-mce + ../voila-runtime-mail + ../voila-runtime-jasper4 + ../voila-runtime-springtest + ../voila-runtime-quartz + ../voila-runtime-hibernate-search + ../voila-runtime-hibernate-spatial + ../voila-runtime-batch + ../voila-runtime-rtftemplate + ../voila-runtime-oawtemplate + + + + 1.8 + ISO-8859-1 + UTF-8 + 3.1.1.RELEASE + 3.1.0.RELEASE + 1.5.10 + false + 1.0-SNAPSHOT + + + + Jira + http://www.micegroup.it/jira/ + + + + hudson + http://www.micegroup.it/hudson + + + + scm:git:http://gitlab.micegroup.it/mice/voila-runtimes.git + scm:git:http://gitlab.micegroup.it/mice/voila-runtimes.git + http://gitlab.micegroup.it/mice/voila-runtimes.git + v1.0 + + + + + oss + Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + oss + Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M1 + + true + false + release + deploy + v@{project.version} + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + oss + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + false + -Xdoclint:none + -Xdoclint:none + -Xdoclint:none + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + MICE central nexus repo + http://www.micegroup.it/nexus/content/groups/public + + true + + + true + interval:60 + + + + OSGEO GeoTools repo + http://download.osgeo.org/webdav/geotools + + + Hibernate Spatial repo + http://www.hibernatespatial.org/repository + + + + + + org.springframework + spring-beans + ${org.springframework.version} + + + org.springframework + spring-tx + ${org.springframework.version} + + + org.springframework + spring-aop + ${org.springframework.version} + + + org.springframework + spring-context + ${org.springframework.version} + + + + commons-logging + commons-logging + + + + + org.springframework + spring-context-support + ${org.springframework.version} + + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${org.slf4j.version} + runtime + + + org.slf4j + slf4j-log4j12 + ${org.slf4j.version} + runtime + + + log4j + log4j + 1.2.17 + + + javax.mail + mail + + + javax.jms + jms + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + compile + + + commons-beanutils + commons-beanutils + 1.8.3 + + + commons-lang + commons-lang + 2.5 + + + commons-digester + commons-digester + 1.6 + + + xml-apis + xml-apis + + + + + commons-io + commons-io + 1.4 + + + commons-collections + commons-collections + 3.2.1 + + + org.apache.velocity + velocity + 1.6.4 + + + velocity-tools + velocity-tools-generic + 1.2 + + + c3p0 + c3p0 + 0.9.1.2 + + + org.aspectj + aspectjweaver + 1.6.9 + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + false + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.1 + + none + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + net.sourceforge.maven-taglib + maven-taglib-plugin + + none + + + + \ No newline at end of file diff --git a/voila-runtime-rtftemplate/pom.xml b/voila-runtime-rtftemplate/pom.xml index 5d993c68917d41a78faec0f85b21dc2301a3980e..3cb311b17945821df40eb910cb18445add90f714 100644 --- a/voila-runtime-rtftemplate/pom.xml +++ b/voila-runtime-rtftemplate/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-rtftemplate Java framework Spring RTF Template runtime module - 1.0 + ${project.parent.version} commons-beanutils diff --git a/voila-runtime-security/pom.xml b/voila-runtime-security/pom.xml index f511858c723a4ab42d9030a91d99981a421ebfb4..0648d992edc3fdbda7cf4838d763179e61bd55d1 100644 --- a/voila-runtime-security/pom.xml +++ b/voila-runtime-security/pom.xml @@ -1,60 +1,61 @@ - - - voila-runtime-root - it.micegroup.voila.runtime - 1.0 - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-security - Java framework Spring Security runtime module - 1.0 - - - it.micegroup.voila.runtime - voila-runtime-core - ${project.parent.version} - - - org.springframework.security - spring-security-config - ${org.springframework.security.version} - - - org.springframework - spring-core - - - org.springframework - spring-expression - - - - - org.springframework.security - spring-security-web - ${org.springframework.security.version} - - - org.springframework - spring-core - - - org.springframework - spring-expression - - - - - javax.servlet - servlet-api - 2.5 - - - - org.owasp.esapi - esapi - 2.1.0.1 - - + + + voila-runtime-root + it.micegroup.voila.runtime + ${revision} + ../voila-runtime-root/pom.xml + + 4.0.0 + voila-runtime-security + Java framework Spring Security runtime module + ${project.parent.version} + + + it.micegroup.voila.runtime + voila-runtime-core + ${project.parent.version} + + + org.springframework.security + spring-security-config + ${org.springframework.security.version} + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + org.springframework.security + spring-security-web + ${org.springframework.security.version} + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + javax.servlet + servlet-api + 2.5 + + + + org.owasp.esapi + esapi + 2.1.0.1 + + \ No newline at end of file diff --git a/voila-runtime-springmvc/pom.xml b/voila-runtime-springmvc/pom.xml index 5b185a23c73e33842b68ae4f1e789980f79cfee4..16ff1fe79f032a2030fdb6d2d6651481feea695b 100644 --- a/voila-runtime-springmvc/pom.xml +++ b/voila-runtime-springmvc/pom.xml @@ -1,14 +1,15 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml voila-runtime-springmvc Java framework Spring MVC runtime module - 1.0 + ${project.parent.version} Java framework Spring Mvc runtime module diff --git a/voila-runtime-springtest/pom.xml b/voila-runtime-springtest/pom.xml index 44b0e3d5d5de278ed648c76037cbb1be568db88d..fb9dd3d37738a5d13e502f2c9993601d52275f04 100644 --- a/voila-runtime-springtest/pom.xml +++ b/voila-runtime-springtest/pom.xml @@ -1,14 +1,15 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml voila-runtime-springtest Java framework Spring Test runtime module - 1.0 + ${project.parent.version} Java framework Spring Test runtime module diff --git a/voila-runtime-springws/pom.xml b/voila-runtime-springws/pom.xml index d2b055367baa235c1c9e6d1de9c39642285b4b33..fdd271d7e732088dfdd3edbdc8893389263b1e9f 100644 --- a/voila-runtime-springws/pom.xml +++ b/voila-runtime-springws/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-springws Java framework Spring WebServices runtime module - 1.0 + ${project.parent.version} org.springframework.ws diff --git a/voila-runtime-style-consip2008/pom.xml b/voila-runtime-style-consip2008/pom.xml index b157ca8ff6a9190f1a977ea5b957736f2d09dcf5..d7fe86e068b4050f2061f751ce42715ac14599bf 100644 --- a/voila-runtime-style-consip2008/pom.xml +++ b/voila-runtime-style-consip2008/pom.xml @@ -1,12 +1,13 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-consip2008 Java framework Style Consip 2008 runtime module - 1.0 + ${project.parent.version} \ No newline at end of file diff --git a/voila-runtime-style-edstribute/pom.xml b/voila-runtime-style-edstribute/pom.xml index bcc9171c6d3d69a7947205f70c4d0aafb60926c1..d15cd27314acdeac17822ea1731eb8e8c0494b6b 100644 --- a/voila-runtime-style-edstribute/pom.xml +++ b/voila-runtime-style-edstribute/pom.xml @@ -1,12 +1,13 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-edstribute Java framework Style EDS tribute runtime module - 1.0 + ${project.parent.version} \ No newline at end of file diff --git a/voila-runtime-style-newage2014/pom.xml b/voila-runtime-style-newage2014/pom.xml index 7e7620fb0d6e783652404d406c3394d3be19c70b..ee10fde58e31f0049533e1da52b18d0717a09f62 100644 --- a/voila-runtime-style-newage2014/pom.xml +++ b/voila-runtime-style-newage2014/pom.xml @@ -1,12 +1,13 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-newage2014 Java framework Style EDS tribute runtime module - 1.0 + ${project.parent.version} \ No newline at end of file diff --git a/voila-runtime-style-responsive-adminlte/pom.xml b/voila-runtime-style-responsive-adminlte/pom.xml index 35cf999ae5b3a2e12539933b7111c141cbfd6c30..79ebe0719c88bb7d7e79a572bc07b4cbd10f7432 100644 --- a/voila-runtime-style-responsive-adminlte/pom.xml +++ b/voila-runtime-style-responsive-adminlte/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-responsive-adminlte Java framework Responsive Style Admin LTE library runtime module - 1.0 + ${project.parent.version} diff --git a/voila-runtime-style-responsive/pom.xml b/voila-runtime-style-responsive/pom.xml index 7b99ce096c5ac06255fc95e47fb1dcba179c55ee..12c959f1ba1a412320bc41a5b9a8f8dea863cba6 100644 --- a/voila-runtime-style-responsive/pom.xml +++ b/voila-runtime-style-responsive/pom.xml @@ -1,12 +1,13 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-responsive Java framework Responsive Style core library runtime module - 1.0 + ${project.parent.version} \ No newline at end of file diff --git a/voila-runtime-web-res-dojo/pom.xml b/voila-runtime-web-res-dojo/pom.xml index 035727c7fe6356b1f1d058b299552118caeb55a3..9c78a49d048fa21f8e577121e93f1d04988f9143 100644 --- a/voila-runtime-web-res-dojo/pom.xml +++ b/voila-runtime-web-res-dojo/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web-res-dojo Java framework DOJO WEB Resources runtime module - 1.0 + ${project.parent.version} \ No newline at end of file diff --git a/voila-runtime-web-res-jquery/pom.xml b/voila-runtime-web-res-jquery/pom.xml index 8fd90fbf81aaa519c52c4a44c70017d358abcd2d..5bba5885e9705ed3342377bdcd20d0536d01bff8 100644 --- a/voila-runtime-web-res-jquery/pom.xml +++ b/voila-runtime-web-res-jquery/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web-res-jquery Java framework jQuery WEB Resources runtime module - 1.0 + ${project.parent.version} it.micegroup.voila.runtime diff --git a/voila-runtime-web-res-mce/pom.xml b/voila-runtime-web-res-mce/pom.xml index 43cdf2cf5cc3de582d31237550173b3698e1e599..eb9ed93a56efe98c507ef6cf29cd30f7e4504981 100644 --- a/voila-runtime-web-res-mce/pom.xml +++ b/voila-runtime-web-res-mce/pom.xml @@ -1,14 +1,15 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml voila-runtime-web-res-mce Javascript framework for tiny MCE Editor for textareas - 1.0 + ${project.parent.version} Javascript framework for tiny MCE Editor for textareas diff --git a/voila-runtime-web/pom.xml b/voila-runtime-web/pom.xml index 45ac09e02532fee3cceceb22ec4504c09cb6b25c..08a487c7765e55566d7dd97963c7e2e3e9caee80 100644 --- a/voila-runtime-web/pom.xml +++ b/voila-runtime-web/pom.xml @@ -1,14 +1,15 @@ - + voila-runtime-root it.micegroup.voila.runtime - 1.0 + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web Java framework Spring Web runtime module - 1.0 + ${project.parent.version} org.springframework