From 9a93b7d949a12c98813cbf10f276e7f1c2f4a392 Mon Sep 17 00:00:00 2001 From: Fabio Memoli Date: Thu, 20 Aug 2020 17:03:28 +0200 Subject: [PATCH] [maven-release-plugin] prepare release v1.0 --- voila-runtime-batch/pom.xml | 7 +- voila-runtime-core/pom.xml | 7 +- voila-runtime-displaytag/pom.xml | 8 +- voila-runtime-dwrajax/pom.xml | 7 +- voila-runtime-hibernate-search/pom.xml | 7 +- voila-runtime-hibernate-spatial/pom.xml | 93 +- voila-runtime-hibernate/pom.xml | 89 +- voila-runtime-jasper4/pom.xml | 7 +- voila-runtime-mail/pom.xml | 7 +- voila-runtime-oawtemplate/pom.xml | 7 +- voila-runtime-quartz/pom.xml | 41 +- voila-runtime-restws/pom.xml | 7 +- voila-runtime-root/pom.xml | 836 +++++++++--------- voila-runtime-rtftemplate/pom.xml | 7 +- voila-runtime-security/pom.xml | 119 ++- voila-runtime-springmvc/pom.xml | 7 +- voila-runtime-springtest/pom.xml | 7 +- voila-runtime-springws/pom.xml | 7 +- voila-runtime-style-consip2008/pom.xml | 7 +- voila-runtime-style-edstribute/pom.xml | 7 +- voila-runtime-style-newage2014/pom.xml | 7 +- .../pom.xml | 7 +- voila-runtime-style-responsive/pom.xml | 7 +- voila-runtime-web-res-dojo/pom.xml | 7 +- voila-runtime-web-res-jquery/pom.xml | 7 +- voila-runtime-web-res-mce/pom.xml | 7 +- voila-runtime-web/pom.xml | 7 +- 27 files changed, 652 insertions(+), 681 deletions(-) diff --git a/voila-runtime-batch/pom.xml b/voila-runtime-batch/pom.xml index 70c197c5..cbc86aa9 100644 --- a/voila-runtime-batch/pom.xml +++ b/voila-runtime-batch/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml voila-runtime-batch Java framework Spring Batch runtime module - ${project.parent.version} + 1.0 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 aededbe2..1d54acea 100644 --- a/voila-runtime-core/pom.xml +++ b/voila-runtime-core/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-core Java framework Spring Core runtime module - ${project.parent.version} + 1.0 log4j diff --git a/voila-runtime-displaytag/pom.xml b/voila-runtime-displaytag/pom.xml index 4ce6632d..a8105188 100644 --- a/voila-runtime-displaytag/pom.xml +++ b/voila-runtime-displaytag/pom.xml @@ -1,16 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-displaytag Java framework Spring Displaytag runtime module - ${project.parent.version} + 1.0 it.micegroup.displaytag diff --git a/voila-runtime-dwrajax/pom.xml b/voila-runtime-dwrajax/pom.xml index b591cce2..7c662b83 100644 --- a/voila-runtime-dwrajax/pom.xml +++ b/voila-runtime-dwrajax/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-dwrajax Java framework Spring DWR AJAX runtime module - ${project.parent.version} + 1.0 diff --git a/voila-runtime-hibernate-search/pom.xml b/voila-runtime-hibernate-search/pom.xml index 51b5ee38..bcde69bd 100644 --- a/voila-runtime-hibernate-search/pom.xml +++ b/voila-runtime-hibernate-search/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml voila-runtime-hibernate-search Java framework Hibernate Search runtime module - ${project.parent.version} + 1.0 Java framework Hibernate Search runtime module diff --git a/voila-runtime-hibernate-spatial/pom.xml b/voila-runtime-hibernate-spatial/pom.xml index e2700624..358adfe2 100644 --- a/voila-runtime-hibernate-spatial/pom.xml +++ b/voila-runtime-hibernate-spatial/pom.xml @@ -1,48 +1,47 @@ - - 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} - - + + 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} + + \ No newline at end of file diff --git a/voila-runtime-hibernate/pom.xml b/voila-runtime-hibernate/pom.xml index a843ad20..84e4f0a6 100644 --- a/voila-runtime-hibernate/pom.xml +++ b/voila-runtime-hibernate/pom.xml @@ -1,46 +1,45 @@ - - - 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} - - + + + 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} + + \ No newline at end of file diff --git a/voila-runtime-jasper4/pom.xml b/voila-runtime-jasper4/pom.xml index 4de1043c..d1b7d08d 100644 --- a/voila-runtime-jasper4/pom.xml +++ b/voila-runtime-jasper4/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml voila-runtime-jasper4 Java framework Jasper report runtime module - ${project.parent.version} + 1.0 Java framework Spring Mvc runtime module diff --git a/voila-runtime-mail/pom.xml b/voila-runtime-mail/pom.xml index 1366e4a0..e66b106d 100644 --- a/voila-runtime-mail/pom.xml +++ b/voila-runtime-mail/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml voila-runtime-mail Java framework Mail runtime module - ${project.parent.version} + 1.0 Java framework Mail runtime module diff --git a/voila-runtime-oawtemplate/pom.xml b/voila-runtime-oawtemplate/pom.xml index 3841cb9f..2cfe9a72 100644 --- a/voila-runtime-oawtemplate/pom.xml +++ b/voila-runtime-oawtemplate/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-oawtemplate Java framework Spring OAW Template runtime module - ${project.parent.version} + 1.0 org.openarchitectureware diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml index 5ec073d3..dfcd1ff4 100644 --- a/voila-runtime-quartz/pom.xml +++ b/voila-runtime-quartz/pom.xml @@ -1,22 +1,21 @@ - - 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 - - + + 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 + + \ No newline at end of file diff --git a/voila-runtime-restws/pom.xml b/voila-runtime-restws/pom.xml index 5f13b610..ef0d2083 100644 --- a/voila-runtime-restws/pom.xml +++ b/voila-runtime-restws/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-restws Java framework Spring REST WebService runtime module - ${project.parent.version} + 1.0 diff --git a/voila-runtime-root/pom.xml b/voila-runtime-root/pom.xml index f2906328..4c5a3ac4 100644 --- a/voila-runtime-root/pom.xml +++ b/voila-runtime-root/pom.xml @@ -1,420 +1,418 @@ - - - 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 - - - - - - org.codehaus.mojo - flatten-maven-plugin - 1.1.0 - - true - resolveCiFriendliesOnly - - - - flatten - process-resources - - flatten - - - - flatten.clean - clean - - clean - - - - - - - - - - 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 + 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 + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.1.0 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + + + + 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 3cb311b1..5d993c68 100644 --- a/voila-runtime-rtftemplate/pom.xml +++ b/voila-runtime-rtftemplate/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-rtftemplate Java framework Spring RTF Template runtime module - ${project.parent.version} + 1.0 commons-beanutils diff --git a/voila-runtime-security/pom.xml b/voila-runtime-security/pom.xml index 0648d992..f511858c 100644 --- a/voila-runtime-security/pom.xml +++ b/voila-runtime-security/pom.xml @@ -1,61 +1,60 @@ - - - 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 - - + + + 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 + + \ No newline at end of file diff --git a/voila-runtime-springmvc/pom.xml b/voila-runtime-springmvc/pom.xml index 16ff1fe7..5b185a23 100644 --- a/voila-runtime-springmvc/pom.xml +++ b/voila-runtime-springmvc/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml voila-runtime-springmvc Java framework Spring MVC runtime module - ${project.parent.version} + 1.0 Java framework Spring Mvc runtime module diff --git a/voila-runtime-springtest/pom.xml b/voila-runtime-springtest/pom.xml index fb9dd3d3..44b0e3d5 100644 --- a/voila-runtime-springtest/pom.xml +++ b/voila-runtime-springtest/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml voila-runtime-springtest Java framework Spring Test runtime module - ${project.parent.version} + 1.0 Java framework Spring Test runtime module diff --git a/voila-runtime-springws/pom.xml b/voila-runtime-springws/pom.xml index fdd271d7..d2b05536 100644 --- a/voila-runtime-springws/pom.xml +++ b/voila-runtime-springws/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-springws Java framework Spring WebServices runtime module - ${project.parent.version} + 1.0 org.springframework.ws diff --git a/voila-runtime-style-consip2008/pom.xml b/voila-runtime-style-consip2008/pom.xml index d7fe86e0..b157ca8f 100644 --- a/voila-runtime-style-consip2008/pom.xml +++ b/voila-runtime-style-consip2008/pom.xml @@ -1,13 +1,12 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-consip2008 Java framework Style Consip 2008 runtime module - ${project.parent.version} + 1.0 \ No newline at end of file diff --git a/voila-runtime-style-edstribute/pom.xml b/voila-runtime-style-edstribute/pom.xml index d15cd273..bcc9171c 100644 --- a/voila-runtime-style-edstribute/pom.xml +++ b/voila-runtime-style-edstribute/pom.xml @@ -1,13 +1,12 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-edstribute Java framework Style EDS tribute runtime module - ${project.parent.version} + 1.0 \ No newline at end of file diff --git a/voila-runtime-style-newage2014/pom.xml b/voila-runtime-style-newage2014/pom.xml index ee10fde5..7e7620fb 100644 --- a/voila-runtime-style-newage2014/pom.xml +++ b/voila-runtime-style-newage2014/pom.xml @@ -1,13 +1,12 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-newage2014 Java framework Style EDS tribute runtime module - ${project.parent.version} + 1.0 \ 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 79ebe071..35cf999a 100644 --- a/voila-runtime-style-responsive-adminlte/pom.xml +++ b/voila-runtime-style-responsive-adminlte/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-responsive-adminlte Java framework Responsive Style Admin LTE library runtime module - ${project.parent.version} + 1.0 diff --git a/voila-runtime-style-responsive/pom.xml b/voila-runtime-style-responsive/pom.xml index 12c959f1..7b99ce09 100644 --- a/voila-runtime-style-responsive/pom.xml +++ b/voila-runtime-style-responsive/pom.xml @@ -1,13 +1,12 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-style-responsive Java framework Responsive Style core library runtime module - ${project.parent.version} + 1.0 \ 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 9c78a49d..035727c7 100644 --- a/voila-runtime-web-res-dojo/pom.xml +++ b/voila-runtime-web-res-dojo/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web-res-dojo Java framework DOJO WEB Resources runtime module - ${project.parent.version} + 1.0 \ 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 5bba5885..8fd90fbf 100644 --- a/voila-runtime-web-res-jquery/pom.xml +++ b/voila-runtime-web-res-jquery/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web-res-jquery Java framework jQuery WEB Resources runtime module - ${project.parent.version} + 1.0 it.micegroup.voila.runtime diff --git a/voila-runtime-web-res-mce/pom.xml b/voila-runtime-web-res-mce/pom.xml index eb9ed93a..43cdf2cf 100644 --- a/voila-runtime-web-res-mce/pom.xml +++ b/voila-runtime-web-res-mce/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml voila-runtime-web-res-mce Javascript framework for tiny MCE Editor for textareas - ${project.parent.version} + 1.0 Javascript framework for tiny MCE Editor for textareas diff --git a/voila-runtime-web/pom.xml b/voila-runtime-web/pom.xml index 08a487c7..45ac09e0 100644 --- a/voila-runtime-web/pom.xml +++ b/voila-runtime-web/pom.xml @@ -1,15 +1,14 @@ - + voila-runtime-root it.micegroup.voila.runtime - ${revision} + 1.0 ../voila-runtime-root/pom.xml 4.0.0 voila-runtime-web Java framework Spring Web runtime module - ${project.parent.version} + 1.0 org.springframework -- GitLab