Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21 from andreimoustache/bump-version-to-192
Browse files Browse the repository at this point in the history
Bump version to `1.9.2`
  • Loading branch information
Matthias Jörg authored Jul 11, 2019
2 parents ba62bbd + da8708b commit 86ecab7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM apache/nifi:1.9.0
FROM apache/nifi:1.9.2

ADD https://github.com/mkjoerg/nifi-prometheus-reporter/releases/download/nifi-1.9.0/nifi-prometheus-nar-1.9.0.nar ${NIFI_BASE_DIR}/nifi-current/lib
ADD https://github.com/mkjoerg/nifi-prometheus-reporter/releases/download/nifi-1.9.2/nifi-prometheus-nar-1.9.2.nar ${NIFI_BASE_DIR}/nifi-current/lib

USER root

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The previously built .nar archive has to be copied into the nifi/lib directory
and can be used after a restart of nifi.
```sh
# Copy .nar into Nifi's lib folder
cp nifi-prometheus-nar/target/nifi-prometheus-nar-1.9.0.nar NIFI_HOME/lib/nifi-prometheus-nar-1.9.0.nar
cp nifi-prometheus-nar/target/nifi-prometheus-nar-1.9.2.nar NIFI_HOME/lib/nifi-prometheus-nar-1.9.2.nar

# Start nifi
NIFI_HOME/bin/nifi.sh start
Expand Down
4 changes: 2 additions & 2 deletions nifi-prometheus-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-bundle</artifactId>
<version>1.9.0</version>
<version>1.9.2</version>
</parent>

<artifactId>nifi-prometheus-nar</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-reporting-task</artifactId>
<version>1.9.0</version>
<version>1.9.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion nifi-prometheus-reporting-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-bundle</artifactId>
<version>1.9.0</version>
<version>1.9.2</version>
</parent>
<properties>
<prometheus.version>0.5.0</prometheus.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
-->
<modelVersion>4.0.0</modelVersion>
<properties>
<nifi.version>1.9.0</nifi.version>
<nifi.version>1.9.2</nifi.version>
</properties>

<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
<version>1.9.0</version>
<version>1.9.2</version>
</parent>

<artifactId>nifi-prometheus-bundle</artifactId>
Expand Down

0 comments on commit 86ecab7

Please sign in to comment.