Skip to content

Commit

Permalink
Preparing fugaku-sr-0 release
Browse files Browse the repository at this point in the history
Change-Id: I921f9e3a6012a20c346de825ff95346fc20c706e
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/207026
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Michael Reiche <michael.reiche@couchbase.com>
  • Loading branch information
mikereiche committed Mar 11, 2024
1 parent 587865b commit b0cdc96
Show file tree
Hide file tree
Showing 20 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion core-fit-performer/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>fit-performer-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-io-deps/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.couchbase.client</groupId>
<artifactId>core-io-deps</artifactId>
<version>1.6.0-SNAPSHOT</version><!--REL--><!-- this cannot use variable ${core-io-deps.version} -->
<version>1.6.0</version><!--REL--><!-- 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
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>core-io</artifactId>
<version>2.6.0-SNAPSHOT</version><!--REL-->
<version>2.6.0</version><!--REL-->

<!-- 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
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>java-client</artifactId>
<version>3.6.0-SNAPSHOT</version><!--REL-->
<version>3.6.0</version><!--REL-->
<!-- 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
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

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

<name>Couchbase Java SDK Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion java-fit-performer/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>fit-performer-java-sdk</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kotlin-client/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>kotlin-client</artifactId>
<version>1.3.0-SNAPSHOT</version><!--REL-->
<version>1.3.0</version><!--REL-->

<name>Couchbase Kotlin SDK</name>
<description>The official Couchbase Kotlin SDK</description>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-fit-performer/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>fit-performer-kotlin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions metrics-micrometer/pom.xml
Expand Up @@ -8,15 +8,15 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<properties>
<micrometer.version>1.10.9</micrometer.version>
</properties>

<artifactId>metrics-micrometer</artifactId>
<version>0.6.0-SNAPSHOT</version><!--REL-->
<version>0.6.0</version><!--REL-->

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

<artifactId>metrics-opentelemetry</artifactId>
<version>0.6.0-SNAPSHOT</version><!--REL-->
<version>0.6.0</version><!--REL-->

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

<artifactId>osgi-feature</artifactId>
<version>3.6.0-SNAPSHOT</version><!--REL-->
<version>3.6.0</version><!--REL-->
<packaging>pom</packaging>

<name>Couchbase Java SDK OSGI Feature</name>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
<packaging>pom</packaging>

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

<osgi-feature.version>3.6.0-SNAPSHOT</osgi-feature.version><!--REL-->
<java-examples.version>1.6.0-SNAPSHOT</java-examples.version><!--REL-->
<java-client.version>3.6.0-SNAPSHOT</java-client.version><!--REL-->
<core-io.version>2.6.0-SNAPSHOT</core-io.version><!--REL-->
<core-io-deps.version>1.6.0-SNAPSHOT</core-io-deps.version><!--REL-->
<scala-client.version>1.6.0-SNAPSHOT</scala-client.version><!--REL-->
<kotlin-client.version>1.3.0-SNAPSHOT</kotlin-client.version><!--REL-->
<tracing-opentelemetry.version>1.4.0-SNAPSHOT</tracing-opentelemetry.version><!--REL-->
<metrics-opentelemetry.version>0.6.0-SNAPSHOT</metrics-opentelemetry.version><!--REL-->
<osgi-feature.version>3.6.0</osgi-feature.version><!--REL-->
<java-examples.version>1.6.0</java-examples.version><!--REL-->
<java-client.version>3.6.0</java-client.version><!--REL-->
<core-io.version>2.6.0</core-io.version><!--REL-->
<core-io-deps.version>1.6.0</core-io-deps.version><!--REL-->
<scala-client.version>1.6.0</scala-client.version><!--REL-->
<kotlin-client.version>1.3.0</kotlin-client.version><!--REL-->
<tracing-opentelemetry.version>1.4.0</tracing-opentelemetry.version><!--REL-->
<metrics-opentelemetry.version>0.6.0</metrics-opentelemetry.version><!--REL-->

<junit.version>5.9.1</junit.version>
<assertj.version>3.23.1</assertj.version>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>test-utils</artifactId>
<version>1.6.0-SNAPSHOT</version><!--REL-->
<version>1.6.0</version><!--REL-->
</dependency>
<dependency>
<groupId>com.couchbase.client</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scala-client/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

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

<name>Couchbase Scala SDK</name>
Expand Down
2 changes: 1 addition & 1 deletion scala-fit-performer/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>fit-performer-scala</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions scala-implicits/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

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

<name>Couchbase Scala SDK Implicits</name>
Expand Down
4 changes: 2 additions & 2 deletions test-utils/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

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

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tracing-micrometer-observation/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>tracing-micrometer-observation</artifactId>
<version>1.4.0-SNAPSHOT</version><!--REL-->
<version>1.4.0</version><!--REL-->

<name>Micrometer Observation Interoperability</name>
<description>Provides interoperability with Micrometer Observation</description>
Expand Down
2 changes: 1 addition & 1 deletion tracing-opentelemetry-deps/pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>com.couchbase.client</groupId>
<artifactId>tracing-opentelemetry-deps</artifactId>
<version>1.4.0-SNAPSHOT</version><!--REL-->
<version>1.4.0</version><!--REL-->
<packaging>jar</packaging>

<name>OpenTelemetry Interoperability Dependencies</name>
Expand Down
6 changes: 3 additions & 3 deletions tracing-opentelemetry/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>tracing-opentelemetry</artifactId>
<version>1.4.0-SNAPSHOT</version><!--REL-->
<version>1.4.0</version><!--REL-->

<name>OpenTelemetry Interoperability</name>
<description>Provides interoperability with OpenTelemetry</description>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>tracing-opentelemetry-deps</artifactId>
<version>1.4.0-SNAPSHOT</version><!--REL-->
<version>1.4.0</version><!--REL-->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tracing-opentracing/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-jvm-clients</artifactId>
<version>1.15.0-SNAPSHOT</version><!--REL-->
<version>1.15.0</version><!--REL-->
</parent>

<artifactId>tracing-opentracing</artifactId>
<version>1.4.0-SNAPSHOT</version><!--REL-->
<version>1.4.0</version><!--REL-->

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

0 comments on commit b0cdc96

Please sign in to comment.