Browse Source

Next development version

pull/604/head
Spring Buildmaster 12 years ago
parent
commit
1d0eea12eb
  1. 2
      pom.xml
  2. 2
      spring-boot-actuator/pom.xml
  3. 2
      spring-boot-autoconfigure/pom.xml
  4. 2
      spring-boot-cli/pom.xml
  5. 5
      spring-boot-dependencies/pom.xml
  6. 33
      spring-boot-docs/pom.xml
  7. 2
      spring-boot-full-build/pom.xml
  8. 2
      spring-boot-integration-tests/pom.xml
  9. 2
      spring-boot-parent/pom.xml
  10. 2
      spring-boot-samples/pom.xml
  11. 2
      spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml
  12. 2
      spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml
  13. 2
      spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
  14. 2
      spring-boot-samples/spring-boot-sample-actuator/pom.xml
  15. 2
      spring-boot-samples/spring-boot-sample-amqp/pom.xml
  16. 2
      spring-boot-samples/spring-boot-sample-aop/pom.xml
  17. 2
      spring-boot-samples/spring-boot-sample-batch/pom.xml
  18. 2
      spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
  19. 2
      spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml
  20. 2
      spring-boot-samples/spring-boot-sample-data-redis/pom.xml
  21. 2
      spring-boot-samples/spring-boot-sample-data-rest/pom.xml
  22. 2
      spring-boot-samples/spring-boot-sample-integration/pom.xml
  23. 2
      spring-boot-samples/spring-boot-sample-jetty/pom.xml
  24. 2
      spring-boot-samples/spring-boot-sample-profile/pom.xml
  25. 2
      spring-boot-samples/spring-boot-sample-secure/pom.xml
  26. 2
      spring-boot-samples/spring-boot-sample-servlet/pom.xml
  27. 2
      spring-boot-samples/spring-boot-sample-simple/pom.xml
  28. 5
      spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml
  29. 2
      spring-boot-samples/spring-boot-sample-tomcat/pom.xml
  30. 2
      spring-boot-samples/spring-boot-sample-traditional/pom.xml
  31. 2
      spring-boot-samples/spring-boot-sample-web-jsp/pom.xml
  32. 2
      spring-boot-samples/spring-boot-sample-web-method-security/pom.xml
  33. 2
      spring-boot-samples/spring-boot-sample-web-secure/pom.xml
  34. 2
      spring-boot-samples/spring-boot-sample-web-static/pom.xml
  35. 2
      spring-boot-samples/spring-boot-sample-web-ui/pom.xml
  36. 2
      spring-boot-samples/spring-boot-sample-websocket/pom.xml
  37. 2
      spring-boot-samples/spring-boot-sample-xml/pom.xml
  38. 2
      spring-boot-starters/pom.xml
  39. 5
      spring-boot-starters/spring-boot-starter-actuator/pom.xml
  40. 2
      spring-boot-starters/spring-boot-starter-amqp/pom.xml
  41. 2
      spring-boot-starters/spring-boot-starter-aop/pom.xml
  42. 2
      spring-boot-starters/spring-boot-starter-batch/pom.xml
  43. 2
      spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
  44. 2
      spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml
  45. 2
      spring-boot-starters/spring-boot-starter-data-rest/pom.xml
  46. 2
      spring-boot-starters/spring-boot-starter-integration/pom.xml
  47. 2
      spring-boot-starters/spring-boot-starter-jdbc/pom.xml
  48. 2
      spring-boot-starters/spring-boot-starter-jetty/pom.xml
  49. 2
      spring-boot-starters/spring-boot-starter-log4j/pom.xml
  50. 2
      spring-boot-starters/spring-boot-starter-logging/pom.xml
  51. 2
      spring-boot-starters/spring-boot-starter-mobile/pom.xml
  52. 50
      spring-boot-starters/spring-boot-starter-parent/pom.xml
  53. 2
      spring-boot-starters/spring-boot-starter-redis/pom.xml
  54. 2
      spring-boot-starters/spring-boot-starter-remote-shell/pom.xml
  55. 2
      spring-boot-starters/spring-boot-starter-security/pom.xml
  56. 2
      spring-boot-starters/spring-boot-starter-test/pom.xml
  57. 2
      spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml
  58. 2
      spring-boot-starters/spring-boot-starter-tomcat/pom.xml
  59. 2
      spring-boot-starters/spring-boot-starter-web/pom.xml
  60. 2
      spring-boot-starters/spring-boot-starter-websocket/pom.xml
  61. 2
      spring-boot-starters/spring-boot-starter/pom.xml
  62. 2
      spring-boot-tools/pom.xml
  63. 2
      spring-boot-tools/spring-boot-dependency-tools/pom.xml
  64. 2
      spring-boot-tools/spring-boot-gradle-plugin/pom.xml
  65. 2
      spring-boot-tools/spring-boot-loader-tools/pom.xml
  66. 2
      spring-boot-tools/spring-boot-loader/pom.xml
  67. 2
      spring-boot-tools/spring-boot-maven-plugin/pom.xml
  68. 2
      spring-boot/pom.xml

2
pom.xml

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-build</artifactId> <artifactId>spring-boot-build</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<prerequisites> <prerequisites>
<maven>3.0.0</maven> <maven>3.0.0</maven>

2
spring-boot-actuator/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-actuator</artifactId> <artifactId>spring-boot-actuator</artifactId>

2
spring-boot-autoconfigure/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-autoconfigure</artifactId> <artifactId>spring-boot-autoconfigure</artifactId>

2
spring-boot-cli/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-cli</artifactId> <artifactId>spring-boot-cli</artifactId>

5
spring-boot-dependencies/pom.xml

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<activemq.version>5.7.0</activemq.version> <activemq.version>5.7.0</activemq.version>

33
spring-boot-docs/pom.xml

@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-docs</artifactId> <artifactId>spring-boot-docs</artifactId>
@ -192,8 +191,7 @@
<include name="**/*.pdf" /> <include name="**/*.pdf" />
</fileset> </fileset>
</copy> </copy>
<move file="${basedir}/target/contents/reference/pdf/index.pdf" <move file="${basedir}/target/contents/reference/pdf/index.pdf" tofile="${basedir}/target/contents/reference/pdf/spring-boot-reference.pdf" />
tofile="${basedir}/target/contents/reference/pdf/spring-boot-reference.pdf" />
</postProcess> </postProcess>
</configuration> </configuration>
</execution> </execution>
@ -212,8 +210,7 @@
<include name="**/*.epub" /> <include name="**/*.epub" />
</fileset> </fileset>
</copy> </copy>
<move file="${basedir}/target/contents/reference/epub/index.epub" <move file="${basedir}/target/contents/reference/epub/index.epub" tofile="${basedir}/target/contents/reference/epub/spring-boot-reference.epub" />
tofile="${basedir}/target/contents/reference/epub/spring-boot-reference.epub" />
</postProcess> </postProcess>
</configuration> </configuration>
</execution> </execution>
@ -254,11 +251,8 @@
</goals> </goals>
<configuration> <configuration>
<target> <target>
<zip <zip destfile="${project.build.directory}/${project.name}-${project.version}.zip">
destfile="${project.build.directory}/${project.name}-${project.version}.zip"> <zipfileset src="${project.build.directory}/${project.name}-${project.version}-javadoc.jar" prefix="api" />
<zipfileset
src="${project.build.directory}/${project.name}-${project.version}-javadoc.jar"
prefix="api" />
<fileset dir="${project.build.directory}/contents" /> <fileset dir="${project.build.directory}/contents" />
</zip> </zip>
</target> </target>
@ -276,20 +270,15 @@
<taskdef resource="net/sf/antcontrib/antcontrib.properties" /> <taskdef resource="net/sf/antcontrib/antcontrib.properties" />
<taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" /> <taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" />
<var name="version-type" value="${project.version}" /> <var name="version-type" value="${project.version}" />
<propertyregex property="version-type" override="true" <propertyregex property="version-type" override="true" input="${version-type}" regexp=".*\.(.*)" replace="\1" />
input="${version-type}" regexp=".*\.(.*)" replace="\1" /> <propertyregex property="version-type" override="true" input="${version-type}" regexp="(M)\d+" replace="MILESTONE" />
<propertyregex property="version-type" override="true" <propertyregex property="version-type" override="true" input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> <propertyregex property="version-type" override="true" input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
<propertyregex property="version-type" override="true"
input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
<propertyregex property="version-type" override="true"
input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
<stringutil string="${version-type}" property="spring-boot-repo"> <stringutil string="${version-type}" property="spring-boot-repo">
<lowercase /> <lowercase />
</stringutil> </stringutil>
<var name="github-tag" value="v${project.version}" /> <var name="github-tag" value="v${project.version}" />
<propertyregex property="github-tag" override="true" <propertyregex property="github-tag" override="true" input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
</target> </target>
</configuration> </configuration>
</execution> </execution>

2
spring-boot-full-build/pom.xml

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-full-build</artifactId> <artifactId>spring-boot-full-build</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>../</module> <module>../</module>

2
spring-boot-integration-tests/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-integration-tests</artifactId> <artifactId>spring-boot-integration-tests</artifactId>

2
spring-boot-parent/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-dependencies</relativePath> <relativePath>../spring-boot-dependencies</relativePath>
</parent> </parent>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>

2
spring-boot-samples/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>

2
spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-actuator-log4j</artifactId> <artifactId>spring-boot-sample-actuator-log4j</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-actuator-noweb</artifactId> <artifactId>spring-boot-sample-actuator-noweb</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-actuator-ui</artifactId> <artifactId>spring-boot-sample-actuator-ui</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-actuator/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-actuator</artifactId> <artifactId>spring-boot-sample-actuator</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-amqp/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-amqp</artifactId> <artifactId>spring-boot-sample-amqp</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-aop/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-aop</artifactId> <artifactId>spring-boot-sample-aop</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-batch/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-batch</artifactId> <artifactId>spring-boot-sample-batch</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-data-jpa</artifactId> <artifactId>spring-boot-sample-data-jpa</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-data-mongodb</artifactId> <artifactId>spring-boot-sample-data-mongodb</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-data-redis/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-data-redis</artifactId> <artifactId>spring-boot-sample-data-redis</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-data-rest/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-data-rest</artifactId> <artifactId>spring-boot-sample-data-rest</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-integration/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-integration</artifactId> <artifactId>spring-boot-sample-integration</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-jetty/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-jetty</artifactId> <artifactId>spring-boot-sample-jetty</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-profile/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-profile</artifactId> <artifactId>spring-boot-sample-profile</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-secure/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-secure</artifactId> <artifactId>spring-boot-sample-secure</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-servlet/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-servlet</artifactId> <artifactId>spring-boot-sample-servlet</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

2
spring-boot-samples/spring-boot-sample-simple/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-simple</artifactId> <artifactId>spring-boot-sample-simple</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

5
spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-tomcat-multi-connectors</artifactId> <artifactId>spring-boot-sample-tomcat-multi-connectors</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-tomcat/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-tomcat</artifactId> <artifactId>spring-boot-sample-tomcat</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-traditional/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-traditional</artifactId> <artifactId>spring-boot-sample-traditional</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

2
spring-boot-samples/spring-boot-sample-web-jsp/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-web-jsp</artifactId> <artifactId>spring-boot-sample-web-jsp</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

2
spring-boot-samples/spring-boot-sample-web-method-security/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-web-method-security</artifactId> <artifactId>spring-boot-sample-web-method-security</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-web-secure/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-web-secure</artifactId> <artifactId>spring-boot-sample-web-secure</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-web-static/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-web-static</artifactId> <artifactId>spring-boot-sample-web-static</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

2
spring-boot-samples/spring-boot-sample-web-ui/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-web-ui</artifactId> <artifactId>spring-boot-sample-web-ui</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-samples/spring-boot-sample-websocket/pom.xml

@ -7,7 +7,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<properties> <properties>
<main.basedir>${basedir}/../..</main.basedir> <main.basedir>${basedir}/../..</main.basedir>

2
spring-boot-samples/spring-boot-sample-xml/pom.xml

@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-xml</artifactId> <artifactId>spring-boot-sample-xml</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>

5
spring-boot-starters/spring-boot-starter-actuator/pom.xml

@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-actuator</artifactId> <artifactId>spring-boot-starter-actuator</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-amqp/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-amqp</artifactId> <artifactId>spring-boot-starter-amqp</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-aop/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-aop</artifactId> <artifactId>spring-boot-starter-aop</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-batch/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-batch</artifactId> <artifactId>spring-boot-starter-batch</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-data-mongodb</artifactId> <artifactId>spring-boot-starter-data-mongodb</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-data-rest/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-data-rest</artifactId> <artifactId>spring-boot-starter-data-rest</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-integration/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-integration</artifactId> <artifactId>spring-boot-starter-integration</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-jdbc/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-jdbc</artifactId> <artifactId>spring-boot-starter-jdbc</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-jetty/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-jetty</artifactId> <artifactId>spring-boot-starter-jetty</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-log4j/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-log4j</artifactId> <artifactId>spring-boot-starter-log4j</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-logging/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-logging</artifactId> <artifactId>spring-boot-starter-logging</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-mobile/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-mobile</artifactId> <artifactId>spring-boot-starter-mobile</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

50
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-dependencies</relativePath> <relativePath>../../spring-boot-dependencies</relativePath>
</parent> </parent>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
@ -32,122 +32,122 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId> <artifactId>spring-boot</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId> <artifactId>spring-boot-actuator</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId> <artifactId>spring-boot-starter-amqp</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId> <artifactId>spring-boot-starter-aop</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId> <artifactId>spring-boot-starter-actuator</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-batch</artifactId> <artifactId>spring-boot-starter-batch</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId> <artifactId>spring-boot-starter-data-mongodb</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId> <artifactId>spring-boot-starter-data-rest</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-integration</artifactId> <artifactId>spring-boot-starter-integration</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId> <artifactId>spring-boot-starter-jdbc</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId> <artifactId>spring-boot-starter-jetty</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId> <artifactId>spring-boot-starter-logging</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j</artifactId> <artifactId>spring-boot-starter-log4j</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mobile</artifactId> <artifactId>spring-boot-starter-mobile</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId> <artifactId>spring-boot-starter-redis</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId> <artifactId>spring-boot-starter-security</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-remote-shell</artifactId> <artifactId>spring-boot-starter-remote-shell</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId> <artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId> <artifactId>spring-boot-starter-tomcat</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

2
spring-boot-starters/spring-boot-starter-redis/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-redis</artifactId> <artifactId>spring-boot-starter-redis</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-remote-shell/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-remote-shell</artifactId> <artifactId>spring-boot-starter-remote-shell</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-security/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-security</artifactId> <artifactId>spring-boot-starter-security</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-test/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-thymeleaf</artifactId> <artifactId>spring-boot-starter-thymeleaf</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-tomcat/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-tomcat</artifactId> <artifactId>spring-boot-starter-tomcat</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-web/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter-websocket/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-starters/spring-boot-starter/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-tools/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>

2
spring-boot-tools/spring-boot-dependency-tools/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-dependency-tools</artifactId> <artifactId>spring-boot-dependency-tools</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-tools/spring-boot-gradle-plugin/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-gradle-plugin</artifactId> <artifactId>spring-boot-gradle-plugin</artifactId>
<properties> <properties>

2
spring-boot-tools/spring-boot-loader-tools/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-loader-tools</artifactId> <artifactId>spring-boot-loader-tools</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-tools/spring-boot-loader/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-loader</artifactId> <artifactId>spring-boot-loader</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

2
spring-boot-tools/spring-boot-maven-plugin/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>

2
spring-boot/pom.xml

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot</artifactId> <artifactId>spring-boot</artifactId>

Loading…
Cancel
Save