diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-05 10:29:34 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:24 +0300 |
commit | 6da3cd640d404965405d24dd515db90e57c8ad76 (patch) | |
tree | 5d17f3bb54bcf21e39200f589f60458f54d6d049 /pom-template.xml | |
parent | 93ed08119c3fb45a750998f05ba4f67643787295 (diff) | |
download | vaadin-framework-6da3cd640d404965405d24dd515db90e57c8ad76.tar.gz vaadin-framework-6da3cd640d404965405d24dd515db90e57c8ad76.zip |
Build javadoc and sources jars (#9299)
Diffstat (limited to 'pom-template.xml')
-rw-r--r-- | pom-template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pom-template.xml b/pom-template.xml index cec0ca6dc4..563a5a8e97 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.vaadin</groupId> <artifactId>${module.name}</artifactId> - <version>${vaadin.version}</version> + <version>${vaadin.maven.version}</version> <name>Vaadin</name> <organization> <name>Vaadin Ltd</name> |