diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-15 17:20:34 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-15 17:36:46 +0200 |
commit | 14f760c4400a59b66a8fcce668016fa2aa99179f (patch) | |
tree | 7fd57cb08f9c86847ce64424d5bc899896ce1ccb /push | |
parent | a6653d3fe49e6a97468ac09f7f2f4d621bea1078 (diff) | |
download | vaadin-framework-14f760c4400a59b66a8fcce668016fa2aa99179f.tar.gz vaadin-framework-14f760c4400a59b66a8fcce668016fa2aa99179f.zip |
Introduce root pom.xml to ease building with maven
Change-Id: Ib1252575da642074441818fda0f3946df300aa64
Diffstat (limited to 'push')
-rw-r--r-- | push/pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/push/pom.xml b/push/pom.xml index 3bbdc931c5..3b3325a803 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -4,17 +4,14 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.vaadin</groupId> - <artifactId>vaadin-parent</artifactId> - <version>1.0.0</version> + <artifactId>vaadin-root</artifactId> + <version>7.7.0-SNAPSHOT</version> </parent> - <groupId>com.vaadin</groupId> <artifactId>vaadin-push</artifactId> <name>Vaadin Push</name> <packaging>jar</packaging> - <version>7.7.0-SNAPSHOT</version> <properties> - <atmosphere.runtime.version>2.2.7.vaadin1</atmosphere.runtime.version> - <atmosphere.js.version>2.2.6.vaadin4</atmosphere.js.version> + </properties> <organization> |