DBZ-4669 Use the newer version of plugins to consolidate remaining duplicates plugin versions

This commit is contained in:
Mark Lambert 2022-11-22 20:10:23 -05:00 committed by Jiri Pechanec
parent e5d16b14a6
commit f0a1fa8a67
23 changed files with 24 additions and 29 deletions

View File

@ -259,7 +259,7 @@ jobs:
restore-keys: |
maven-debezium-test-build-${{ hashFiles('**/pom.xml') }}
# Since we do a complete build conditionally above, we should always either be abel to rely on the
# Since we do a complete build conditionally above, we should always either be able to rely on the
# build step to have installed all needed artifacts or the artifacts that exist from a prior run
# in order to satisfy dependencies for the format, checkstyle, and import sort checks. If the
# dependencies change, a new cache should be generated and a full build step executed, so this

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-api</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-assembly-descriptors</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-build-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-bom</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-core</artifactId>

View File

@ -7,7 +7,7 @@
/**
* Calculates or estimates the size of the object
*
*
* @author Jiri Pechanec
*
*/

View File

@ -23,7 +23,7 @@
* The action to trigger an ad-hoc snapshot.
* The action parameters are {@code type} of snapshot and list of {@code data-collections} on which the
* snapshot will be executed.
*
*
* @author Jiri Pechanec
*
*/

View File

@ -14,7 +14,7 @@
/**
* A Contract t
*
*
* @author Jiri Pechanec
*
* @param <T> data collection id class

View File

@ -39,9 +39,9 @@
* The application then needs to export its tracing active span context into a database field.
* The SMT looks for a predefined field name in the {@code after} block
* and when found it extracts the parent span from it.
*
*
* @see {@link EventDispatcher} for example of such implementation
*
*
*
* @param <R> the subtype of {@link ConnectRecord} on which this transformation will operate
* @author Jiri Pechanec

View File

@ -290,7 +290,7 @@ public static <T> void set(List<T> list, int index, T value, T defaultValue) {
/**
* Remove the content of one set from an another one.
*
* @param subtrahend the main set
* @param subtrahend the main set
* @param minuend the elements to be removed
*/
public static <T> Set<T> minus(Set<T> subtrahend, Set<T> minuend) {

View File

@ -41,7 +41,7 @@ protected LogInterceptor() {
/**
* Provides a log interceptor based on the logger that emits the message.
*
*
* @param loggerName logger that emits the log message
*/
public LogInterceptor(String loggerName) {
@ -57,7 +57,7 @@ public LogInterceptor(String loggerName) {
/**
* Provides a log interceptor based on the logger that emits the message.
*
*
* @param clazz class that emits the log message
*/
public LogInterceptor(Class<?> clazz) {

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-ddl-parser</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-microbenchmark-oracle</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-microbenchmark</artifactId>

View File

@ -15,11 +15,6 @@
<packaging>pom</packaging>
<properties>
<!-- Maven Plugins -->
<version.docker.maven.plugin>0.40.2</version.docker.maven.plugin>
<version.code.formatter>2.16.0</version.code.formatter>
<version.impsort>1.6.2</version.impsort>
<!-- Dockerfiles -->
<docker.maintainer>Debezium community</docker.maintainer>

View File

@ -7,7 +7,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-quarkus-outbox-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>debezium-quarkus-outbox-integration-tests</artifactId>

View File

@ -7,7 +7,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<artifactId>debezium-quarkus-outbox-parent</artifactId>

View File

@ -7,7 +7,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-quarkus-outbox-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>debezium-quarkus-outbox</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-scripting-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-scripting-languages</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-scripting-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-scripting</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-scripting-parent</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-server</artifactId>

View File

@ -73,7 +73,7 @@
<version.assembly.plugin>3.1.1</version.assembly.plugin>
<version.war.plugin>2.5</version.war.plugin>
<version.google.formatter.plugin>0.4</version.google.formatter.plugin>
<version.docker.maven.plugin>0.31.0</version.docker.maven.plugin>
<version.docker.maven.plugin>0.40.2</version.docker.maven.plugin>
<version.staging.plugin>1.6.12</version.staging.plugin>
<version.protoc.maven.plugin>3.8.0</version.protoc.maven.plugin>
<version.javadoc.plugin>3.4.0</version.javadoc.plugin>