From eb04a37ee3fb49321dd9e6d331e3c123c9e99314 Mon Sep 17 00:00:00 2001 From: Luc DUZAN Date: Wed, 9 Nov 2022 11:58:46 +0100 Subject: [PATCH] Add profile to deploy to github --- avro-flink-serde/pom.xml | 19 +++++++++++++------ avro-kafkaconnect-converter/pom.xml | 19 +++++++++++++------ build-tools/pom.xml | 19 +++++++++++++------ common/pom.xml | 19 +++++++++++++------ examples/pom.xml | 19 +++++++++++++------ integration-tests/pom.xml | 19 +++++++++++++------ jsonschema-kafkaconnect-converter/pom.xml | 19 +++++++++++++------ kafkastreams-serde/pom.xml | 19 +++++++++++++------ pom.xml | 19 +++++++++++++------ protobuf-kafkaconnect-converter/pom.xml | 19 +++++++++++++------ serializer-deserializer-msk-iam/pom.xml | 9 +++------ serializer-deserializer/pom.xml | 19 +++++++++++++------ 12 files changed, 146 insertions(+), 72 deletions(-) diff --git a/avro-flink-serde/pom.xml b/avro-flink-serde/pom.xml index 1901cbed..9628b9b3 100644 --- a/avro-flink-serde/pom.xml +++ b/avro-flink-serde/pom.xml @@ -47,13 +47,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -258,6 +255,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/avro-kafkaconnect-converter/pom.xml b/avro-kafkaconnect-converter/pom.xml index de996006..e88701c5 100644 --- a/avro-kafkaconnect-converter/pom.xml +++ b/avro-kafkaconnect-converter/pom.xml @@ -44,13 +44,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -166,6 +163,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/build-tools/pom.xml b/build-tools/pom.xml index e6033638..ac92064a 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -35,13 +35,10 @@ https://aws.amazon.com/glue - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -76,6 +73,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/common/pom.xml b/common/pom.xml index 14267498..d6331036 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -37,13 +37,10 @@ https://aws.amazon.com/glue - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -138,6 +135,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/examples/pom.xml b/examples/pom.xml index dbe548c3..b17d757c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -36,13 +36,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -84,6 +81,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 05ea2450..87ae03ca 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -36,13 +36,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -198,6 +195,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + surefire diff --git a/jsonschema-kafkaconnect-converter/pom.xml b/jsonschema-kafkaconnect-converter/pom.xml index b9e480bd..bb0595af 100644 --- a/jsonschema-kafkaconnect-converter/pom.xml +++ b/jsonschema-kafkaconnect-converter/pom.xml @@ -44,13 +44,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -128,6 +125,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/kafkastreams-serde/pom.xml b/kafkastreams-serde/pom.xml index 859eb466..1e39e408 100644 --- a/kafkastreams-serde/pom.xml +++ b/kafkastreams-serde/pom.xml @@ -44,13 +44,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -102,6 +99,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/pom.xml b/pom.xml index dbfe18bb..fd5a203b 100644 --- a/pom.xml +++ b/pom.xml @@ -52,13 +52,10 @@ https://github.com/awslabs/aws-glue-schema-registry.git - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -510,6 +507,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/protobuf-kafkaconnect-converter/pom.xml b/protobuf-kafkaconnect-converter/pom.xml index 911ef558..ad4453ce 100644 --- a/protobuf-kafkaconnect-converter/pom.xml +++ b/protobuf-kafkaconnect-converter/pom.xml @@ -37,13 +37,10 @@ https://aws.amazon.com/glue - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -239,6 +236,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing diff --git a/serializer-deserializer-msk-iam/pom.xml b/serializer-deserializer-msk-iam/pom.xml index bc96ba7f..d1be3f30 100644 --- a/serializer-deserializer-msk-iam/pom.xml +++ b/serializer-deserializer-msk-iam/pom.xml @@ -38,13 +38,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry diff --git a/serializer-deserializer/pom.xml b/serializer-deserializer/pom.xml index c4b9f4aa..6bea34e3 100644 --- a/serializer-deserializer/pom.xml +++ b/serializer-deserializer/pom.xml @@ -37,13 +37,10 @@ - - ossrh - https://aws.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry @@ -316,6 +313,16 @@ + + github + + + github + GitHub Packages + https://maven.pkg.github.com/conduktor/aws-glue-schema-registry + + + publishing