Skip to content

Commit

Permalink
GH-23: bump library and UBI8 versions
Browse files Browse the repository at this point in the history
Signed-off-by:Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Sep 2, 2022
1 parent 6b60988 commit f0bb18c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions cbetools-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5</version>
<version>1.5.0</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-common</artifactId>
<version>1.5</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions cbetools-converter/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>cbetools-parent</artifactId>
<groupId>be.bosa.dt</groupId>
<version>1.5</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-converter</artifactId>
<name>cbetools-converter</name>
<version>1.5</version>
<version>1.5.0</version>
<description>Converts full CBE open data download to Linked Open Data</description>
<licenses>
<license>
Expand Down
6 changes: 3 additions & 3 deletions cbetools-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5</version>
<version>1.5.0</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-converter</artifactId>
<version>1.5</version>
<version>1.5.0</version>
<description>Converts full CBE open data download to Linked Open Data</description>
<packaging>jar</packaging>
<properties>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cbetools-common</artifactId>
<version>1.5</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cbetools-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 AS temp
RUN curl -L -o /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 && \
chmod +x /usr/local/bin/dumb-init

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.12
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.14

LABEL org.opencontainers.image.authors="Bart Hanssens <[email protected]>" \
io.k8s.display-name="CBE LOD Proxy" \
Expand Down
8 changes: 4 additions & 4 deletions cbetools-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5</version>
<version>1.5.0</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-proxy</artifactId>
Expand All @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<quarkus.version>2.8.3.Final</quarkus.version>
<quarkus.version>2.12.0.Final</quarkus.version>
</properties>
<name>cbetools-proxy</name>
<description>Converts CBE public search HTML pages into RDF linked data</description>
Expand Down Expand Up @@ -76,14 +76,14 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.3</version>
<version>1.15.3</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<version>3.0.0-M7</version>
<configuration>
<systemProperties>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
Expand Down
4 changes: 2 additions & 2 deletions cbetools-updater/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>cbetools-parent</artifactId>
<groupId>be.bosa.dt</groupId>
<version>1.5</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-updater</artifactId>
<name>cbetools-updater</name>
<version>1.5</version>
<version>1.5.0</version>
<description>Converts incremental CBE update open data download to Linked Open Data</description>
<licenses>
<license>
Expand Down
8 changes: 4 additions & 4 deletions cbetools-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5</version>
<version>1.5.0</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-updater</artifactId>
<version>1.5</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cbetools-common</artifactId>
<version>1.5</version>
<version>1.5.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<modules>
<module>cbetools-converter</module>
Expand All @@ -13,7 +13,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rdf4j.version>4.0.0</rdf4j.version>
<rdf4j.version>4.1.1</rdf4j.version>
</properties>
<description>Belgian Crossroad Bank for Enterprises (CBE) tools</description>
<licenses>
Expand Down

0 comments on commit f0bb18c

Please sign in to comment.