File tree Expand file tree Collapse file tree 24 files changed +51
-51
lines changed
columnar-fit-performer-shared
examples/maven-project-template
columnar-java-fit-performer
tracing-micrometer-observation
tracing-opentelemetry-deps Expand file tree Collapse file tree 24 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.couchbase.client</groupId >
9
9
<artifactId >couchbase-jvm-clients</artifactId >
10
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
10
+ <version >1.16.4</version ><!-- REL-->
11
11
</parent >
12
12
13
13
<artifactId >columnar-fit-performer-shared</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.example</groupId >
8
8
<artifactId >couchbase-columnar-java-example</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0</version > <!-- REL -- >
10
10
11
11
<name >Couchbase Columnar Java SDK Project Template</name >
12
12
<description >Examples project for Couchbase Columnar Java SDK</description >
38
38
<dependency >
39
39
<groupId >com.couchbase.client</groupId >
40
40
<artifactId >couchbase-columnar-java-client</artifactId >
41
- <version >0. 1.0-SNAPSHOT </version >
41
+ <version >1.0.0 </version > <!-- REL -- >
42
42
</dependency >
43
43
44
44
<!-- Including this optional dependency lets IntelliJ IDEA
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.couchbase.client</groupId >
8
8
<artifactId >couchbase-jvm-clients</artifactId >
9
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
9
+ <version >1.16.4</version ><!-- REL-->
10
10
</parent >
11
11
12
12
<artifactId >couchbase-columnar-java-client</artifactId >
13
- <version >0.1 .0</version ><!-- REL-->
13
+ <version >1.0 .0</version ><!-- REL-->
14
14
<!-- Does not need packaging bundle as the felix plugin does this <packaging>bundle</packaging> -->
15
15
16
16
<name >Couchbase Columnar Java SDK</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.couchbase.client</groupId >
9
9
<artifactId >couchbase-jvm-clients</artifactId >
10
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
10
+ <version >1.16.4</version ><!-- REL-->
11
11
</parent >
12
12
13
13
<artifactId >columnar-java-fit-performer</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.couchbase.client</groupId >
9
9
<artifactId >couchbase-jvm-clients</artifactId >
10
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
10
+ <version >1.16.4</version ><!-- REL-->
11
11
</parent >
12
12
13
13
<artifactId >fit-performer-core</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.couchbase.client</groupId >
8
8
<artifactId >core-io-deps</artifactId >
9
- <version >1.7.4-SNAPSHOT </version ><!-- REL--><!-- this cannot use variable ${core-io-deps.version} -->
9
+ <version >1.7.4</version ><!-- REL--><!-- this cannot use variable ${core-io-deps.version} -->
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Couchbase JVM Core IO Dependencies</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.couchbase.client</groupId >
9
9
<artifactId >couchbase-jvm-clients</artifactId >
10
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
10
+ <version >1.16.4</version ><!-- REL-->
11
11
</parent >
12
12
13
13
<artifactId >core-io</artifactId >
14
- <version >3.7.4-SNAPSHOT </version ><!-- REL-->
14
+ <version >3.7.4</version ><!-- REL-->
15
15
16
16
<!-- Ideally, this would be like java-client and not use packaging-bundle -->
17
17
<!-- But I haven't figured out how to run the felix plugin *after* the shading has been done, then update the MANIFEST.MF -->
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.couchbase.client</groupId >
8
8
<artifactId >couchbase-jvm-clients</artifactId >
9
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
9
+ <version >1.16.4</version ><!-- REL-->
10
10
</parent >
11
11
12
12
<artifactId >java-client</artifactId >
13
- <version >3.7.4-SNAPSHOT </version ><!-- REL-->
13
+ <version >3.7.4</version ><!-- REL-->
14
14
<!-- Does not need packaging bundle as the felix plugin does this <packaging>bundle</packaging> -->
15
15
16
16
<name >Couchbase Java SDK</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.couchbase.client</groupId >
8
8
<artifactId >couchbase-jvm-clients</artifactId >
9
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
9
+ <version >1.16.4</version ><!-- REL-->
10
10
</parent >
11
11
12
12
<artifactId >java-examples</artifactId >
13
- <version >1.7.4-SNAPSHOT </version ><!-- REL-->
13
+ <version >1.7.4</version ><!-- REL-->
14
14
<!-- Does not need packaging bundle as the felix plugin does this <packaging>bundle</packaging> -->
15
15
16
16
<name >Couchbase Java SDK Examples</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.couchbase.client</groupId >
9
9
<artifactId >couchbase-jvm-clients</artifactId >
10
- <version >1.16.4-SNAPSHOT </version ><!-- REL-->
10
+ <version >1.16.4</version ><!-- REL-->
11
11
</parent >
12
12
13
13
<artifactId >fit-performer-java-sdk</artifactId >
You can’t perform that action at this time.
0 commit comments