From: Artur Signell Date: Mon, 1 Mar 2010 16:21:01 +0000 (+0000) Subject: #3682 - Maven pom.xml should use the same version as all other build scripts X-Git-Tag: 6.7.0.beta1~2011 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0c1eaf9dcc4597282e1e2016c1e61fa1c14e36c;p=vaadin-framework.git #3682 - Maven pom.xml should use the same version as all other build scripts svn changeset:11568/svn branch:6.3 --- 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-template.xml b/build/maven/pom-template.xml new file mode 100644 index 0000000000..5c2cb1a727 --- /dev/null +++ b/build/maven/pom-template.xml @@ -0,0 +1,63 @@ + + 4.0.0 + com.vaadin + vaadin + @VERSION-MAJOR.MINOR@-SNAPSHOT + Vaadin + + Oy IT Mill Ltd + http://vaadin.com + + http://vaadin.com + + Vaadin is a web application framework for Rich Internet Applications (RIA). + + Vaadin enables easy development and maintenance of fast and secure rich web + applications with a stunning look and feel and a wide browser support. + It features a server-side architecture with the majority of the logic running + on the server. Ajax technology is used at the browser-side to ensure a rich + and interactive user experience. + + + + Apache License Version 2.0 + repo + http://www.apache.org/licenses/LICENSE-2.0 + + + + + vaadin-releases + Vaadin release repository + http://oss.sonatype.org/content/repositories/vaadin-releases/ + + + vaadin-snapshots + Vaadin snapshot repository + http://oss.sonatype.org/content/repositories/vaadin-snapshots/ + + + + + vaadin-snapshots + http://oss.sonatype.org/content/repositories/vaadin-snapshots/ + + false + + + true + + + + vaadin-releases + http://oss.sonatype.org/content/repositories/vaadin-releases/ + + true + + + false + + + + + \ No newline at end of file diff --git a/build/maven/pom.xml b/build/maven/pom.xml deleted file mode 100644 index b03913baf8..0000000000 --- a/build/maven/pom.xml +++ /dev/null @@ -1,63 +0,0 @@ - - 4.0.0 - com.vaadin - vaadin - 6.3-SNAPSHOT - Vaadin - - Oy IT Mill Ltd - http://vaadin.com - - http://vaadin.com - - Vaadin is a web application framework for Rich Internet Applications (RIA). - - Vaadin enables easy development and maintenance of fast and secure rich web - applications with a stunning look and feel and a wide browser support. - It features a server-side architecture with the majority of the logic running - on the server. Ajax technology is used at the browser-side to ensure a rich - and interactive user experience. - - - - Apache License Version 2.0 - repo - http://www.apache.org/licenses/LICENSE-2.0 - - - - - vaadin-releases - Vaadin release repository - http://oss.sonatype.org/content/repositories/vaadin-releases/ - - - vaadin-snapshots - Vaadin snapshot repository - http://oss.sonatype.org/content/repositories/vaadin-snapshots/ - - - - - vaadin-snapshots - http://oss.sonatype.org/content/repositories/vaadin-snapshots/ - - false - - - true - - - - vaadin-releases - http://oss.sonatype.org/content/repositories/vaadin-releases/ - - true - - - false - - - - - \ No newline at end of file