Release 20241011 (#5236)
This commit is contained in:
commit
5c1ef682c3
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue