You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/11/22 00:13:03 UTC

[aries-jax-rs-whiteboard] 01/02: Revert "make sure to properly handle invocation be different java versions for CI"

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 84871b31fd28cae06e730b34a36babc5b539ad14
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sun Nov 21 18:50:18 2021 -0500

    Revert "make sure to properly handle invocation be different java versions for CI"
    
    This reverts commit 534db48ee44e266d2b32125ba9d003ac4cc307d0.
---
 jax-rs.whiteboard/pom.xml | 11 -----------
 pom.xml                   | 11 -----------
 2 files changed, 22 deletions(-)

diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index baa80d9..be4911f 100644
--- a/jax-rs.whiteboard/pom.xml
+++ b/jax-rs.whiteboard/pom.xml
@@ -137,15 +137,4 @@
         </plugins>
     </reporting>
 
-    <profiles>
-        <profile>
-            <activation>
-                <jdk>[9,)</jdk>
-            </activation>
-            <properties>
-                <maven.compiler.release>8</maven.compiler.release>
-            </properties>
-        </profile>
-    </profiles>
-
 </project>
diff --git a/pom.xml b/pom.xml
index df2c101..34267e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -737,17 +737,6 @@
         </plugins>
     </build>
 
-    <profiles>
-        <profile>
-            <activation>
-                <jdk>[9,)</jdk>
-            </activation>
-            <properties>
-                <maven.compiler.release>${java.specification.version}</maven.compiler.release>
-            </properties>
-        </profile>
-    </profiles>
-
     <reporting>
         <plugins>
             <plugin>