diff options
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>
|