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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 6663901584fc1eafb1f125361f2be707c6f68578
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Sun Aug 15 09:22:09 2021 +0100

    Remove Java 8 profiles from modules
---
 commons-rng-client-api/pom.xml | 13 -------------
 commons-rng-core/pom.xml       | 13 -------------
 commons-rng-sampling/pom.xml   | 13 -------------
 commons-rng-simple/pom.xml     | 13 -------------
 4 files changed, 52 deletions(-)

diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml
index e842eca..82eb825 100644
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@ -42,17 +42,4 @@
     <rng.jira.component>client-api</rng.jira.component>
   </properties>
 
-  <profiles>
-    <profile>
-      <id>jdk8-plugins</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <properties>
-        <!-- Allow japicmp -->
-        <japicmp.skip>false</japicmp.skip>
-      </properties>
-    </profile>
-  </profiles>
-
 </project>
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 3f831c6..fa683cf 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -71,17 +71,4 @@
     </plugins>
   </build>
 
-  <profiles>
-    <profile>
-      <id>jdk8-plugins</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <properties>
-        <!-- Allow japicmp -->
-        <japicmp.skip>false</japicmp.skip>
-      </properties>
-    </profile>
-  </profiles>
-
 </project>
diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml
index a17bebf..b6e16fc 100644
--- a/commons-rng-sampling/pom.xml
+++ b/commons-rng-sampling/pom.xml
@@ -75,17 +75,4 @@
     </plugins>
   </build>
 
-  <profiles>
-    <profile>
-      <id>jdk8-plugins</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <properties>
-        <!-- Allow japicmp -->
-        <japicmp.skip>false</japicmp.skip>
-      </properties>
-    </profile>
-  </profiles>
-
 </project>
diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index 98338a2..faabe26 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -69,17 +69,4 @@
     </plugins>
   </build>
 
-  <profiles>
-    <profile>
-      <id>jdk8-plugins</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <properties>
-        <!-- Allow japicmp -->
-        <japicmp.skip>false</japicmp.skip>
-      </properties>
-    </profile>
-  </profiles>
-
 </project>

Reply via email to