Browse Source

Update to 0.5.0.M2

pull/50/head
Dave Syer 12 years ago committed by Phillip Webb
parent
commit
b634b3bde6
  1. 2
      buildhelper/all/pom.xml
  2. 2
      pom.xml
  3. 2
      spring-boot-actuator/pom.xml
  4. 2
      spring-boot-autoconfigure/pom.xml
  5. 2
      spring-boot-cli/pom.xml
  6. 12
      spring-boot-dependencies/pom.xml
  7. 2
      spring-boot-integration-tests/pom.xml
  8. 2
      spring-boot-parent/pom.xml
  9. 2
      spring-boot-samples/pom.xml
  10. 2
      spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
  11. 2
      spring-boot-samples/spring-boot-sample-actuator/pom.xml
  12. 2
      spring-boot-samples/spring-boot-sample-batch/pom.xml
  13. 2
      spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
  14. 2
      spring-boot-samples/spring-boot-sample-integration/pom.xml
  15. 2
      spring-boot-samples/spring-boot-sample-jetty/pom.xml
  16. 2
      spring-boot-samples/spring-boot-sample-profile/pom.xml
  17. 2
      spring-boot-samples/spring-boot-sample-simple/pom.xml
  18. 2
      spring-boot-samples/spring-boot-sample-tomcat/pom.xml
  19. 2
      spring-boot-samples/spring-boot-sample-traditional/pom.xml
  20. 2
      spring-boot-samples/spring-boot-sample-web-jsp/pom.xml
  21. 2
      spring-boot-samples/spring-boot-sample-web-static/pom.xml
  22. 2
      spring-boot-samples/spring-boot-sample-web-ui/pom.xml
  23. 2
      spring-boot-samples/spring-boot-sample-websocket/pom.xml
  24. 2
      spring-boot-samples/spring-boot-sample-xml/pom.xml
  25. 2
      spring-boot-starters/pom.xml
  26. 2
      spring-boot-starters/spring-boot-starter-actuator/pom.xml
  27. 2
      spring-boot-starters/spring-boot-starter-batch/pom.xml
  28. 2
      spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
  29. 2
      spring-boot-starters/spring-boot-starter-integration/pom.xml
  30. 2
      spring-boot-starters/spring-boot-starter-jetty/pom.xml
  31. 2
      spring-boot-starters/spring-boot-starter-logging/pom.xml
  32. 4
      spring-boot-starters/spring-boot-starter-parent/pom.xml
  33. 2
      spring-boot-starters/spring-boot-starter-security/pom.xml
  34. 2
      spring-boot-starters/spring-boot-starter-tomcat/pom.xml
  35. 2
      spring-boot-starters/spring-boot-starter-web/pom.xml
  36. 4
      spring-boot-starters/spring-boot-starter-websocket/pom.xml
  37. 2
      spring-boot-starters/spring-boot-starter/pom.xml
  38. 2
      spring-boot-tools/pom.xml
  39. 2
      spring-boot-tools/spring-boot-gradle-plugin/pom.xml
  40. 2
      spring-boot-tools/spring-boot-loader-tools/pom.xml
  41. 2
      spring-boot-tools/spring-boot-loader/pom.xml
  42. 2
      spring-boot-tools/spring-boot-maven-plugin/pom.xml
  43. 2
      spring-boot/pom.xml

2
buildhelper/all/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-all</artifactId> <artifactId>spring-boot-build-all</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<prerequisites> <prerequisites>
<maven>3.0.0</maven> <maven>3.0.0</maven>

2
pom.xml

@ -4,7 +4,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-cli</artifactId> <artifactId>spring-boot-cli</artifactId>

12
spring-boot-dependencies/pom.xml

@ -4,7 +4,7 @@
<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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<aspectj.version>1.7.3</aspectj.version> <aspectj.version>1.7.3</aspectj.version>
@ -538,5 +538,15 @@
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
</profile> </profile>
<profile>
<id>milestone</id>
<distributionManagement>
<repository>
<id>spring-repo-milestone</id>
<name>Spring Milestone Repository</name>
<url>http://repo.springsource.org/libs-milestone-local</url>
</repository>
</distributionManagement>
</profile>
</profiles> </profiles>
</project> </project>

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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-actuator-ui</artifactId> <artifactId>spring-boot-sample-actuator-ui</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-actuator</artifactId> <artifactId>spring-boot-sample-actuator</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-batch</artifactId> <artifactId>spring-boot-sample-batch</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-data-jpa</artifactId> <artifactId>spring-boot-sample-data-jpa</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-integration</artifactId> <artifactId>spring-boot-sample-integration</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-jetty</artifactId> <artifactId>spring-boot-sample-jetty</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-profile</artifactId> <artifactId>spring-boot-sample-profile</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-simple</artifactId> <artifactId>spring-boot-sample-simple</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-tomcat</artifactId> <artifactId>spring-boot-sample-tomcat</artifactId>

2
spring-boot-samples/spring-boot-sample-traditional/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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-traditional</artifactId> <artifactId>spring-boot-sample-traditional</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-web-jsp</artifactId> <artifactId>spring-boot-sample-web-jsp</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-web-static</artifactId> <artifactId>spring-boot-sample-web-static</artifactId>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-web-ui</artifactId> <artifactId>spring-boot-sample-web-ui</artifactId>

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

@ -8,7 +8,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>

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

@ -5,7 +5,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>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath> <relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-sample-xml</artifactId> <artifactId>spring-boot-sample-xml</artifactId>

2
spring-boot-starters/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>

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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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-batch/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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-integration/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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-jetty/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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-logging/pom.xml

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

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

@ -10,13 +10,13 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<spring.boot.version>0.5.0.BUILD-SNAPSHOT</spring.boot.version> <spring.boot.version>0.5.0.M2</spring.boot.version>
<java.version>1.6</java.version> <java.version>1.6</java.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>

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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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-tomcat/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

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

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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
</parent> </parent>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -30,7 +30,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>spring-boot-up-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>

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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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-gradle-plugin/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</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

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.M2</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot</artifactId> <artifactId>spring-boot</artifactId>

Loading…
Cancel
Save