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 #20 from andreimoustache/bump-version-to-190
Browse files Browse the repository at this point in the history
Bump to version `1.9.0`
  • Loading branch information
Matthias Jörg authored Jul 9, 2019
2 parents 057d790 + 3278bb5 commit 981da35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.8.0.nar NIFI_HOME/lib/nifi-prometheus-nar-1.8.0.nar
cp nifi-prometheus-nar/target/nifi-prometheus-nar-1.9.0.nar NIFI_HOME/lib/nifi-prometheus-nar-1.9.0.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.8.0</version>
<version>1.9.0</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.8.0</version>
<version>1.9.0</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.8.0</version>
<version>1.9.0</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.8.0</nifi.version>
<nifi.version>1.9.0</nifi.version>
</properties>

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

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

0 comments on commit 981da35

Please sign in to comment.