[java-idp-jetty-base] 01/02: IDP-1962 Windows MSI Installs do not log jetty
Rod Widdowson
rdw at steadingsoftware.com
Mon Jun 20 19:04:31 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=b5aa57eef3bcaed22989bbbe40bb913f29db921c
commit b5aa57eef3bcaed22989bbbe40bb913f29db921c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 16 16:43:06 2022 +0100
IDP-1962 Windows MSI Installs do not log jetty
https://shibboleth.atlassian.net/browse/IDP-1962
Move parent pom forward
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 85679d7..1f72c1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.1</version>
+ <version>11.3.3</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>3.1.1</version>
+ <version>${maven-dist-enforcer.version}</version>
</dependency>
</dependencies>
<executions>
@@ -162,7 +162,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.4</dataVersion>
+ <dataVersion>${maven-dist-enforcer-data.version}</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}</parentPomDir>
<zipFiles>${project.build.directory}/idp-jetty-base-${project.version}.zip</zipFiles>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list