Skip to content

Commit

Permalink
Prepare for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed May 21, 2024
1 parent ed20a05 commit 6d74b51
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target/
!**/src/test/**/target/
dependency-reduced-pom.xml
.run
*.versionsBackup

### IntelliJ IDEA ###
.idea/*
Expand Down Expand Up @@ -34,4 +35,4 @@ build/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store
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.2.1-SNAPSHOT</version>
<version>0.3.0--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.2.1-SNAPSHOT</version>
<version>0.3.0--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.2.1-SNAPSHOT</version>
<version>0.3.0--SNAPSHOT</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.2.1-SNAPSHOT</version>
<version>0.3.0--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.2.1-SNAPSHOT</version>
<version>0.3.0--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.2.1-SNAPSHOT</version>
<version>0.3.0--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.2.1-SNAPSHOT</version>
<version>0.3.0--SNAPSHOT</version>
</parent>

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

0 comments on commit 6d74b51

Please sign in to comment.