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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new f6c17c1  Remove unnecessary build configuration in pom
f6c17c1 is described below

commit f6c17c10f47c2f902214bb6a0f77c5b064511acb
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Mon Feb 24 18:11:58 2020 -0500

    Remove unnecessary build configuration in pom
---
 pom.xml       | 12 ------------
 spark/pom.xml | 12 ------------
 2 files changed, 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0741f73..a6bd8f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,9 +335,6 @@
           <name>m2e.version</name>
         </property>
       </activation>
-      <properties>
-        <maven.compiler.release>8</maven.compiler.release>
-      </properties>
       <build>
         <pluginManagement>
           <plugins>
@@ -370,14 +367,5 @@
         </pluginManagement>
       </build>
     </profile>
-    <profile>
-      <id>jdk-release-flag</id>
-      <activation>
-        <jdk>[9,)</jdk>
-      </activation>
-      <properties>
-        <maven.compiler.release>8</maven.compiler.release>
-      </properties>
-    </profile>
   </profiles>
 </project>
diff --git a/spark/pom.xml b/spark/pom.xml
index 48a7c33..569aa58 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -263,9 +263,6 @@
           <name>m2e.version</name>
         </property>
       </activation>
-      <properties>
-        <maven.compiler.release>8</maven.compiler.release>
-      </properties>
       <build>
         <pluginManagement>
           <plugins>
@@ -298,14 +295,5 @@
         </pluginManagement>
       </build>
     </profile>
-    <profile>
-      <id>jdk-release-flag</id>
-      <activation>
-        <jdk>[9,)</jdk>
-      </activation>
-      <properties>
-        <maven.compiler.release>8</maven.compiler.release>
-      </properties>
-    </profile>
   </profiles>
 </project>

Reply via email to