[java-mvn-enforcer] branch main updated: JMVN-31 Move parent poms up afer the 4.2 release.

Rod Widdowson rdw at steadingsoftware.com
Sat Apr 30 12:59:31 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.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=8990b225429b1c318d417ec40d11b312e125dc51

The following commit(s) were added to refs/heads/main by this push:
     new 8990b22  JMVN-31 Move parent poms up afer the 4.2 release.
8990b22 is described below

commit 8990b225429b1c318d417ec40d11b312e125dc51
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Apr 30 13:56:46 2022 +0100

    JMVN-31 Move parent poms up afer the 4.2 release.
    
    https://shibboleth.atlassian.net/browse/JMVN-31
    
    Move maven-invoker to 3.2.  Move next version to 3.2 reflecting
    the minor version change on dependencies and also the new function
    brought in by JMVN-38 (check for keyrings on SNAPSHOT artifacts)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 660ebd0..ea55706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
     <groupId>net.shibboleth.maven.enforcer.rules</groupId>
     <artifactId>maven-dist-enforcer</artifactId>
     <name>Shibboleth Maven Enforcer</name>
-    <version>3.1.2-SNAPSHOT</version>
+    <version>3.2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -97,7 +97,7 @@
 	<dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-invoker</artifactId>
-            <version>3.1.0</version>
+            <version>3.2.0</version>
         </dependency>
         <!--  Provided because we are inside maven  -->
          <dependency>

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


More information about the commits mailing list