Skip to content

Commit

Permalink
Update version to 2.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillard31 committed Jan 6, 2025
1 parent a8e0a42 commit ff28bb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlassian-bundle</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>nifi-atlassian-extensions</artifactId>
<packaging>jar</packaging>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-git-flow-registry</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlassian-bundle</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<artifactId>nifi-atlassian-nar</artifactId>
Expand All @@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlassian-extensions</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<type>nar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-atlassian-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>

Expand Down

0 comments on commit ff28bb8

Please sign in to comment.