Skip to content

Commit

Permalink
"Created by snbot"
Browse files Browse the repository at this point in the history
  • Loading branch information
streamnativebot committed Oct 9, 2024
1 parent 0ab0279 commit a5a9327
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
#

ARG PULSAR_VERSION
FROM streamnative/pulsar-functions-java-runner:${PULSAR_VERSION}
FROM snstage/pulsar-functions-java-runner:${PULSAR_VERSION}
COPY ../io-amqp1_0-impl/target/*.nar /pulsar/connectors/
2 changes: 1 addition & 1 deletion io-amqp1_0-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>pulsar-io-amqp1_0-parent</artifactId>
<groupId>org.apache.pulsar.ecosystem</groupId>
<version>2.11.2.11</version>
<version>2.11.2.11-52e4fa</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.apache.pulsar.ecosystem</groupId>
<artifactId>pulsar-io-amqp1_0-parent</artifactId>
<packaging>pom</packaging>
<version>2.11.2.11</version>
<version>2.11.2.11-52e4fa</version>
<name>Pulsar Ecosystem :: IO Connector :: AMQP1_0</name>
<description>This is an Apache Pulsar AMQP1_0 connector</description>
<properties>
Expand All @@ -44,7 +44,7 @@
<!-- connector dependencies -->
<jackson.version>2.12.6.1</jackson.version>
<lombok.version>1.18.24</lombok.version>
<pulsar.version>2.11.2.11</pulsar.version>
<pulsar.version>2.11.2.11-52e4fa</pulsar.version>
<qpid.version>0.56.0</qpid.version>
<log4j2.version>2.17.1</log4j2.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down Expand Up @@ -379,7 +379,7 @@
<repositories>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-2576/content</url>
<url>https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-3354/content</url>
</repository>
<repository>
<id>nexus-snapshot</id>
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

ARG PULSAR_IMAGE_TAG
FROM docker.cloudsmith.io/streamnative/staging/pulsar:${PULSAR_IMAGE_TAG}
FROM snstage/pulsar:${PULSAR_IMAGE_TAG}

### Add connector
COPY ./src/test/resources/pulsar-io-amqp1_0.nar /pulsar/connectors/pulsar-io-amqp1_0.nar
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>pulsar-io-amqp1_0-parent</artifactId>
<groupId>org.apache.pulsar.ecosystem</groupId>
<version>2.11.2.11</version>
<version>2.11.2.11-52e4fa</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit a5a9327

Please sign in to comment.