Skip to content

Commit

Permalink
Next development version v0.3.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
streamnativebot committed Aug 8, 2024
1 parent 1d350e8 commit 56d8b86
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>oxia-client-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>oxia-client-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>oxia-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion perf-ycsb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>oxia-perf-ycsb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>oxia-perf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Oxia Client SDK for Java</name>
<description>Oxia Client SDK for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-metadatastore-oxia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>pulsar-metadatastore-oxia</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-java</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>oxia-testcontainers</artifactId>
Expand Down

0 comments on commit 56d8b86

Please sign in to comment.