Release 20241011 (#5236)

This commit is contained in:
pkippes 2024-10-11 11:42:27 +02:00 committed by GitHub
commit 5c1ef682c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2024-10-11 Olivier Mercier <omercier@centreon.com> - 2.0.4
* Use io.undertow 2.3.17
2024-10-10 Olivier Mercier <omercier@centreon.com> - 2.0.3
* New build workflow

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.centreon.connector</groupId>
<artifactId>centreon-as400</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<name>Centreon-AS/400</name>
<description>Connecteur AS/400</description>
<packaging>jar</packaging>
@ -176,7 +176,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.2.11.Final</version>
<version>2.3.17.Final</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>

View File

@ -2,7 +2,7 @@ name: "centreon-plugin-Operatingsystems-AS400-daemon"
arch: "${ARCH}"
platform: "linux"
version_schema: "none"
version: "2.0.3"
version: "2.0.4"
release: "${RELEASE}${DIST}"
section: "default"
priority: "optional"