Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(as400): increased as400 connector version for new build #5232

Merged
merged 7 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/as400.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
workflow_dispatch:
pull_request:
paths:
- 'as400/packaging/**'
- 'as400/**'
push:
branches:
- develop
- master
paths:
- 'as400/packaging/**'
- 'as400/**'

jobs:
get-environment:
Expand Down
3 changes: 3 additions & 0 deletions as400/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-10-10 Olivier Mercier <omercier@centreon.com> - 2.0.3
* New build workflow

2021-12-31 Quentin Garnier <qgarnier@centreon.com> - 2.0.1
* Use log4j 2.17.1

Expand Down
2 changes: 1 addition & 1 deletion as400/connector.as400/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.centreon.connector</groupId>
<artifactId>centreon-as400</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>Centreon-AS/400</name>
<description>Connecteur AS/400</description>
<packaging>jar</packaging>
Expand Down
Loading