Skip to content

Commit

Permalink
Merge pull request #166 from ahgittin/better-flattening
Browse files Browse the repository at this point in the history
use the flattened pom so that revision is set correctly
  • Loading branch information
tbouron committed Jan 20, 2020
2 parents 1f961b7 + 6f90dab commit b623b86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit b623b86

Please sign in to comment.