diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -42,7 +42,7 @@ <!-- Atmosphere versions --> <!-- Note that this should be kept in sync with the class Constants --> <atmosphere.runtime.version>2.2.9.vaadin2</atmosphere.runtime.version> - <atmosphere.js.version>2.2.13.vaadin3</atmosphere.js.version> + <atmosphere.js.version>2.2.13.vaadin5</atmosphere.js.version> <!-- Dependency unpack directory --> <dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory> @@ -232,6 +232,19 @@ <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.8</version> + <executions> + <execution> + <id>parse-version</id> + <goals> + <goal>parse-version</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <executions> |