You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2020/01/20 14:56:26 UTC

[brooklyn-ui] branch master updated: use the flattened pom so that revision is set correctly

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f90dab  use the flattened pom so that revision is set correctly
     new b623b86  Merge pull request #166 from ahgittin/better-flattening
6f90dab is described below

commit 6f90dab8c9d27fcdb866bcaa19ae5c11ea5d2d5b
Author: Alex Heneveld <al...@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 538b55f..140e5f3 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>