Skip to content

Commit

Permalink
Change revision
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Dec 7, 2022
1 parent 4beb557 commit 4b906f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</developers>

<properties>
<revision>3.2.1</revision> <!-- CHANGE THIS and in quickstart's pom to adjust project version-->
<revision>3.2.1-nifi</revision> <!-- CHANGE THIS and in quickstart's pom to adjust project version-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>

Expand Down
2 changes: 1 addition & 1 deletion quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</developers>

<properties>
<revision>3.2.1</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
<revision>3.2.1-nifi</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.2.1</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit 4b906f2

Please sign in to comment.