[java-mvn-enforcer-data] branch main updated: JMVN-45 Investigate building a parent pom with the minimum subset of JPAR
Rod Widdowson
rdw at steadingsoftware.com
Wed Jan 11 16:17:28 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-mvn-enforcer-data.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer-data.git;a=commit;h=0ce3026ff28d248ec32fd5a1fd8b2c2f4fc0f2fa
The following commit(s) were added to refs/heads/main by this push:
new 0ce3026 JMVN-45 Investigate building a parent pom with the minimum subset of JPAR
0ce3026 is described below
commit 0ce3026ff28d248ec32fd5a1fd8b2c2f4fc0f2fa
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 10 15:45:22 2023 +0000
JMVN-45 Investigate building a parent pom with the minimum subset of JPAR
https://shibboleth.atlassian.net/browse/JMVN-45
Start using the new parent
---
pom.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 440bbc4..468f58e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth</groupId>
- <artifactId>parent</artifactId>
- <!-- NOTE that the parent project references this project so this must
- always be a released version at the risk of hugely disruptive re-entrancy -->
- <version>11.3.4</version>
+ <groupId>net.shibboleth.maven.enforcer.rules</groupId>
+ <artifactId>maven-dist-enforcer-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.maven.enforcer.rules</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list