diff --git a/voila-runtime-batch/pom.xml b/voila-runtime-batch/pom.xml index a8eb3da20f06f09e8153f88ab5dfcfc5d63f9456..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml voila-runtime-batch Java framework Spring Batch runtime module - 1.1-SNAPSHOT + ${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 01200ca7bb88e2dda5abea778b06a2a84f4343fc..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-core Java framework Spring Core runtime module - 1.1-SNAPSHOT + ${project.parent.version} log4j diff --git a/voila-runtime-displaytag/pom.xml b/voila-runtime-displaytag/pom.xml index 443cb5b25c32e456cf3f42c8f655772ddbdf7f06..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-displaytag Java framework Spring Displaytag runtime module - 1.1-SNAPSHOT + ${project.parent.version} it.micegroup.displaytag diff --git a/voila-runtime-dwrajax/pom.xml b/voila-runtime-dwrajax/pom.xml index b00c04b897507b2ab1637687a84b76bbbc035a05..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-dwrajax Java framework Spring DWR AJAX runtime module - 1.1-SNAPSHOT + ${project.parent.version} diff --git a/voila-runtime-hibernate-search/pom.xml b/voila-runtime-hibernate-search/pom.xml index 8ccc2ae2e435ea71055a94e0d09187b786e50a35..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml voila-runtime-hibernate-search Java framework Hibernate Search runtime module - 1.1-SNAPSHOT + ${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 f0886f585cdc1725fff7c0eca396ef1d0617611f..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.1-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-hibernate-spatial - Java framework Hibernate Spatial extension runtime module - 1.1-SNAPSHOT - 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 df98d2de6356c7970714d62bf8113f743c9fd35b..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.1-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-hibernate - Java framework Spring Hibernate runtime module - 1.1-SNAPSHOT - - - 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 cf5c9a42b9b9f73d44a514f8e38f1943ad2ae1d0..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml voila-runtime-jasper4 Java framework Jasper report runtime module - 1.1-SNAPSHOT + ${project.parent.version} Java framework Spring Mvc runtime module diff --git a/voila-runtime-mail/pom.xml b/voila-runtime-mail/pom.xml index 18ec0c113a5bae89a5782572cad27eeb6b8da9a4..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml voila-runtime-mail Java framework Mail runtime module - 1.1-SNAPSHOT + ${project.parent.version} Java framework Mail runtime module diff --git a/voila-runtime-oawtemplate/pom.xml b/voila-runtime-oawtemplate/pom.xml index 688113025e6cc9da7216e88b91f5a3c8cf92194d..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-oawtemplate Java framework Spring OAW Template runtime module - 1.1-SNAPSHOT + ${project.parent.version} org.openarchitectureware diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml index f30b7d3f650f7105f4a844cfba5ea4c35fa950b7..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.1-SNAPSHOT - ../voila-runtime-root/pom.xml - - voila-runtime-quartz - Java framework Quartz runtime module - 1.1-SNAPSHOT - 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 95608c6d203b2bb9d120041a87a7871d60035c96..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-restws Java framework Spring REST WebService runtime module - 1.1-SNAPSHOT + ${project.parent.version} diff --git a/voila-runtime-root/pom.xml b/voila-runtime-root/pom.xml index 1484e9549de232db9c2f009d25b3c90006e8b0f4..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.1-SNAPSHOT - 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 814fe2d6b8c39b3de92ae469da09fdca96cd8502..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-rtftemplate Java framework Spring RTF Template runtime module - 1.1-SNAPSHOT + ${project.parent.version} commons-beanutils diff --git a/voila-runtime-security/pom.xml b/voila-runtime-security/pom.xml index a88f27e5eecda7b8713b6f50ffbee64e5411856d..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.1-SNAPSHOT - ../voila-runtime-root/pom.xml - - 4.0.0 - voila-runtime-security - Java framework Spring Security runtime module - 1.1-SNAPSHOT - - - 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 7646e82cbcb22fbec1939411f910a3cb402c14e3..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml voila-runtime-springmvc Java framework Spring MVC runtime module - 1.1-SNAPSHOT + ${project.parent.version} Java framework Spring Mvc runtime module diff --git a/voila-runtime-springtest/pom.xml b/voila-runtime-springtest/pom.xml index 42802ec68eb19701c4522605023062f76ab4758f..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml voila-runtime-springtest Java framework Spring Test runtime module - 1.1-SNAPSHOT + ${project.parent.version} Java framework Spring Test runtime module diff --git a/voila-runtime-springws/pom.xml b/voila-runtime-springws/pom.xml index 038070074ab85626b807b4ddee89dde6c7fc2584..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-springws Java framework Spring WebServices runtime module - 1.1-SNAPSHOT + ${project.parent.version} org.springframework.ws diff --git a/voila-runtime-style-consip2008/pom.xml b/voila-runtime-style-consip2008/pom.xml index 76e299f4c7a9226683c8a6fb355d561701bfa94d..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-consip2008 Java framework Style Consip 2008 runtime module - 1.1-SNAPSHOT + ${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 23e3325885c5a6e9acf66d04472091c45edd141e..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-edstribute Java framework Style EDS tribute runtime module - 1.1-SNAPSHOT + ${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 05b44f51ca5b63365e859b8d9bd3a01288b4b89d..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-newage2014 Java framework Style EDS tribute runtime module - 1.1-SNAPSHOT + ${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 2474566f070272d1f2543e3a82d9760d02fec743..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-responsive-adminlte Java framework Responsive Style Admin LTE library runtime module - 1.1-SNAPSHOT + ${project.parent.version} diff --git a/voila-runtime-style-responsive/pom.xml b/voila-runtime-style-responsive/pom.xml index 1762f0e83c2694cb648bed5f886695e77264f6c3..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-responsive Java framework Responsive Style core library runtime module - 1.1-SNAPSHOT + ${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 2e300f94bf9fbd43bf4648ad28a4701a331c3658..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web-res-dojo Java framework DOJO WEB Resources runtime module - 1.1-SNAPSHOT + ${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 5161733f0ecb63460fd36fe17e47db609b62fb03..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web-res-jquery Java framework jQuery WEB Resources runtime module - 1.1-SNAPSHOT + ${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 0f0b8d4b2b5e85eb2a3bde48212dc62e71b2617d..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml voila-runtime-web-res-mce Javascript framework for tiny MCE Editor for textareas - 1.1-SNAPSHOT + ${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 77ee4dc7c77bea3332c2c9a4f10288fee568826c..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.1-SNAPSHOT + ${revision} ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web Java framework Spring Web runtime module - 1.1-SNAPSHOT + ${project.parent.version} org.springframework