Compare commits

...
4 Commits
Author SHA1 Message Date
Dave Syer 1e9558ffa9 Update to 1.1.0.M3 2015-11-17 09:42:15 +00:00
Spencer Gibb 561a059290 Update to Spring Boot 1.3.0.RELEASE
fixes gh-23
2015-11-16 10:34:55 -07:00
Roy Clarkson da523063a8 Fix formatting in README.adoc 2015-11-04 12:32:15 -06:00
Dave Syer 5fcc568c53 Switch back to snapshots 2015-10-21 12:15:24 -04:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ $ mvn deploy -DaltReleaseDeploymentRepository=repo.spring.io::default::https://r
and for jcenter use
---
----
$ mvn deploy -DaltReleaseDeploymentRepository=bintray::default::https://api.bintray.com/maven/spring/jars/org.springframework.cloud:build
---
----
and for Maven Central use
+2 -2
View File
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-parent</artifactId>
<version>1.1.0.M2</version>
<version>1.1.0.M3</version>
<packaging>pom</packaging>
<name>Spring Cloud Parent</name>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.0.RC1</version>
<version>1.3.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<modules>
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-parent</artifactId>
<version>1.1.0.M2</version>
<version>1.1.0.M3</version>
</parent>
<organization>
<name>Pivotal Software, Inc.</name>