Browse Source

Fixup version numbers following release

pull/5887/head
Stephane Nicoll 10 years ago
parent
commit
72c2454218
  1. 7
      spring-boot-dependencies/pom.xml
  2. 2
      spring-boot-samples/spring-boot-sample-actuator/build.gradle
  3. 2
      spring-boot-samples/spring-boot-sample-ant/build.xml
  4. 2
      spring-boot-samples/spring-boot-sample-logback/build.gradle
  5. 2
      spring-boot-samples/spring-boot-sample-profile/build.gradle
  6. 2
      spring-boot-samples/spring-boot-sample-simple/build.gradle
  7. 2
      spring-boot-samples/spring-boot-sample-web-static/build.gradle
  8. 2
      spring-boot-samples/spring-boot-sample-web-ui/build.gradle

7
spring-boot-dependencies/pom.xml

@ -1,5 +1,4 @@
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<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>
@ -45,7 +44,7 @@
</developers> </developers>
<properties> <properties>
<!-- Spring Boot --> <!-- Spring Boot -->
<spring-boot.version>1.3.4.BUILD-SNAPSHOT</spring-boot.version> <spring-boot.version>1.3.5.BUILD-SNAPSHOT</spring-boot.version>
<!-- Third Party --> <!-- Third Party -->
<activemq.version>5.12.3</activemq.version> <activemq.version>5.12.3</activemq.version>
<antlr2.version>2.7.7</antlr2.version> <antlr2.version>2.7.7</antlr2.version>
@ -2241,4 +2240,4 @@
<id>integration-test</id> <id>integration-test</id>
</profile> </profile>
</profiles> </profiles>
</project> </project>

2
spring-boot-samples/spring-boot-sample-actuator/build.gradle

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.3.4.BUILD-SNAPSHOT' springBootVersion = '1.3.5.BUILD-SNAPSHOT'
} }
repositories { repositories {
// NOTE: You should declare only repositories that you need here // NOTE: You should declare only repositories that you need here

2
spring-boot-samples/spring-boot-sample-ant/build.xml

@ -11,7 +11,7 @@
actual jars). Run with '$ java -jar target/*.jar'. actual jars). Run with '$ java -jar target/*.jar'.
</description> </description>
<property name="spring-boot.version" value="1.3.4.BUILD-SNAPSHOT" /> <property name="spring-boot.version" value="1.3.5.BUILD-SNAPSHOT" />
<property name="lib.dir" location="${basedir}/target/lib" /> <property name="lib.dir" location="${basedir}/target/lib" />
<target name="resolve" description="--> retrieve dependencies with ivy"> <target name="resolve" description="--> retrieve dependencies with ivy">

2
spring-boot-samples/spring-boot-sample-logback/build.gradle

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.3.4.BUILD-SNAPSHOT' springBootVersion = '1.3.5.BUILD-SNAPSHOT'
} }
repositories { repositories {
// NOTE: You should declare only repositories that you need here // NOTE: You should declare only repositories that you need here

2
spring-boot-samples/spring-boot-sample-profile/build.gradle

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.3.4.BUILD-SNAPSHOT' springBootVersion = '1.3.5.BUILD-SNAPSHOT'
} }
repositories { repositories {
// NOTE: You should declare only repositories that you need here // NOTE: You should declare only repositories that you need here

2
spring-boot-samples/spring-boot-sample-simple/build.gradle

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.3.4.BUILD-SNAPSHOT' springBootVersion = '1.3.5.BUILD-SNAPSHOT'
} }
repositories { repositories {
// NOTE: You should declare only repositories that you need here // NOTE: You should declare only repositories that you need here

2
spring-boot-samples/spring-boot-sample-web-static/build.gradle

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.3.4.BUILD-SNAPSHOT' springBootVersion = '1.3.5.BUILD-SNAPSHOT'
} }
repositories { repositories {
// NOTE: You should declare only repositories that you need here // NOTE: You should declare only repositories that you need here

2
spring-boot-samples/spring-boot-sample-web-ui/build.gradle

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.3.4.BUILD-SNAPSHOT' springBootVersion = '1.3.5.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.4.RELEASE' springLoadedVersion = '1.2.4.RELEASE'
} }
repositories { repositories {

Loading…
Cancel
Save