[java-metadata-aggregator] branch main updated: Move to SNAPSHOT parent again to pick up latest JaCoCo configuration

Ian Young ian at iay.org.uk
Tue Oct 18 18:34:51 UTC 2022


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=0f12989d49e80a0dbe7c0c5fd8f4de1ea848e1d2

The following commit(s) were added to refs/heads/main by this push:
     new 0f12989  Move to SNAPSHOT parent again to pick up latest JaCoCo configuration
0f12989 is described below

commit 0f12989d49e80a0dbe7c0c5fd8f4de1ea848e1d2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 18 19:34:47 2022 +0100

    Move to SNAPSHOT parent again to pick up latest JaCoCo configuration
---
 mda-framework/pom.xml | 21 ---------------------
 pom.xml               |  2 +-
 2 files changed, 1 insertion(+), 22 deletions(-)

diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index 0b74aa8..f51aee4 100644
--- a/mda-framework/pom.xml
+++ b/mda-framework/pom.xml
@@ -238,27 +238,6 @@
 
     <profiles>
 
-        <!--
-            Disable JaCoCo under unsupported versions of Java.
-        -->
-        <profile>
-            <id>nojacoco</id>
-            <activation>
-                <jdk>[15,</jdk>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.jacoco</groupId>
-                        <artifactId>jacoco-maven-plugin</artifactId>
-                        <configuration>
-                            <skip>true</skip>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
         <!--
             Pull in a Javascript engine for testing in Java
             versions where the JDK doesn't provide one.
diff --git a/pom.xml b/pom.xml
index 39870a2..0617524 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.4</version>
+        <version>11.3.5-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata Aggregator</name>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list