You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/06/24 16:33:10 UTC

[maven-doxia-sitetools] branch master updated: Clirr runs fine on Java 9+

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 71f6344  Clirr runs fine on Java 9+
71f6344 is described below

commit 71f6344a4d89c67e57a651191e5464bde7e293d4
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jun 24 18:32:39 2021 +0200

    Clirr runs fine on Java 9+
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3757f95..e8dbfeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,14 +370,5 @@ under the License.
         </plugins>
       </reporting>
     </profile>
-    <profile>
-      <id>jigsaw</id>
-      <activation>
-        <jdk>[1.9,)</jdk>
-      </activation>
-      <properties>
-        <clirr.skip>true</clirr.skip>
-      </properties>
-    </profile>
   </profiles>
 </project>