Greenwich:

This commit is contained in:
Marcin Grzejszczak
2019-03-08 16:53:30 +01:00
parent 4da781b214
commit f3e3d40e71
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -41,3 +41,5 @@ hs_err_pid*
interpolated-settings.xml
interpolated-pom.xml
dependency-reduced-pom.xml
.vscode/

View File

@@ -17,7 +17,7 @@
<docs.main>spring-cloud-contract</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<maven.plugin.plugin.version>3.4</maven.plugin.plugin.version>
<docs.whitelisted.branches>1.0.x,1.1.x,2.0.x</docs.whitelisted.branches>
<docs.whitelisted.branches>1.0.x,1.1.x,2.0.x,2.1.x</docs.whitelisted.branches>
</properties>
<build>
<plugins>