[java-idp-jetty-base] branch 10-windows updated: Move parent project back to non SPANPSHOT in preparation for release.

Rod Widdowson rdw at steadingsoftware.com
Mon Mar 28 19:24:19 UTC 2022


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

rdw pushed a commit to branch 10-windows
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=368b23025b2d01c85dedd56e538b4ba9c830e37f

The following commit(s) were added to refs/heads/10-windows by this push:
     new 368b230  Move parent project back to non SPANPSHOT in preparation for release.
368b230 is described below

commit 368b23025b2d01c85dedd56e538b4ba9c830e37f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 28 20:13:39 2022 +0100

    Move parent project back to non SPANPSHOT in preparation for release.
    
    This requires pinning the enforcer and enforcer data versions and
    also turning m2 checkin on unconditionally
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c4f3695..fe7e615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.2.2-SNAPSHOT</version>
+        <version>11.2.1</version>
     </parent>
 
     <name>idp-jetty-base</name>
@@ -147,7 +147,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>${maven-dist-enforcer.version}</version>
+                        <version>3.1.1</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -162,14 +162,14 @@
                                 <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
                                     <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
                                     <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
-                                    <dataVersion>${maven-dist-enforcer-data.version}</dataVersion>
+                                    <dataVersion>1.0.4</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}</parentPomDir>
                                     <zipFiles>${project.build.directory}/idp-jetty-base-${project.version}.zip</zipFiles>
                                     <checkSignatures>true</checkSignatures>
                                     <checkDependencies>true</checkDependencies>
                                     <listJarSources>false</listJarSources>
-                                    <checkM2>false</checkM2>
+                                    <checkM2>true</checkM2>
                                  </jarEnforcer>
                             </rules>
                         </configuration>

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


More information about the commits mailing list