[java-idp-jetty-base] 01/02: IDP-1897 Prepare jetty-base for 4.1.5

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 19 15:57:28 UTC 2022


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

rdw pushed a commit to branch 9.4-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=bca0f232af1a01a692c277d2fff48d180167a2ed

commit bca0f232af1a01a692c277d2fff48d180167a2ed
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 18 14:04:20 2022 +0000

    IDP-1897 Prepare jetty-base for 4.1.5
    
    https://shibboleth.atlassian.net/browse/IDP-1897
    
    1) Rev version for release
    2) Rev to full release enforcer and enforcer data
    3) Remote ol keyrings and add the master keyring for the enforcer data
---
 pom.xml                                                 |   6 +++---
 src/main/enforcer/keyRings/ch.qos.logback.gpg           | Bin 1175 -> 0 bytes
 .../keyRings/net.shibboleth.utilities.jetty9.gpg        | Bin 4552 -> 0 bytes
 src/main/enforcer/keyRings/org.slf4j.gpg                | Bin 1175 -> 0 bytes
 src/main/enforcer/shibbolethKeys.gpg                    | Bin 0 -> 55209 bytes
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0011458..8b1b200 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-jetty-base</artifactId>
     <packaging>pom</packaging>
-    <version>for-9.4.44-WINDOWS-SNAPSHOT</version>
+    <version>for-9.4.44-WINDOWS-LOGBACK-1.2.10</version>
 
     <properties>
         <slf4j.version>1.7.32</slf4j.version>
@@ -214,7 +214,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>3.1.0-SNAPSHOT</version>
+                        <version>3.1.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -229,7 +229,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-SNAPSHOT</dataVersion>
+                                    <dataVersion>1.0.0</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}</parentPomDir>
                                     <zipFiles>${project.build.directory}/idp-jetty-base-${project.version}.zip</zipFiles>
diff --git a/src/main/enforcer/keyRings/ch.qos.logback.gpg b/src/main/enforcer/keyRings/ch.qos.logback.gpg
deleted file mode 100644
index c58b3a6..0000000
Binary files a/src/main/enforcer/keyRings/ch.qos.logback.gpg and /dev/null differ
diff --git a/src/main/enforcer/keyRings/net.shibboleth.utilities.jetty9.gpg b/src/main/enforcer/keyRings/net.shibboleth.utilities.jetty9.gpg
deleted file mode 100644
index 6d13962..0000000
Binary files a/src/main/enforcer/keyRings/net.shibboleth.utilities.jetty9.gpg and /dev/null differ
diff --git a/src/main/enforcer/keyRings/org.slf4j.gpg b/src/main/enforcer/keyRings/org.slf4j.gpg
deleted file mode 100644
index c58b3a6..0000000
Binary files a/src/main/enforcer/keyRings/org.slf4j.gpg and /dev/null differ
diff --git a/src/main/enforcer/shibbolethKeys.gpg b/src/main/enforcer/shibbolethKeys.gpg
new file mode 100644
index 0000000..6669d1e
Binary files /dev/null and b/src/main/enforcer/shibbolethKeys.gpg differ

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


More information about the commits mailing list