This is an automated email from the ASF dual-hosted git repository.

mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 0de9081  [NO ISSUE] Always build with jdk target 8
0de9081 is described below

commit 0de90810dbe4eafc58e4f35819951a025434bb3e
Author: Michael Blow <[email protected]>
AuthorDate: Fri Aug 23 16:27:29 2019 -0400

    [NO ISSUE] Always build with jdk target 8
    
    Change-Id: I2f31adc13ce24c1a631620612259b774ab88fa0b
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/3531
    Sonar-Qube: Jenkins <[email protected]>
    Contrib: Jenkins <[email protected]>
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Murtadha Hubail <[email protected]>
---
 asterixdb/pom.xml                 | 32 ++------------------------------
 hyracks-fullstack/hyracks/pom.xml |  2 +-
 hyracks-fullstack/pom.xml         | 30 +-----------------------------
 3 files changed, 4 insertions(+), 60 deletions(-)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 0149810..9a8cf32 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -547,7 +547,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.5.2</version>
+          <version>3.6.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -808,41 +808,13 @@
     <profile>
       <id>java8</id>
       <activation>
-        <jdk>1.8</jdk>
+        <jdk>[1.8,)</jdk>
       </activation>
       <properties>
         <target.jdk.version>8</target.jdk.version>
       </properties>
     </profile>
     <profile>
-      <id>java9</id>
-      <activation>
-        <jdk>9</jdk>
-      </activation>
-      <properties>
-        <target.jdk.version>9</target.jdk.version>
-      </properties>
-    </profile>
-    <profile>
-      <id>java10</id>
-      <activation>
-        <jdk>10</jdk>
-      </activation>
-      <properties>
-        <target.jdk.version>10</target.jdk.version>
-      </properties>
-    </profile>
-    <profile>
-      <id>java11</id>
-      <activation>
-        <jdk>11</jdk>
-      </activation>
-      <properties>
-        <!-- several plugins do not yet support Java 11 classes 
(maven-plugin-plugin, maven-dependency-plugin) -->
-        <target.jdk.version>10</target.jdk.version>
-      </properties>
-    </profile>
-    <profile>
       <id>java8-bootclasspath</id>
       <activation>
         <property>
diff --git a/hyracks-fullstack/hyracks/pom.xml 
b/hyracks-fullstack/hyracks/pom.xml
index 5990526..c66c4fe 100644
--- a/hyracks-fullstack/hyracks/pom.xml
+++ b/hyracks-fullstack/hyracks/pom.xml
@@ -35,7 +35,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.5.2</version>
+          <version>3.6.0</version>
         </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings 
only. It has no influence on the Maven build itself.-->
         <plugin>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 565d29b..c619397 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -737,41 +737,13 @@
     <profile>
       <id>java8</id>
       <activation>
-        <jdk>1.8</jdk>
+        <jdk>[1.8,)</jdk>
       </activation>
       <properties>
         <target.jdk.version>8</target.jdk.version>
       </properties>
     </profile>
     <profile>
-      <id>java9</id>
-      <activation>
-        <jdk>9</jdk>
-      </activation>
-      <properties>
-        <target.jdk.version>9</target.jdk.version>
-      </properties>
-    </profile>
-    <profile>
-      <id>java10</id>
-      <activation>
-        <jdk>10</jdk>
-      </activation>
-      <properties>
-        <target.jdk.version>10</target.jdk.version>
-      </properties>
-    </profile>
-    <profile>
-      <id>java11</id>
-      <activation>
-        <jdk>11</jdk>
-      </activation>
-      <properties>
-        <!-- several plugins do not yet support Java 11 classes 
(maven-plugin-plugin, maven-dependency-plugin) -->
-        <target.jdk.version>10</target.jdk.version>
-      </properties>
-    </profile>
-    <profile>
       <id>java8-bootclasspath</id>
       <activation>
         <property>

Reply via email to