diff --git a/.semaphore/project_public.yml b/.semaphore/project_public.yml new file mode 100644 index 000000000..954345e82 --- /dev/null +++ b/.semaphore/project_public.yml @@ -0,0 +1,25 @@ +# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common +# template and configurations in service.yml. +# Modifications in this file will be overwritten by generated content in the nightly run. +# For more information, please refer to the page: +# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI +apiVersion: v1alpha +kind: Project +metadata: + name: kafka-connect-storage-common + description: "" +spec: + visibility: public + repository: + url: git@github.com:confluentinc/kafka-connect-storage-common.git + run_on: + - forked_pull_requests + pipeline_file: .semaphore/semaphore.yml + integration_type: github_app + status: + pipeline_files: + - path: .semaphore/semaphore.yml + level: pipeline + forked_pull_requests: + allowed_contributors: + - "ConfluentSemaphore" diff --git a/avatica-shaded/pom.xml b/avatica-shaded/pom.xml index e64020c14..05ea41525 100644 --- a/avatica-shaded/pom.xml +++ b/avatica-shaded/pom.xml @@ -16,7 +16,7 @@ language governing permissions and limitations under the License. --> io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-common-avatica-shaded diff --git a/common/pom.xml b/common/pom.xml index cd410b5f0..eb779c9e2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -20,7 +20,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-common diff --git a/core/pom.xml b/core/pom.xml index b595fff59..42e3ba866 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-core diff --git a/format/pom.xml b/format/pom.xml index 3952ff11b..5beaf46d8 100644 --- a/format/pom.xml +++ b/format/pom.xml @@ -20,7 +20,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-format diff --git a/hadoop-shaded-guava/pom.xml b/hadoop-shaded-guava/pom.xml index b5864da0e..ac379b98b 100644 --- a/hadoop-shaded-guava/pom.xml +++ b/hadoop-shaded-guava/pom.xml @@ -10,7 +10,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-common-hadoop-shaded-guava @@ -84,13 +84,15 @@ - + NOTICE LICENSE - + META-INF/LICENSE.txt ${basedir}/../LICENSE-binary diff --git a/hadoop-shaded-protobuf/pom.xml b/hadoop-shaded-protobuf/pom.xml index a4d7735b9..05ea9dc2b 100644 --- a/hadoop-shaded-protobuf/pom.xml +++ b/hadoop-shaded-protobuf/pom.xml @@ -10,7 +10,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-common-hadoop-shaded-protobuf diff --git a/hive/pom.xml b/hive/pom.xml index aa5ff2bbd..40ef0d332 100644 --- a/hive/pom.xml +++ b/hive/pom.xml @@ -20,7 +20,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-hive diff --git a/htrace-core4-shaded/pom.xml b/htrace-core4-shaded/pom.xml index ea40770aa..69bd881ca 100644 --- a/htrace-core4-shaded/pom.xml +++ b/htrace-core4-shaded/pom.xml @@ -16,7 +16,7 @@ language governing permissions and limitations under the License. --> io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-common-htrace-core4-shaded diff --git a/package-kafka-connect-storage-common/pom.xml b/package-kafka-connect-storage-common/pom.xml index 3ecc65c7f..311051b97 100644 --- a/package-kafka-connect-storage-common/pom.xml +++ b/package-kafka-connect-storage-common/pom.xml @@ -21,7 +21,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-common-package diff --git a/partitioner/pom.xml b/partitioner/pom.xml index b8a4cdfab..0216b201f 100644 --- a/partitioner/pom.xml +++ b/partitioner/pom.xml @@ -20,7 +20,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-partitioner diff --git a/pom.xml b/pom.xml index b9e394b63..318b05784 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ kafka-connect-storage-common-parent pom - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-common-parent Confluent, Inc. @@ -49,7 +49,7 @@ scm:git:git://github.com/confluentinc/kafka-connect-storage-common.git scm:git:git@github.com:confluentinc/kafka-connect-storage-common.git https://github.com/confluentinc/kafka-connect-storage-common - 11.2.x + HEAD @@ -84,7 +84,7 @@ 9.4.51.v20230217 2.12.1 2.9.6 - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT 2.5.3 4.1.107.Final 1.11.2 diff --git a/service.yml b/service.yml index a446767b5..120230fce 100644 --- a/service.yml +++ b/service.yml @@ -11,4 +11,8 @@ semaphore: cve_scan: true extra_deploy_args: -Dcloud -Pjenkins extra_build_args: -Dcloud -Pjenkins - run_pint_merge: true \ No newline at end of file + run_pint_merge: true +code_artifact: + enable: true + package_paths: + - maven-snapshots/maven/io.confluent/kafka-connect-storage-* diff --git a/wal/pom.xml b/wal/pom.xml index 68423f56f..5659e6cbe 100644 --- a/wal/pom.xml +++ b/wal/pom.xml @@ -20,7 +20,7 @@ io.confluent kafka-connect-storage-common-parent - 11.2.10-SNAPSHOT + 11.3.0-SNAPSHOT kafka-connect-storage-wal