diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-15 18:17:29 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-15 18:17:29 +0200 |
commit | cf7de40a27587f0f6f9c6cbc07436e5aade563be (patch) | |
tree | 67ab3bd8ec136f80453bc9e88ad92a9f9dab7832 /shared | |
parent | 14f760c4400a59b66a8fcce668016fa2aa99179f (diff) | |
download | vaadin-framework-cf7de40a27587f0f6f9c6cbc07436e5aade563be.tar.gz vaadin-framework-cf7de40a27587f0f6f9c6cbc07436e5aade563be.zip |
Extract version numbers to properties in root pom.xml
Change-Id: I6c9367022eb66ed0fc6cbcc071751a53bd9786a1
Diffstat (limited to 'shared')
-rw-r--r-- | shared/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/pom.xml b/shared/pom.xml index 8941a3a892..d76ab9ea77 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -51,7 +51,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>${junit.version}</version> <scope>test</scope> </dependency> </dependencies> |