[java-opensaml] branch main updated: Correct (correct) location for parent project pom

Rod Widdowson rdw at steadingsoftware.com
Sat Jan 29 10:56:36 UTC 2022


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

rdw pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=2e75ae607df76bcd91c302d550a44d2fd8976844

The following commit(s) were added to refs/heads/main by this push:
     new 2e75ae607 Correct (correct) location for parent project pom
2e75ae607 is described below

commit 2e75ae607df76bcd91c302d550a44d2fd8976844
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jan 29 10:56:03 2022 +0000

    Correct (correct) location for parent project pom
    
    Cut and paste error.
---
 opensaml-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index 8109ea959..8e042201c 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -159,7 +159,7 @@
                                     <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
                                     <dataVersion>1.0.1-SNAPSHOT</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
-                                    <parentPomDir>${basedir}/../idp-parent</parentPomDir>
+                                    <parentPomDir>${basedir}/../opensaml-parent</parentPomDir>
                                     <zipFiles/>
                                     <tgzFiles/>
                                     <checkSignatures>false</checkSignatures>

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


More information about the commits mailing list