aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-09-25 22:23:04 +0300
committerArtur Signell <artur@vaadin.com>2016-09-25 22:25:09 +0300
commit0a3a1ef8321ed421be2337034fdb1cae2c434c3d (patch)
tree25aea92c5e0a142005279c513caa31d5c093b8a2 /pom.xml
parent0aad93ecc1ce743dffc093ce7ae2ef88831f6073 (diff)
downloadvaadin-framework-0a3a1ef8321ed421be2337034fdb1cae2c434c3d.tar.gz
vaadin-framework-0a3a1ef8321ed421be2337034fdb1cae2c434c3d.zip
Use versions-maven-plugin 2.3 to avoid NPE while setting project version7.7.3
Change-Id: I9080a9f46193c1dea4a9ef6856d2899fe960b7e9 (cherry picked from commit e7b9db54a5aa172509b33746d270ac375009b4a6)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f13efa021c..9ae1170227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,11 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
</plugin>