You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/22 19:40:08 UTC

[1/4] incubator-streams git commit: Updated to Java 8, add .java-version for jenv

Repository: incubator-streams
Updated Branches:
  refs/heads/master 4168beb81 -> 9861124ae


Updated to Java 8, add .java-version for jenv


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/1cb6234a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/1cb6234a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/1cb6234a

Branch: refs/heads/master
Commit: 1cb6234aa2ea33f1c26f17c26b03bf0f12692da7
Parents: 11e3a0f
Author: Joey Frazee <jo...@icloud.com>
Authored: Fri Oct 21 13:08:23 2016 -0500
Committer: Joey Frazee <jo...@icloud.com>
Committed: Fri Oct 21 13:08:23 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/blob/1cb6234a/.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/blob/1cb6234a/incubator-streams-master-pom.xml
----------------------------------------------------------------------
diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml
index 8ace54e..e2fc302 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>
 
@@ -117,11 +117,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>
@@ -137,7 +137,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>
@@ -322,8 +322,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>


[4/4] incubator-streams git commit: Merge remote-tracking branch 'jfrazee/STREAMS-432'

Posted by sb...@apache.org.
Merge remote-tracking branch 'jfrazee/STREAMS-432'


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/9861124a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/9861124a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/9861124a

Branch: refs/heads/master
Commit: 9861124aead85ee154a54060781d1115c58726ac
Parents: 4168beb 316b399
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Sat Oct 22 14:39:57 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Sat Oct 22 14:39:57 2016 -0500

----------------------------------------------------------------------
 .java-version                    |  1 +
 incubator-streams-master-pom.xml | 19 ++++++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



[2/4] incubator-streams git commit: Added requireMavenVersion

Posted by sb...@apache.org.
Added requireMavenVersion


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/afb25d08
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/afb25d08
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/afb25d08

Branch: refs/heads/master
Commit: afb25d083bc24b8d5333b2db320a23be467fcf4b
Parents: 1cb6234
Author: Joey Frazee <jo...@icloud.com>
Authored: Fri Oct 21 13:55:34 2016 -0500
Committer: Joey Frazee <jo...@icloud.com>
Committed: Fri Oct 21 13:55:34 2016 -0500

----------------------------------------------------------------------
 incubator-streams-master-pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/afb25d08/incubator-streams-master-pom.xml
----------------------------------------------------------------------
diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml
index e2fc302..9524643 100644
--- a/incubator-streams-master-pom.xml
+++ b/incubator-streams-master-pom.xml
@@ -118,6 +118,7 @@
 
         <!-- Build Properties -->
         <java.version>1.8</java.version>
+        <maven.version>3.0.5</maven.version>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -325,6 +326,10 @@
                                         <message>Java 8 or higher is required to compile this module</message>
                                         <version>[${java.version},)</version>
                                     </requireJavaVersion>
+                                    <requireMavenVersion>
+                                        <message>Maven 3.0 or higher is required to compile this module</message>
+                                        <version>[${maven.version},)</version>
+                                    </requireMavenVersion>
                                 </rules>
                             </configuration>
                         </execution>


[3/4] incubator-streams git commit: Bump maven to 3.3.9

Posted by sb...@apache.org.
Bump maven to 3.3.9


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/316b3995
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/316b3995
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/316b3995

Branch: refs/heads/master
Commit: 316b3995870ea32ed4c026112a9eb9098c1374e7
Parents: afb25d0
Author: Joey Frazee <jo...@icloud.com>
Authored: Fri Oct 21 14:00:50 2016 -0500
Committer: Joey Frazee <jo...@icloud.com>
Committed: Fri Oct 21 14:11:31 2016 -0500

----------------------------------------------------------------------
 incubator-streams-master-pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/316b3995/incubator-streams-master-pom.xml
----------------------------------------------------------------------
diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml
index 9524643..5246931 100644
--- a/incubator-streams-master-pom.xml
+++ b/incubator-streams-master-pom.xml
@@ -64,7 +64,7 @@
     </ciManagement>
 
     <prerequisites>
-        <maven>3.0.5</maven>
+        <maven>3.3.9</maven>
     </prerequisites>
 
     <mailingLists>
@@ -118,7 +118,7 @@
 
         <!-- Build Properties -->
         <java.version>1.8</java.version>
-        <maven.version>3.0.5</maven.version>
+        <maven.version>3.3.9</maven.version>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -327,7 +327,7 @@
                                         <version>[${java.version},)</version>
                                     </requireJavaVersion>
                                     <requireMavenVersion>
-                                        <message>Maven 3.0 or higher is required to compile this module</message>
+                                        <message>Maven 3.3.9 or higher is required to compile this module</message>
                                         <version>[${maven.version},)</version>
                                     </requireMavenVersion>
                                 </rules>