Added 2.2.x to the list of whitelisted branches

This commit is contained in:
Marcin Grzejszczak
2020-01-21 14:38:47 +01:00
parent bde980808c
commit b6ddff7d2e

View File

@@ -16,7 +16,7 @@
<properties>
<docs.main>spring-cloud-commons</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<docs.whitelisted.branches>1.2.x,1.3.x,2.0.x,2.1.x</docs.whitelisted.branches>
<docs.whitelisted.branches>1.2.x,1.3.x,2.0.x,2.1.x,2.2.x</docs.whitelisted.branches>
<configprops.inclusionPattern>spring.cloud.*</configprops.inclusionPattern>
</properties>
<dependencies>