[java-idp-jetty-base] branch 10-windows updated: IDP-2090 Update Jetty base for windows installer to Jetty 10/11.0.15
Rod Widdowson
rdw at steadingsoftware.com
Wed Apr 19 18:06:49 UTC 2023
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=a2735ffe8aefd21d776a1265647f0c3714432f8a
The following commit(s) were added to refs/heads/10-windows by this push:
new a2735ff IDP-2090 Update Jetty base for windows installer to Jetty 10/11.0.15
a2735ff is described below
commit a2735ffe8aefd21d776a1265647f0c3714432f8a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Apr 19 19:05:14 2023 +0100
IDP-2090 Update Jetty base for windows installer to Jetty 10/11.0.15
https://shibboleth.atlassian.net/browse/IDP-2090
Update logback version in the ini file and in the pom
---
pom.xml | 4 ++--
src/main/resources/jetty-base/start.d/idp-system.ini | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 60260a4..cec8d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,11 +14,11 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-jetty-base</artifactId>
<packaging>pom</packaging>
- <version>11.0.14-WINDOWS-SNAPSHOT</version>
+ <version>11.0.15-WINDOWS-SNAPSHOT</version>
<properties>
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
- <logback.version>1.3.5</logback.version>
+ <logback.version>1.3.6</logback.version>
<slf4j.version>2.0.5</slf4j.version>
</properties>
diff --git a/src/main/resources/jetty-base/start.d/idp-system.ini b/src/main/resources/jetty-base/start.d/idp-system.ini
index 8087167..2ca8c37 100644
--- a/src/main/resources/jetty-base/start.d/idp-system.ini
+++ b/src/main/resources/jetty-base/start.d/idp-system.ini
@@ -13,7 +13,7 @@ jetty.ssl.port=443
jetty.http.port=80
jetty.http.host=localhost
-logback.version=1.3.5
+logback.version=1.3.6
slf4j.version=2.0.5
## Route request logging through standard logging API
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list