From 52245244d6c00412981efb6ded0b0225d4bbb998 Mon Sep 17 00:00:00 2001 From: geek Date: Wed, 5 Apr 2017 20:11:31 +0900 Subject: [PATCH] shard project --- maven_archetype_spring_webapp.iml | 8 +++--- pom.xml | 8 +++--- .../resources/archetype-resources/pom.xml | 25 ++++++++++++------- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/maven_archetype_spring_webapp.iml b/maven_archetype_spring_webapp.iml index f32ea1c..92aecc6 100644 --- a/maven_archetype_spring_webapp.iml +++ b/maven_archetype_spring_webapp.iml @@ -1,6 +1,6 @@ - + @@ -11,8 +11,8 @@ - - - + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index e97a2e3..f58725c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.loafle maven_archetype_spring_webapp - 4.2.0-RELEASE + 4.3.0-RELEASE maven_archetype_spring_webapp maven-archetype @@ -21,7 +21,7 @@ org.apache.maven.archetype archetype-packaging - 2.4 + 3.0.0 @@ -30,13 +30,13 @@ org.apache.maven.plugins maven-archetype-plugin - 2.4 + 3.0.0 true org.apache.maven.plugins maven-resources-plugin - 2.4 + 3.0.2 true diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index dce6ec3..81269cf 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -6,7 +6,7 @@ com.loafle maven_parent_spring - 4.2.0-RELEASE + 4.3.0-RELEASE 4.0.0 @@ -25,9 +25,16 @@ 3.1.0 - 4.0.3.RELEASE - 5.0.6.Final + 3.0 + 1.1 + 4.2.0.RELEASE + 1.1 + 5.2.4.Final + 5.3.1.Final 2.5.0 + 3.0.2.RELEASE + 3.0.0 + 2.0.5 @@ -92,7 +99,7 @@ org.thymeleaf thymeleaf-spring4 - 2.1.4.RELEASE + ${thymeleaf.spring4.version} javassist @@ -103,12 +110,12 @@ org.thymeleaf.extras thymeleaf-extras-springsecurity4 - 2.1.2.RELEASE + ${thymeleaf.extras.version} nz.net.ultraq.thymeleaf thymeleaf-layout-dialect - 1.3.1 + ${thymeleaf.layout.dialect.version} @@ -127,19 +134,19 @@ org.hibernate hibernate-validator - 5.2.2.Final + ${hibernate.validator.version} javax.transaction jta - 1.1 + ${javax.transaction.version} javax.el el-api - 2.2 + ${javax.el.version}