[java-opensaml] branch main updated: Correct location for parent project pom
Rod Widdowson
rdw at steadingsoftware.com
Sat Jan 29 10:46:50 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=57527c77291dcbdbe0850ad2e6e8d720ac6a8b11
The following commit(s) were added to refs/heads/main by this push:
new 57527c772 Correct location for parent project pom
57527c772 is described below
commit 57527c77291dcbdbe0850ad2e6e8d720ac6a8b11
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jan 29 10:46:15 2022 +0000
Correct location for parent project pom
---
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 f4b3223c9..8109ea959 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>.</parentPomDir>
+ <parentPomDir>${basedir}/../idp-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