[java-identity-provider] 02/02: Update enforcer and enforcer-data versions

Rod Widdowson rdw at steadingsoftware.com
Wed Feb 2 10:53:32 UTC 2022


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

rdw pushed a commit to branch maint-4.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=37a1a0d2266f913facf9b17c86911b9ef4a967ee

commit 37a1a0d2266f913facf9b17c86911b9ef4a967ee
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Feb 1 19:36:34 2022 +0000

    Update enforcer and enforcer-data versions
---
 idp-distribution/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 01a7e5e9e..0eebb3e11 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -57,9 +57,9 @@
         </dependency>
 
         <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-compress</artifactId>
-          <scope>runtime</scope>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-compress</artifactId>
+            <scope>runtime</scope>
         </dependency>
 
         <dependency>
@@ -254,7 +254,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>3.1.0</version>
+                        <version>3.1.1-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -269,7 +269,7 @@
                                 <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
                                     <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
                                     <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
-                                    <dataVersion>1.0.0</dataVersion>
+                                    <dataVersion>1.0.1-SNAPSHOT</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/../idp-parent</parentPomDir>
                                     <zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>

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


More information about the commits mailing list