From ab6c8dfee35ae91cf96a54b5ea2c734bf063742b Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Fri, 7 Mar 2014 14:41:24 +0100 Subject: [PATCH] Use org.springframework.boot groupId in spring-boot-samples Use org.springframework.boot instead of ${project.groupId} groupId in order to make it easier to use spring-boot-samples modules as a starting point for new projects. --- .../spring-boot-sample-actuator-log4j/pom.xml | 12 ++++++------ .../spring-boot-sample-actuator-noweb/pom.xml | 6 +++--- .../spring-boot-sample-actuator-ui/pom.xml | 8 ++++---- .../spring-boot-sample-actuator/pom.xml | 14 +++++++------- .../spring-boot-sample-amqp/pom.xml | 4 ++-- spring-boot-samples/spring-boot-sample-aop/pom.xml | 4 ++-- .../spring-boot-sample-batch/pom.xml | 4 ++-- .../spring-boot-sample-data-jpa/pom.xml | 6 +++--- .../spring-boot-sample-data-mongodb/pom.xml | 2 +- .../spring-boot-sample-data-redis/pom.xml | 2 +- .../spring-boot-sample-data-rest/pom.xml | 6 +++--- .../spring-boot-sample-integration/pom.xml | 2 +- .../spring-boot-sample-jetty/pom.xml | 6 +++--- .../spring-boot-sample-profile/pom.xml | 4 ++-- .../spring-boot-sample-secure/pom.xml | 4 ++-- .../spring-boot-sample-servlet/pom.xml | 8 ++++---- .../spring-boot-sample-simple/pom.xml | 6 +++--- .../spring-boot-sample-tomcat/pom.xml | 6 +++--- .../spring-boot-sample-traditional/pom.xml | 6 +++--- .../spring-boot-sample-web-jsp/pom.xml | 6 +++--- .../spring-boot-sample-web-method-security/pom.xml | 8 ++++---- .../spring-boot-sample-web-secure/pom.xml | 6 +++--- .../spring-boot-sample-web-static/pom.xml | 8 ++++---- .../spring-boot-sample-web-ui/pom.xml | 4 ++-- .../spring-boot-sample-websocket/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-xml/pom.xml | 4 ++-- 26 files changed, 74 insertions(+), 74 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml index f76a9b97c0..dac88e3771 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml @@ -14,30 +14,30 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-actuator - ${project.groupId} + org.springframework.boot spring-boot-starter-logging - ${project.groupId} + org.springframework.boot spring-boot-starter-web - ${project.groupId} + org.springframework.boot spring-boot-starter-log4j - ${project.groupId} + org.springframework.boot spring-boot-starter-test test - ${project.groupId} + org.springframework.boot spring-boot-starter-logging diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml index cf2b9814fb..934a88c78d 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml @@ -14,15 +14,15 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-actuator - ${project.groupId} + org.springframework.boot spring-boot-starter-shell-remote - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml index bd3c2c54fd..68aa6c2a66 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml @@ -14,15 +14,15 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-actuator - ${project.groupId} + org.springframework.boot spring-boot-starter-thymeleaf - ${project.groupId} + org.springframework.boot spring-boot-starter-security @@ -30,7 +30,7 @@ jolokia-core - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index d8ef744a21..fdfeb94a66 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -14,35 +14,35 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-actuator - ${project.groupId} + org.springframework.boot spring-boot-starter-logging - ${project.groupId} + org.springframework.boot spring-boot-starter-web - ${project.groupId} + org.springframework.boot spring-boot-starter-tomcat - ${project.groupId} + org.springframework.boot spring-boot-starter-security - ${project.groupId} + org.springframework.boot spring-boot-starter-shell-remote - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-amqp/pom.xml b/spring-boot-samples/spring-boot-sample-amqp/pom.xml index 647c9cff95..1b7840fdbd 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-amqp/pom.xml @@ -14,12 +14,12 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-amqp ${spring-boot.version} - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-aop/pom.xml b/spring-boot-samples/spring-boot-sample-aop/pom.xml index 7d111fe3f1..9249465846 100644 --- a/spring-boot-samples/spring-boot-sample-aop/pom.xml +++ b/spring-boot-samples/spring-boot-sample-aop/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-aop - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index 518f4ca22f..27d99e4901 100644 --- a/spring-boot-samples/spring-boot-sample-batch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-batch/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-batch - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml index 6b1900b20c..c6ba2e5b39 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-data-jpa - ${project.groupId} + org.springframework.boot spring-boot-starter-web @@ -27,7 +27,7 @@ runtime - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml index 820e5ec457..dd82c22b59 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml @@ -22,7 +22,7 @@ spring-data-mongodb - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml index bfb6d33815..d6923f4810 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml @@ -18,7 +18,7 @@ spring-boot-starter-redis - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml index bfad96617d..72df214369 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-data-jpa - ${project.groupId} + org.springframework.boot spring-boot-starter-data-rest @@ -27,7 +27,7 @@ runtime - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-samples/spring-boot-sample-integration/pom.xml index fdea9ce9ea..78c5ebc4ae 100644 --- a/spring-boot-samples/spring-boot-sample-integration/pom.xml +++ b/spring-boot-samples/spring-boot-sample-integration/pom.xml @@ -18,7 +18,7 @@ spring-boot-starter-integration - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-jetty/pom.xml index 3e3c53ddcf..f368b2e914 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter - ${project.groupId} + org.springframework.boot spring-boot-starter-jetty @@ -26,7 +26,7 @@ spring-webmvc - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index d629ad22f9..dabf822752 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-secure/pom.xml b/spring-boot-samples/spring-boot-sample-secure/pom.xml index f890a4b13a..f42042e57d 100644 --- a/spring-boot-samples/spring-boot-sample-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-secure/pom.xml @@ -14,12 +14,12 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-security ${project.version} - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-servlet/pom.xml b/spring-boot-samples/spring-boot-sample-servlet/pom.xml index 59037698b7..319ef81bfb 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/pom.xml +++ b/spring-boot-samples/spring-boot-sample-servlet/pom.xml @@ -15,21 +15,21 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter - ${project.groupId} + org.springframework.boot spring-boot-starter-security - ${project.groupId} + org.springframework.boot spring-boot-starter-tomcat ${project.version} provided - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index 4ffa575d04..44f52114ff 100644 --- a/spring-boot-samples/spring-boot-sample-simple/pom.xml +++ b/spring-boot-samples/spring-boot-sample-simple/pom.xml @@ -14,16 +14,16 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter - ${project.groupId} + org.springframework.boot spring-boot-starter-test test - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml index 39b868c846..3e043697f4 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter - ${project.groupId} + org.springframework.boot spring-boot-starter-tomcat @@ -26,7 +26,7 @@ spring-webmvc - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-traditional/pom.xml b/spring-boot-samples/spring-boot-sample-traditional/pom.xml index b95f3eac20..c383c5200e 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/pom.xml +++ b/spring-boot-samples/spring-boot-sample-traditional/pom.xml @@ -16,7 +16,7 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter @@ -25,7 +25,7 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-tomcat provided @@ -35,7 +35,7 @@ provided - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml index e72c92374b..df8ecca741 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml @@ -15,11 +15,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-web - ${project.groupId} + org.springframework.boot spring-boot-starter-tomcat provided @@ -33,7 +33,7 @@ jstl - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml index 6f8ccce0db..afe0c0775f 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml @@ -14,22 +14,22 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-actuator ${project.version} - ${project.groupId} + org.springframework.boot spring-boot-starter-security ${project.version} - ${project.groupId} + org.springframework.boot spring-boot-starter-thymeleaf ${project.version} - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml index cc6cf77e81..5c2e4aec94 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml @@ -14,17 +14,17 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-security ${project.version} - ${project.groupId} + org.springframework.boot spring-boot-starter-thymeleaf ${project.version} - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-web-static/pom.xml b/spring-boot-samples/spring-boot-sample-web-static/pom.xml index 33808e39bf..a0fdffdad2 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-static/pom.xml @@ -14,21 +14,21 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-web - ${project.groupId} + org.springframework.boot spring-boot-starter-actuator - ${project.groupId} + org.springframework.boot spring-boot-starter-tomcat ${project.version} provided - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml index d4e84bfd21..fd326b0cf4 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml @@ -14,7 +14,7 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter-thymeleaf @@ -22,7 +22,7 @@ hibernate-validator - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-websocket/pom.xml b/spring-boot-samples/spring-boot-sample-websocket/pom.xml index 53fd980aa3..a061e14e58 100644 --- a/spring-boot-samples/spring-boot-sample-websocket/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket/pom.xml @@ -23,7 +23,7 @@ spring-boot-starter-actuator - ${project.groupId} + org.springframework.boot spring-boot-starter-test test diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index 865f97509f..000187d485 100644 --- a/spring-boot-samples/spring-boot-sample-xml/pom.xml +++ b/spring-boot-samples/spring-boot-sample-xml/pom.xml @@ -14,11 +14,11 @@ - ${project.groupId} + org.springframework.boot spring-boot-starter - ${project.groupId} + org.springframework.boot spring-boot-starter-test test