From b0c1eaf9dcc4597282e1e2016c1e61fa1c14e36c Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 1 Mar 2010 16:21:01 +0000 Subject: [PATCH] #3682 - Maven pom.xml should use the same version as all other build scripts svn changeset:11568/svn branch:6.3 --- build/build.xml | 21 ++++++++++++++++++++- build/maven/{pom.xml => pom-template.xml} | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) rename build/maven/{pom.xml => pom-template.xml} (94%) diff --git a/build/build.xml b/build/build.xml index cd624dc901..c5b337f64a 100644 --- a/build/build.xml +++ b/build/build.xml @@ -130,6 +130,10 @@ + + + + @@ -1070,7 +1074,22 @@ - + + Creating pom.xml for nightly build + + + + + + + + + + + + + + Publishing ${output-dir}/WebContent/${lib-jar-name} to Maven repository diff --git a/build/maven/pom.xml b/build/maven/pom-template.xml similarity index 94% rename from build/maven/pom.xml rename to build/maven/pom-template.xml index b03913baf8..5c2cb1a727 100644 --- a/build/maven/pom.xml +++ b/build/maven/pom-template.xml @@ -2,7 +2,7 @@ 4.0.0 com.vaadin vaadin - 6.3-SNAPSHOT + @VERSION-MAJOR.MINOR@-SNAPSHOT Vaadin Oy IT Mill Ltd -- 2.39.5