Skip to content

Commit

Permalink
"Created by snbot"
Browse files Browse the repository at this point in the history
  • Loading branch information
streamnativebot committed Jan 7, 2025
1 parent cb70409 commit a0ce59e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.streamnative.ecosystem</groupId>
<artifactId>pulsar-io-cloud-storage</artifactId>
<version>3.0.7.5</version>
<version>3.0.7.5-shade</version>
<name>Pulsar Ecosystem :: IO Connector :: Cloud Storage Project</name>
<description>Cloud Storage Connector integrates Apache Pulsar with Cloud Storage.</description>
<properties>
Expand All @@ -43,7 +43,7 @@
<!-- connector dependencies -->
<jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.13.4.2</jackson-databind.version>
<pulsar.version>3.0.7.5</pulsar.version>
<pulsar.version>3.0.7.5-shade</pulsar.version>
<lombok.version>1.18.32</lombok.version>
<avro.version>1.11.3</avro.version>
<hadoop.version>3.3.6</hadoop.version>
Expand Down Expand Up @@ -804,12 +804,16 @@
<name>bintray</name>
<url>https://dl.bintray.com/streamnative/maven</url>
</repository>
<repository>
<id>nexus-snapshot</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-3487/content</url>
<url>https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-3591/content</url>
</repository>
<repository>
<id>nexus-snapshot</id>
<id>nexus-snapshot-ci</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
Expand Down

0 comments on commit a0ce59e

Please sign in to comment.