This is an automated email from the ASF dual-hosted git repository.

tbouron pushed a commit to branch 1.0.0
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/1.0.0 by this push:
     new 3897503  use the flattened pom so that revision is set correctly
     new 11588d8  Merge pull request #168 from nakomis/1.0.0-cherry-picks
3897503 is described below

commit 3897503406dda610a04954422e56cf25b9ff90d2
Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
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>

Reply via email to