Skip to content

Commit

Permalink
Preparing eos-sr-4 release
Browse files Browse the repository at this point in the history
Change-Id: I63f0099db18b53ccd865720ce10fda324115533a
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/179787
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Graham Pople <graham.pople@couchbase.com>
  • Loading branch information
programmatix committed Sep 9, 2022
1 parent 196fc8c commit 8c58beb
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions core-fit-performer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>fit-performer-core</artifactId>
<!-- This version never changes as this is not an externally published tool -->
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>Couchbase Core FIT Performer</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core-io-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.couchbase.client</groupId>
<artifactId>core-io-deps</artifactId>
<version>1.3.4-SNAPSHOT</version> <!-- this cannot use variable ${core-io-deps.version} -->
<version>1.3.4</version> <!-- this cannot use variable ${core-io-deps.version} -->
<packaging>jar</packaging>

<name>Couchbase JVM Core IO Dependencies</name>
Expand Down
4 changes: 2 additions & 2 deletions core-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>core-io</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.3.4</version>

<!-- Ideally, this would be like java-client and not use packaging-bundle -->
<!-- But I haven't figured out how to run the felix plugin *after* the shading has been done, then update the MANIFEST.MF -->
Expand Down
4 changes: 2 additions & 2 deletions java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>java-client</artifactId>
<version>3.3.4-SNAPSHOT</version>
<version>3.3.4</version>
<!-- Does not need packaging bundle as the felix plugin does this <packaging>bundle</packaging> -->

<name>Couchbase Java SDK</name>
Expand Down
4 changes: 2 additions & 2 deletions java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>java-examples</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<!-- Does not need packaging bundle as the felix plugin does this <packaging>bundle</packaging> -->

<name>Couchbase Java SDK Examples</name>
Expand Down
6 changes: 3 additions & 3 deletions java-fit-performer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>fit-performer-java-sdk</artifactId>
<!-- This version never changes as this is not an externally published tool -->
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<name>Couchbase Java FIT Performer (SDK Integrated)</name>
<description>Integration for the Couchbase Java SDK into FIT</description>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>fit-performer-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions kotlin-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>kotlin-client</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>

<name>Couchbase Kotlin SDK</name>
<description>The official Couchbase Kotlin SDK</description>
Expand Down
6 changes: 3 additions & 3 deletions kotlin-fit-performer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>fit-performer-kotlin</artifactId>
<!-- This version never changes as this is not an externally published tool -->
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>Couchbase Kotlin FIT Performer</name>
<packaging>jar</packaging>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>fit-performer-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions metrics-micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<properties>
<micrometer.version>1.9.2</micrometer.version>
</properties>

<artifactId>metrics-micrometer</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>

<name>Micrometer Metrics Interoperability</name>
<description>Provides interoperability with Micrometer</description>
Expand Down
4 changes: 2 additions & 2 deletions metrics-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>metrics-opentelemetry</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>

<name>OpenTelemetry Metrics Interoperability</name>
<description>Provides interoperability with OpenTelemetry Metrics</description>
Expand Down
4 changes: 2 additions & 2 deletions osgi-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>osgi-feature</artifactId>
<version>3.3.4-SNAPSHOT</version>
<version>3.3.4</version>
<packaging>pom</packaging>

<name>Couchbase Java SDK OSGI Feature</name>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
<packaging>pom</packaging>

<name>Couchbase JVM Client Parent</name>
Expand All @@ -16,13 +16,13 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<osgi-feature.version>3.3.4-SNAPSHOT</osgi-feature.version>
<java-examples.version>1.3.4-SNAPSHOT</java-examples.version>
<java-client.version>3.3.4-SNAPSHOT</java-client.version>
<core-io.version>2.3.4-SNAPSHOT</core-io.version>
<core-io-deps.version>1.3.4-SNAPSHOT</core-io-deps.version>
<scala-client.version>1.3.4-SNAPSHOT</scala-client.version>
<kotlin-client.version>1.0.4-SNAPSHOT</kotlin-client.version>
<osgi-feature.version>3.3.4</osgi-feature.version>
<java-examples.version>1.3.4</java-examples.version>
<java-client.version>3.3.4</java-client.version>
<core-io.version>2.3.4</core-io.version>
<core-io-deps.version>1.3.4</core-io-deps.version>
<scala-client.version>1.3.4</scala-client.version>
<kotlin-client.version>1.0.4</kotlin-client.version>

<junit.version>5.9.0</junit.version>
<assertj.version>3.22.0</assertj.version>
Expand Down Expand Up @@ -126,12 +126,12 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>test-utils</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</dependency>
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>tracing-opentelemetry</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>io.projectreactor.tools</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scala-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>scala-client_${scala.compat.version}</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>

<name>Couchbase Scala SDK</name>
Expand Down
6 changes: 3 additions & 3 deletions scala-fit-performer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>fit-performer-scala</artifactId>
<!-- This version never changes as this is not an externally published tool -->
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>Couchbase Scala FIT Performer</name>

<dependencies>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>fit-performer-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions scala-implicits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>scala-implicits_${scala.compat.version}</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>

<name>Couchbase Scala SDK Implicits</name>
Expand Down
4 changes: 2 additions & 2 deletions test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<name>Couchbase (Integration) Test Utilities</name>
<artifactId>test-utils</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tracing-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>tracing-opentelemetry</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<name>OpenTelemetry Interoperability</name>
<description>Provides interoperability with OpenTelemetry</description>
Expand Down
4 changes: 2 additions & 2 deletions tracing-opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.12.4-SNAPSHOT</version>
<version>1.12.4</version>
</parent>

<artifactId>tracing-opentracing</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<name>OpenTracing Interoperability</name>
<description>Provides interoperability with OpenTracing</description>
Expand Down

0 comments on commit 8c58beb

Please sign in to comment.