summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-06-06 20:48:12 +0300
committerVaadin Code Review <review@vaadin.com>2016-08-03 09:59:33 +0000
commit3abd26bf5a763e480266da7bffa17b64a38cb2ab (patch)
tree41d90adb8260f36ca334d8c1e9497791660b2de5 /pom.xml
parent35078caabebfda612867c68b38f1d554dd3192a7 (diff)
downloadvaadin-framework-3abd26bf5a763e480266da7bffa17b64a38cb2ab.tar.gz
vaadin-framework-3abd26bf5a763e480266da7bffa17b64a38cb2ab.zip
Update version number, use Java 8
Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 5f5eac095d..b61ffa49f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,15 +11,15 @@
<artifactId>vaadin-root</artifactId>
<name>vaadin-root</name>
<packaging>pom</packaging>
- <version>7.7.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
<prerequisites>
<maven>3.0.5</maven>
</prerequisites>
<properties>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Used version numbers for dependencies -->
@@ -243,13 +243,13 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<executions>
<execution>
- <id>java6compatibility</id>
+ <id>java8compatibility</id>
<phase>test</phase>
<goals>
<goal>check</goal>
@@ -257,7 +257,7 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
+ <artifactId>java18</artifactId>
<version>1.0</version>
</signature>
<ignores>