Skip to content

Commit

Permalink
Release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
streamnativebot committed Jan 16, 2024
1 parent 14a9236 commit 84d9e68
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<artifactId>oxia-client-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-metrics-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.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<artifactId>oxia-client-metrics-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-metrics-opentelemetry/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.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<artifactId>oxia-client-metrics-opentelemetry</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.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<artifactId>oxia-client</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.0.13-SNAPSHOT</version>
<version>0.0.13</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.0.13-SNAPSHOT</version>
<version>0.0.13</version>
<packaging>pom</packaging>
<name>Oxia Implementations for Java</name>

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.0.13-SNAPSHOT</version>
<version>0.0.13</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.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

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

0 comments on commit 84d9e68

Please sign in to comment.