Skip to content

Commit 44db552

Browse files
committed
Prepare for Release 3.7.0
Change-Id: I68c456978fc8ff6f6c1ce1b27f3f5ef0c2698a82 Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/211415 Tested-by: Build Bot <[email protected]> Reviewed-by: Michael Reiche <[email protected]>
1 parent 6391f0c commit 44db552

File tree

20 files changed

+44
-44
lines changed

20 files changed

+44
-44
lines changed

core-fit-performer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.couchbase.client</groupId>
99
<artifactId>couchbase-jvm-clients</artifactId>
10-
<version>1.15.3-SNAPSHOT</version><!--REL-->
10+
<version>1.16.0</version><!--REL-->
1111
</parent>
1212

1313
<artifactId>fit-performer-core</artifactId>

core-io-deps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.couchbase.client</groupId>
88
<artifactId>core-io-deps</artifactId>
9-
<version>1.6.3-SNAPSHOT</version><!--REL--><!-- this cannot use variable ${core-io-deps.version} -->
9+
<version>1.7.0</version><!--REL--><!-- this cannot use variable ${core-io-deps.version} -->
1010
<packaging>jar</packaging>
1111

1212
<name>Couchbase JVM Core IO Dependencies</name>

core-io/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.couchbase.client</groupId>
99
<artifactId>couchbase-jvm-clients</artifactId>
10-
<version>1.15.3-SNAPSHOT</version><!--REL-->
10+
<version>1.16.0</version><!--REL-->
1111
</parent>
1212

1313
<artifactId>core-io</artifactId>
14-
<version>2.6.3-SNAPSHOT</version><!--REL-->
14+
<version>2.7.0</version><!--REL-->
1515

1616
<!-- Ideally, this would be like java-client and not use packaging-bundle -->
1717
<!-- But I haven't figured out how to run the felix plugin *after* the shading has been done, then update the MANIFEST.MF -->

java-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.couchbase.client</groupId>
88
<artifactId>couchbase-jvm-clients</artifactId>
9-
<version>1.15.3-SNAPSHOT</version><!--REL-->
9+
<version>1.16.0</version><!--REL-->
1010
</parent>
1111

1212
<artifactId>java-client</artifactId>
13-
<version>3.6.3-SNAPSHOT</version><!--REL-->
13+
<version>3.7.0</version><!--REL-->
1414
<!-- Does not need packaging bundle as the felix plugin does this <packaging>bundle</packaging> -->
1515

1616
<name>Couchbase Java SDK</name>

java-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.couchbase.client</groupId>
88
<artifactId>couchbase-jvm-clients</artifactId>
9-
<version>1.15.3-SNAPSHOT</version><!--REL-->
9+
<version>1.16.0</version><!--REL-->
1010
</parent>
1111

1212
<artifactId>java-examples</artifactId>
13-
<version>1.6.3-SNAPSHOT</version><!--REL-->
13+
<version>1.7.0</version><!--REL-->
1414
<!-- Does not need packaging bundle as the felix plugin does this <packaging>bundle</packaging> -->
1515

1616
<name>Couchbase Java SDK Examples</name>

java-fit-performer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.couchbase.client</groupId>
99
<artifactId>couchbase-jvm-clients</artifactId>
10-
<version>1.15.3-SNAPSHOT</version><!--REL-->
10+
<version>1.16.0</version><!--REL-->
1111
</parent>
1212

1313
<artifactId>fit-performer-java-sdk</artifactId>

kotlin-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.couchbase.client</groupId>
99
<artifactId>couchbase-jvm-clients</artifactId>
10-
<version>1.15.3-SNAPSHOT</version><!--REL-->
10+
<version>1.16.0</version><!--REL-->
1111
</parent>
1212

1313
<artifactId>kotlin-client</artifactId>
14-
<version>1.3.3-SNAPSHOT</version><!--REL-->
14+
<version>1.4.0</version><!--REL-->
1515

1616
<name>Couchbase Kotlin SDK</name>
1717
<description>The official Couchbase Kotlin SDK</description>

kotlin-fit-performer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.couchbase.client</groupId>
99
<artifactId>couchbase-jvm-clients</artifactId>
10-
<version>1.15.3-SNAPSHOT</version><!--REL-->
10+
<version>1.16.0</version><!--REL-->
1111
</parent>
1212

1313
<artifactId>fit-performer-kotlin</artifactId>

metrics-micrometer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<parent>
99
<groupId>com.couchbase.client</groupId>
1010
<artifactId>couchbase-jvm-clients</artifactId>
11-
<version>1.15.3-SNAPSHOT</version><!--REL-->
11+
<version>1.16.0</version><!--REL-->
1212
</parent>
1313

1414
<properties>
1515
<micrometer.version>1.10.9</micrometer.version>
1616
</properties>
1717

1818
<artifactId>metrics-micrometer</artifactId>
19-
<version>0.6.3-SNAPSHOT</version><!--REL-->
19+
<version>0.7.0</version><!--REL-->
2020

2121
<name>Micrometer Metrics Interoperability</name>
2222
<description>Provides interoperability with Micrometer</description>

metrics-opentelemetry/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.couchbase.client</groupId>
88
<artifactId>couchbase-jvm-clients</artifactId>
9-
<version>1.15.3-SNAPSHOT</version><!--REL-->
9+
<version>1.16.0</version><!--REL-->
1010
</parent>
1111

1212
<artifactId>metrics-opentelemetry</artifactId>
13-
<version>0.6.3-SNAPSHOT</version><!--REL-->
13+
<version>0.7.0</version><!--REL-->
1414

1515
<name>OpenTelemetry Metrics Interoperability</name>
1616
<description>Provides interoperability with OpenTelemetry Metrics</description>

0 commit comments

Comments
 (0)