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 /shared | |
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 'shared')
-rw-r--r-- | shared/pom.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/shared/pom.xml b/shared/pom.xml index f5e24086b6..8941a3a892 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -4,24 +4,16 @@ <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-shared</artifactId> <name>vaadin-shared</name> <packaging>jar</packaging> - <version>7.7.0-SNAPSHOT</version> <properties> - <maven.compiler.source>1.6</maven.compiler.source> - <maven.compiler.target>1.6</maven.compiler.target> - <!-- Used version numbers for dependencies --> <flute.version>1.3.0.gg2</flute.version> <streamhtmlparser.version>0.0.10.vaadin1</streamhtmlparser.version> - <guava.version>16.0.1.vaadin1</guava.version> - <!-- TODO: Move to Parent --> - <vaadin.gwt.version>2.7.0.vaadin3</vaadin.gwt.version> </properties> <organization> @@ -168,7 +160,7 @@ </execution> </executions> </plugin> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> @@ -183,7 +175,7 @@ </archive> </configuration> </plugin> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> |