summaryrefslogtreecommitdiffstats
path: root/build/maven
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-03-01 16:21:01 +0000
committerArtur Signell <artur.signell@itmill.com>2010-03-01 16:21:01 +0000
commitb0c1eaf9dcc4597282e1e2016c1e61fa1c14e36c (patch)
tree450472173e60373aae31403dcfaa854759203c0a /build/maven
parent6b3d7c1d61c43bf03c2cc99053eb393457e71df4 (diff)
downloadvaadin-framework-b0c1eaf9dcc4597282e1e2016c1e61fa1c14e36c.tar.gz
vaadin-framework-b0c1eaf9dcc4597282e1e2016c1e61fa1c14e36c.zip
#3682 - Maven pom.xml should use the same version as all other build scripts
svn changeset:11568/svn branch:6.3
Diffstat (limited to 'build/maven')
-rw-r--r--build/maven/pom-template.xml (renamed from build/maven/pom.xml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/maven/pom.xml b/build/maven/pom-template.xml
index b03913baf8..5c2cb1a727 100644
--- a/build/maven/pom.xml
+++ b/build/maven/pom-template.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vaadin</groupId>
<artifactId>vaadin</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>@VERSION-MAJOR.MINOR@-SNAPSHOT</version>
<name>Vaadin</name>
<organization>
<name>Oy IT Mill Ltd</name>