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
|
2024-10-10 Olivier Mercier <omercier@centreon.com> - 2.0.3
|
||||||
* New build workflow
|
* New build workflow
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.centreon.connector</groupId>
|
<groupId>com.centreon.connector</groupId>
|
||||||
<artifactId>centreon-as400</artifactId>
|
<artifactId>centreon-as400</artifactId>
|
||||||
<version>2.0.3</version>
|
<version>2.0.4</version>
|
||||||
<name>Centreon-AS/400</name>
|
<name>Centreon-AS/400</name>
|
||||||
<description>Connecteur AS/400</description>
|
<description>Connecteur AS/400</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.undertow</groupId>
|
<groupId>io.undertow</groupId>
|
||||||
<artifactId>undertow-core</artifactId>
|
<artifactId>undertow-core</artifactId>
|
||||||
<version>2.2.11.Final</version>
|
<version>2.3.17.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: "centreon-plugin-Operatingsystems-AS400-daemon"
|
||||||
arch: "${ARCH}"
|
arch: "${ARCH}"
|
||||||
platform: "linux"
|
platform: "linux"
|
||||||
version_schema: "none"
|
version_schema: "none"
|
||||||
version: "2.0.3"
|
version: "2.0.4"
|
||||||
release: "${RELEASE}${DIST}"
|
release: "${RELEASE}${DIST}"
|
||||||
section: "default"
|
section: "default"
|
||||||
priority: "optional"
|
priority: "optional"
|
||||||
|
|
Loading…
Reference in New Issue