Repository: incubator-streams-examples Updated Branches: refs/heads/master 2d443be05 -> be27e3fad
Updated to Java 8, add .java-version for jenv Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/68100605 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/68100605 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/68100605 Branch: refs/heads/master Commit: 68100605652c62173e058c654b421e85e3ebae45 Parents: 2d443be Author: Joey Frazee <[email protected]> Authored: Fri Oct 21 13:22:31 2016 -0500 Committer: Joey Frazee <[email protected]> Committed: Fri Oct 21 13:22:31 2016 -0500 ---------------------------------------------------------------------- .java-version | 1 + incubator-streams-master-pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/68100605/.java-version ---------------------------------------------------------------------- diff --git a/.java-version b/.java-version new file mode 100644 index 0000000..6259340 --- /dev/null +++ b/.java-version @@ -0,0 +1 @@ +1.8 http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/68100605/incubator-streams-master-pom.xml ---------------------------------------------------------------------- diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml index ad0cf4a..470b49c 100644 --- a/incubator-streams-master-pom.xml +++ b/incubator-streams-master-pom.xml @@ -32,7 +32,7 @@ <name>Apache Streams :: streams-master</name> <description>Apache Streams Master Pom</description> <packaging>pom</packaging> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <inceptionYear>2012</inceptionYear> @@ -128,11 +128,11 @@ <properties> <!-- Build Properties --> - <java.version>1.7</java.version> + <java.version>1.8</java.version> <maven.javadoc.failOnError>false</maven.javadoc.failOnError> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <streams.version>0.3-incubating-SNAPSHOT</streams.version> + <streams.version>0.4-incubating-SNAPSHOT</streams.version> <!-- Release Properties --> <snapshot.repository.url> @@ -148,7 +148,7 @@ <clean.plugin.version>2.6</clean.plugin.version> <depgraph.plugin.version>1.0.2</depgraph.plugin.version> <docker.plugin.version>0.11.5-M1</docker.plugin.version> - <enforcer.plugin.version>1.3.1</enforcer.plugin.version> + <enforcer.plugin.version>1.4.1</enforcer.plugin.version> <failsafe.plugin.version>2.17</failsafe.plugin.version> <jar.plugin.version>2.6</jar.plugin.version> <javadoc.plugin.version>2.10.2</javadoc.plugin.version> @@ -333,8 +333,8 @@ <configuration> <rules> <requireJavaVersion> - <message>Java 6 or higher is required to compile this module</message> - <version>${java.version}</version> + <message>Java 8 or higher is required to compile this module</message> + <version>[${java.version},)</version> </requireJavaVersion> </rules> </configuration>
