Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert release update script path #806

Merged
merged 3 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .semaphore/publish_to_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blocks :
- export SONATYPE_OSSRH_USER=$(vault kv get --field=user v1/ci/kv/sonatype/confluent)
- export SONATYPE_OSSRH_PASSWORD=$(vault kv get --field=password v1/ci/kv/sonatype/confluent)
- export SETTINGS_XML_PATH="$HOME/.m2/settings.xml"
- python update_maven_settings.py # Update maven settings with Sonatype credentials
- python .semaphore/update_maven_settings.py # Update maven settings with Sonatype credentials
- ./mvnw --batch-mode clean deploy -Pmaven-central -Pci -Dgpg.passphrase=$PASSPHRASE -DskipTests

after_pipeline :
Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<artifactId>parallel-consumer-example-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<artifactId>parallel-consumer-example-metrics</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<artifactId>parallel-consumer-example-reactor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<artifactId>parallel-consumer-example-streams</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<artifactId>parallel-consumer-example-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>parallel-consumer-parent</artifactId>
<groupId>io.confluent.parallelconsumer</groupId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<artifactId>parallel-consumer-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>parallel-consumer-parent</artifactId>
<groupId>io.confluent.parallelconsumer</groupId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
</parent>

<artifactId>parallel-consumer-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<name>Confluent Parallel Consumer</name>
<version>0.5.3.1-SNAPSHOT</version>
<version>0.5.2.9-SNAPSHOT</version>
<description>Parallel Apache Kafka client wrapper with client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing.
</description>
<url>https://confluent.io</url>
Expand Down