summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-18 17:43:01 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-18 17:43:01 +0200
commite636b4fabb582e592f89c1ab469094c3d3a02e72 (patch)
tree0e989cca7d1b27eff96f9ed63961c5ee790bac90 /pom.xml
parentbf7404ee49137130eae5018743957d140f87a3c5 (diff)
Use properties-maven-plugin 1.0.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b9542b1f19d..0a1879d587c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
- <version>1.0-alpha-2</version>
+ <version>1.0.0</version>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>