This is an automated email from the ASF dual-hosted git repository. grkvlt pushed a commit to branch 1.0.0 in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
commit 81f7617d180b93b84bb2be21b7fe19e6e346ce9b Author: Alex Heneveld <[email protected]> AuthorDate: Mon Jan 20 12:32:20 2020 +0000 use the flattened pom so that revision is set correctly --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19fbbae..303c9e9 100644 --- a/pom.xml +++ b/pom.xml @@ -280,7 +280,11 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> - <version>1.0.1</version> + <version>1.1.0</version> + <configuration> + <updatePomFile>true</updatePomFile> + <flattenMode>resolveCiFriendliesOnly</flattenMode> + </configuration> <executions> <!-- enable flattening --> <execution>
