Skip to content

Commit

Permalink
Merge remote-tracking branch 'sn/main' into update-pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Dec 5, 2023
2 parents 85ec281 + b41a210 commit 6e4e511
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 69 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/ci-maven-publish-release.yaml

This file was deleted.

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.10-SNAPSHOT</version>
<version>0.0.12-SNAPSHOT</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.10-SNAPSHOT</version>
<version>0.0.12-SNAPSHOT</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.10-SNAPSHOT</version>
<version>0.0.12-SNAPSHOT</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.10-SNAPSHOT</version>
<version>0.0.12-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.0.10-SNAPSHOT</version>
<version>0.0.12-SNAPSHOT</version>
</parent>

<artifactId>oxia-perf</artifactId>
Expand Down
13 changes: 4 additions & 9 deletions 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.10-SNAPSHOT</version>
<version>0.0.12-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Oxia Implementations for Java</name>

Expand Down Expand Up @@ -52,15 +52,10 @@

<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/streamnative/oxia-java</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<name>Snapshot Repository OSSRH</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<properties>
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.10-SNAPSHOT</version>
<version>0.0.12-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.0.10-SNAPSHOT</version>
<version>0.0.12-SNAPSHOT</version>
</parent>

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

0 comments on commit 6e4e511

Please sign in to comment.