[java-mvn-enforcer-data] 01/02: JMVN-31 Update parent pom version
Rod Widdowson
rdw at steadingsoftware.com
Sat Apr 30 10:42:41 UTC 2022
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=23f18ae2f2ba6f3eb666bef536c6a0160dbc70d0
commit 23f18ae2f2ba6f3eb666bef536c6a0160dbc70d0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Apr 30 11:41:00 2022 +0100
JMVN-31 Update parent pom version
https://shibboleth.atlassian.net/browse/JMVN-31
Add a warning about the version of the parent pom (it cannot be snapshot)
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 11a997e..ec8a0b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,9 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.1</version>
+ <!-- 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.2</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