Skip to content

Commit

Permalink
Changed to NiFi version 1.19.1, Pulsar 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
david-streamlio committed Jun 26, 2023
1 parent ecbb084 commit 0dd4e73
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docker-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.streamnative.connectors</groupId>
<artifactId>nifi-pulsar-bundle</artifactId>
<version>1.15.3.2</version>
<version>1.19.1</version>
</parent>

<artifactId>docker-image</artifactId>
Expand All @@ -31,7 +31,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.40.2</version>
<version>0.43.0</version>
<configuration>
<images>
<image>
Expand All @@ -40,7 +40,7 @@
<dockerFileDir>nifi</dockerFileDir>
<assembly>
<targetDir>/connectors</targetDir>
doc <mode>dir</mode>
<mode>dir</mode>
<descriptor>nifi/assembly.xml</descriptor>
</assembly>
</build>
Expand Down
4 changes: 1 addition & 3 deletions docker-image/src/main/docker/nifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

FROM apache/nifi:1.15.3

FROM apache/nifi:1.19.1

#############################################################################
# Add the custom NAR files
Expand Down
2 changes: 1 addition & 1 deletion nifi-pulsar-client-service-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.streamnative.connectors</groupId>
<artifactId>nifi-pulsar-bundle</artifactId>
<version>1.15.3.2</version>
<version>1.19.1</version>
</parent>

<artifactId>nifi-pulsar-client-service-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-pulsar-client-service-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.streamnative.connectors</groupId>
<artifactId>nifi-pulsar-bundle</artifactId>
<version>1.15.3.2</version>
<version>1.19.1</version>
</parent>

<artifactId>nifi-pulsar-client-service-nar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-pulsar-client-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.streamnative.connectors</groupId>
<artifactId>nifi-pulsar-bundle</artifactId>
<version>1.15.3.2</version>
<version>1.19.1</version>
</parent>

<artifactId>nifi-pulsar-client-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-pulsar-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.streamnative.connectors</groupId>
<artifactId>nifi-pulsar-bundle</artifactId>
<version>1.15.3.2</version>
<version>1.19.1</version>
</parent>

<artifactId>nifi-pulsar-nar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-pulsar-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.streamnative.connectors</groupId>
<artifactId>nifi-pulsar-bundle</artifactId>
<version>1.15.3.2</version>
<version>1.19.1</version>
</parent>

<artifactId>nifi-pulsar-processors</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
<version>1.15.3</version>
<version>1.19.1</version>
</parent>

<groupId>io.streamnative.connectors</groupId>
<artifactId>nifi-pulsar-bundle</artifactId>
<version>1.15.3.2</version>
<version>1.19.1</version>
<packaging>pom</packaging>

<name>NiFi Pulsar Connectors :: NiFi Pulsar Bundle</name>
Expand Down Expand Up @@ -97,9 +97,9 @@
<jackson-core.version>2.13.4</jackson-core.version>
<junit.version>4.13.2</junit.version>
<mockito-core.version>3.12.4</mockito-core.version>
<nifi.version>1.15.3</nifi.version>
<nifi.version>1.19.1</nifi.version>
<protobuf3.version>3.20.1</protobuf3.version>
<pulsar.version>2.9.3</pulsar.version>
<pulsar.version>2.10.3</pulsar.version>
<slf4j-simple.version>2.0.6</slf4j-simple.version>
<java.version>1.8</java.version>

Expand Down

0 comments on commit 0dd4e73

Please sign in to comment.