Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c5651c3

Browse files
authored
Merge pull request #317 from Aiven-Open/jeqo/bump-commons-0.12
chore: bump commons to 0.12
2 parents 194ba4a + 4d48fd6 commit c5651c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @aiven/team-helpful-husky @aiven/aiven-open-source
1+
* @aiven-open/team-helpful-husky @aiven-open/aiven-open-source

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,9 @@ There are four configuration properties to configure retry strategy exists.
619619

620620
### Developing together with Commons library
621621

622-
This project depends on [Common Module for Apache Kafka Connect](https://github.com/aiven/commons-for-apache-kafka-connect). Normally, an artifact of it published to a globally accessible repository is used. However, if you need to introduce changes to both this connector and Commons library at the same time, you should short-circuit the development loop via locally published artifacts. Please follow this steps:
622+
This project depends on [Common Module for Apache Kafka Connect](https://github.com/aiven-open/commons-for-apache-kafka-connect). Normally, an artifact of it published to a globally accessible repository is used. However, if you need to introduce changes to both this connector and Commons library at the same time, you should short-circuit the development loop via locally published artifacts. Please follow this steps:
623623
1. Checkout the `main` `HEAD` of Commons.
624-
2. Ensure the version [here](https://github.com/aiven/commons-for-apache-kafka-connect/blob/main/gradle.properties) is with `-SNAPSHOT` prefix.
624+
2. Ensure the version [here](https://github.com/aiven-open/commons-for-apache-kafka-connect/blob/main/gradle.properties) is with `-SNAPSHOT` prefix.
625625
3. Make changes to Commons.
626626
4. Publish it locally with `./gradlew publishToMavenLocal`.
627627
5. Change the version in the connector's [`build.gradle`](build.gradle) (`ext.aivenConnectCommonsVersion`) to match the published snapshot version of Commons.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ext {
7979
confluentPlatformVersion = "4.1.4"
8080
// Align with version used by commons
8181
avroConverterVersion = "7.2.2"
82-
aivenConnectCommonsVersion = "0.11.0"
82+
aivenConnectCommonsVersion = "0.12.0"
8383

8484
amazonS3Version = "1.12.542"
8585
amazonSTSVersion = "1.12.560"
@@ -279,7 +279,7 @@ publishing {
279279
pom {
280280
name = "Aiven's S3 Sink Connector for Apache Kafka"
281281
description = "Aiven's S3 Sink Connector for Apache Kafka"
282-
url = "https://github.com/aiven/s3-connector-for-apache-kafka"
282+
url = "https://github.com/aiven-open/s3-connector-for-apache-kafka"
283283
organization {
284284
name = "Aiven Oy"
285285
url = "https://aiven.io"
@@ -304,7 +304,7 @@ publishing {
304304
scm {
305305
connection = 'scm:git:git://github.com:aiven/s3-connector-for-apache-kafka.git'
306306
developerConnection = 'scm:git:ssh://github.com:aiven/s3-connector-for-apache-kafka.git'
307-
url = 'https://github.com/aiven/s3-connector-for-apache-kafka'
307+
url = 'https://github.com/aiven-open/s3-connector-for-apache-kafka'
308308
}
309309
}
310310
}

0 commit comments

Comments
 (0)