From de403a25532ea497519ded356a33bbf109ccb6df Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Thu, 11 May 2017 13:14:12 -0500 Subject: [PATCH 1/3] Add CircleCI badge to README.adoc --- docs/src/main/asciidoc/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 25b77a08..5b78335c 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -1,3 +1,5 @@ +image:https://circleci.com/gh/spring-cloud/spring-cloud-build.svg?style=svg[link="https://travis-ci.org/spring-cloud/spring-cloud-build"] + Spring Cloud Build is a common utility project for Spring Cloud to use for plugin and dependency management. @@ -38,4 +40,4 @@ $ mvn deploy -P central -DaltReleaseDeploymentRepository=sonatype-nexus-staging: == Contributing -include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing.adoc[] \ No newline at end of file +include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing.adoc[] From aaa6a2c973792406314b95186c077b420c941053 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 12 May 2017 14:17:53 +0200 Subject: [PATCH 2/3] Let's start highlighting syntax... (#54) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 0d731156..083f9ee7 100644 --- a/pom.xml +++ b/pom.xml @@ -612,6 +612,7 @@ limitations under the License. true ${project.version} true + prettify From e51364bff5c58f99538bd53be659d0a2563e0c13 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 16 May 2017 14:10:20 +0100 Subject: [PATCH 3/3] Add compiler plugin version --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 083f9ee7..bdb3a62a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,8 @@ @ UTF-8 UTF-8 + 3.1 + 2.10 ${java.version} ${java.version} ${basedir} @@ -172,6 +174,20 @@ limitations under the License. + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins + maven-eclipse-plugin + ${maven-eclipse-plugin.version} + org.apache.maven.plugins