Skip to content

Commit

Permalink
Preparing hopper-sr-6 release
Browse files Browse the repository at this point in the history
Change-Id: I5aa700a781991793e9a67c836e8538afdb78b48a
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/171683
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Graham Pople <graham.pople@couchbase.com>
  • Loading branch information
programmatix committed Mar 2, 2022
1 parent 19a360c commit b72239d
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
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.2.6-SNAPSHOT</version> <!-- this cannot use variable ${core-io-deps.version} -->
<version>1.2.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<artifactId>core-io</artifactId>
<version>2.2.6-SNAPSHOT</version>
<version>2.2.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<artifactId>java-client</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

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

<name>Couchbase Java SDK Examples</name>
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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<artifactId>kotlin-client</artifactId>
<version>1.0.0-dp.7-SNAPSHOT</version>
<version>1.0.0-dp.7</version>

<name>Couchbase Kotlin SDK</name>
<description>The official Couchbase Kotlin SDK</description>
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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<properties>
<micrometer.version>1.7.5</micrometer.version>
</properties>

<artifactId>metrics-micrometer</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<artifactId>metrics-opentelemetry</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

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

<name>Couchbase Java SDK OSGI Feature</name>
Expand Down
18 changes: 9 additions & 9 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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
<packaging>pom</packaging>

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

<osgi-feature.version>3.2.6-SNAPSHOT</osgi-feature.version>
<java-examples.version>1.2.6-SNAPSHOT</java-examples.version>
<java-client.version>3.2.6-SNAPSHOT</java-client.version>
<core-io.version>2.2.6-SNAPSHOT</core-io.version>
<core-io-deps.version>1.2.6-SNAPSHOT</core-io-deps.version>
<scala-client.version>1.2.6-SNAPSHOT</scala-client.version>
<osgi-feature.version>3.2.6</osgi-feature.version>
<java-examples.version>1.2.6</java-examples.version>
<java-client.version>3.2.6</java-client.version>
<core-io.version>2.2.6</core-io.version>
<core-io-deps.version>1.2.6</core-io-deps.version>
<scala-client.version>1.2.6</scala-client.version>

<junit.version>5.8.2</junit.version>
<assertj.version>3.21.0</assertj.version>
Expand Down Expand Up @@ -113,12 +113,12 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>test-utils</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>tracing-opentelemetry</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

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

<name>Couchbase Scala SDK</name>
Expand Down
4 changes: 2 additions & 2 deletions scala-examples/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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<artifactId>scala-examples</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>

<name>Couchbase Scala SDK Examples</name>
<description>Examples for the Couchbase Scala SDK</description>
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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<artifactId>scala-implicits_${scala.compat.version}</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<name>Couchbase (Integration) Test Utilities</name>
<artifactId>test-utils</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

<artifactId>tracing-opentelemetry</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</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.11.6-SNAPSHOT</version>
<version>1.11.6</version>
</parent>

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

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

0 comments on commit b72239d

Please sign in to comment.