From 9fac36346822f645602662913a3001413e3770cf Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Sun, 31 Dec 2023 12:12:35 +0100 Subject: [PATCH] chore: version updates --- .github/workflows/main.yml | 2 +- .github/workflows/publish-client.yml | 2 +- connectors/BingConnector/pom.xml | 102 +++++++++++----------- connectors/FlickrConnector/pom.xml | 104 +++++++++++------------ connectors/IpernityConnector/pom.xml | 104 +++++++++++------------ connectors/SlideShareConnector/pom.xml | 112 ++++++++++++------------- connectors/VimeoConnector/pom.xml | 104 +++++++++++------------ connectors/YouTubeConnector/pom.xml | 112 ++++++++++++------------- pom.xml | 2 +- 9 files changed, 322 insertions(+), 322 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15b1faf4..336c46e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/publish-client.yml b/.github/workflows/publish-client.yml index 27c6697c..0190e417 100644 --- a/.github/workflows/publish-client.yml +++ b/.github/workflows/publish-client.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '21' distribution: 'temurin' diff --git a/connectors/BingConnector/pom.xml b/connectors/BingConnector/pom.xml index fbc29627..2259f120 100644 --- a/connectors/BingConnector/pom.xml +++ b/connectors/BingConnector/pom.xml @@ -1,51 +1,51 @@ - - - 4.0.0 - - - de.l3s.interweb - interweb-parent - 4.0.0-SNAPSHOT - ../../pom.xml - - - connector-bing - 4.0.0-SNAPSHOT - jar - - - - de.l3s.interweb - interweb-core - - - io.quarkus - quarkus-rest-client-reactive-jackson - - - - io.quarkus - quarkus-junit5 - test - - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - - + + + 4.0.0 + + + de.l3s.interweb + interweb-parent + 4.0.0-SNAPSHOT + ../../pom.xml + + + connector-bing + 4.0.0-SNAPSHOT + jar + + + + de.l3s.interweb + interweb-core + + + io.quarkus + quarkus-rest-client-reactive-jackson + + + + io.quarkus + quarkus-junit5 + test + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + + diff --git a/connectors/FlickrConnector/pom.xml b/connectors/FlickrConnector/pom.xml index b2be84f6..7fb6754d 100644 --- a/connectors/FlickrConnector/pom.xml +++ b/connectors/FlickrConnector/pom.xml @@ -1,52 +1,52 @@ - - - 4.0.0 - - - de.l3s.interweb - interweb-parent - 4.0.0-SNAPSHOT - ../../pom.xml - - - connector-flickr - 4.0.0-SNAPSHOT - jar - - - - de.l3s.interweb - interweb-core - - - - io.quarkus - quarkus-rest-client-reactive-jackson - - - - io.quarkus - quarkus-junit5 - test - - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - - + + + 4.0.0 + + + de.l3s.interweb + interweb-parent + 4.0.0-SNAPSHOT + ../../pom.xml + + + connector-flickr + 4.0.0-SNAPSHOT + jar + + + + de.l3s.interweb + interweb-core + + + + io.quarkus + quarkus-rest-client-reactive-jackson + + + + io.quarkus + quarkus-junit5 + test + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + + diff --git a/connectors/IpernityConnector/pom.xml b/connectors/IpernityConnector/pom.xml index 52b0ef04..5c0d12a8 100644 --- a/connectors/IpernityConnector/pom.xml +++ b/connectors/IpernityConnector/pom.xml @@ -1,52 +1,52 @@ - - - 4.0.0 - - - de.l3s.interweb - interweb-parent - 4.0.0-SNAPSHOT - ../../pom.xml - - - connector-ipernity - 4.0.0-SNAPSHOT - jar - - - - de.l3s.interweb - interweb-core - - - - io.quarkus - quarkus-rest-client-reactive-jackson - - - - io.quarkus - quarkus-junit5 - test - - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - - + + + 4.0.0 + + + de.l3s.interweb + interweb-parent + 4.0.0-SNAPSHOT + ../../pom.xml + + + connector-ipernity + 4.0.0-SNAPSHOT + jar + + + + de.l3s.interweb + interweb-core + + + + io.quarkus + quarkus-rest-client-reactive-jackson + + + + io.quarkus + quarkus-junit5 + test + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + + diff --git a/connectors/SlideShareConnector/pom.xml b/connectors/SlideShareConnector/pom.xml index f02aaa95..96141e52 100644 --- a/connectors/SlideShareConnector/pom.xml +++ b/connectors/SlideShareConnector/pom.xml @@ -1,56 +1,56 @@ - - - 4.0.0 - - - de.l3s.interweb - interweb-parent - 4.0.0-SNAPSHOT - ../../pom.xml - - - connector-slideshare - 4.0.0-SNAPSHOT - jar - - - - de.l3s.interweb - interweb-core - - - - io.quarkus - quarkus-rest-client-reactive-jackson - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - - - - io.quarkus - quarkus-junit5 - test - - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - - + + + 4.0.0 + + + de.l3s.interweb + interweb-parent + 4.0.0-SNAPSHOT + ../../pom.xml + + + connector-slideshare + 4.0.0-SNAPSHOT + jar + + + + de.l3s.interweb + interweb-core + + + + io.quarkus + quarkus-rest-client-reactive-jackson + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + io.quarkus + quarkus-junit5 + test + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + + diff --git a/connectors/VimeoConnector/pom.xml b/connectors/VimeoConnector/pom.xml index 647b8482..790af3e6 100644 --- a/connectors/VimeoConnector/pom.xml +++ b/connectors/VimeoConnector/pom.xml @@ -1,52 +1,52 @@ - - - 4.0.0 - - - de.l3s.interweb - interweb-parent - 4.0.0-SNAPSHOT - ../../pom.xml - - - connector-vimeo - 4.0.0-SNAPSHOT - jar - - - - de.l3s.interweb - interweb-core - - - - io.quarkus - quarkus-rest-client-reactive-jackson - - - - io.quarkus - quarkus-junit5 - test - - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - - + + + 4.0.0 + + + de.l3s.interweb + interweb-parent + 4.0.0-SNAPSHOT + ../../pom.xml + + + connector-vimeo + 4.0.0-SNAPSHOT + jar + + + + de.l3s.interweb + interweb-core + + + + io.quarkus + quarkus-rest-client-reactive-jackson + + + + io.quarkus + quarkus-junit5 + test + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + + diff --git a/connectors/YouTubeConnector/pom.xml b/connectors/YouTubeConnector/pom.xml index c8b1d9b9..084829cb 100644 --- a/connectors/YouTubeConnector/pom.xml +++ b/connectors/YouTubeConnector/pom.xml @@ -1,56 +1,56 @@ - - - 4.0.0 - - - de.l3s.interweb - interweb-parent - 4.0.0-SNAPSHOT - ../../pom.xml - - - connector-youtube - 4.0.0-SNAPSHOT - jar - - - - de.l3s.interweb - interweb-core - - - - io.quarkus - quarkus-rest-client-reactive-jackson - - - io.quarkus - quarkus-cache - - - - io.quarkus - quarkus-junit5 - test - - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - - + + + 4.0.0 + + + de.l3s.interweb + interweb-parent + 4.0.0-SNAPSHOT + ../../pom.xml + + + connector-youtube + 4.0.0-SNAPSHOT + jar + + + + de.l3s.interweb + interweb-core + + + + io.quarkus + quarkus-rest-client-reactive-jackson + + + io.quarkus + quarkus-cache + + + + io.quarkus + quarkus-junit5 + test + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + + diff --git a/pom.xml b/pom.xml index 54542790..2b4bcd31 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ com.github.spotbugs spotbugs - 4.8.1 + 4.8.3