Skip to content

Commit 5c86b49

Browse files
committed
Update Java deps and update packaging
- Update all Java deps in the pom files - Remove old packaging specs and create new one for c9s Signed-off-by: Jean-Louis Dupond <[email protected]>
1 parent d43eae8 commit 5c86b49

File tree

11 files changed

+12
-207
lines changed

11 files changed

+12
-207
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Set up JDK
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: '11'
2222
distribution: 'adopt'

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# oVirt Go SDK
2-
[![Build Status](https://travis-ci.org/oVirt/ovirt-engine-sdk-go.svg?branch=master)](https://travis-ci.org/oVirt/ovirt-engine-sdk-go)
2+
[![Build, Test, Release](https://github.com/oVirt/ovirt-engine-sdk-go/actions/workflows/build.yaml/badge.svg)](https://github.com/oVirt/ovirt-engine-sdk-go/actions/workflows/build.yaml)
3+
[![CodeQL](https://github.com/oVirt/ovirt-engine-sdk-go/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/oVirt/ovirt-engine-sdk-go/actions/workflows/github-code-scanning/codeql)
34
[![Go Report Card](https://goreportcard.com/badge/github.com/oVirt/ovirt-engine-sdk-go)](https://goreportcard.com/report/github.com/oVirt/ovirt-engine-sdk-go)
45

56

generator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@ limitations under the License.
5757
<dependency>
5858
<groupId>commons-cli</groupId>
5959
<artifactId>commons-cli</artifactId>
60-
<version>1.3</version>
60+
<version>1.3.1</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>commons-io</groupId>
6565
<artifactId>commons-io</artifactId>
66-
<version>2.7</version>
66+
<version>2.14.0</version>
6767
</dependency>
6868

6969
<!-- The generator runs in a CDI environment, implemented by Weld: -->
7070
<dependency>
7171
<groupId>org.jboss.weld.se</groupId>
72-
<artifactId>weld-se</artifactId>
73-
<version>2.3.0.Final</version>
72+
<artifactId>weld-se-shaded</artifactId>
73+
<version>3.1.9.Final</version>
7474
<exclusions>
7575
<exclusion>
7676
<groupId>org.slf4j</groupId>

packaging/spec.el7.centos.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

packaging/spec.el7.in

Lines changed: 0 additions & 65 deletions
This file was deleted.

packaging/spec.el8.centos.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

packaging/spec.fc29.in

Lines changed: 0 additions & 67 deletions
This file was deleted.

packaging/spec.fc30.in

Lines changed: 0 additions & 62 deletions
This file was deleted.

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ limitations under the License.
4646

4747
<developers>
4848
<developer>
49-
<name>Joey</name>
50-
<email>[email protected]</email>
49+
<name>oVirt Developers</name>
50+
<email>[email protected]</email>
5151
</developer>
5252
</developers>
5353

@@ -86,7 +86,7 @@ limitations under the License.
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-compiler-plugin</artifactId>
89-
<version>3.8.0</version>
89+
<version>3.10.1</version>
9090
<configuration>
9191
<source>11</source>
9292
<target>11</target>
@@ -101,7 +101,7 @@ limitations under the License.
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-source-plugin</artifactId>
104-
<version>2.4</version>
104+
<version>3.2.1</version>
105105
<executions>
106106
<execution>
107107
<id>attach-sources</id>

0 commit comments

Comments
 (0)