We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a69e23 commit 728367aCopy full SHA for 728367a
1 file changed
authorizer/pom.xml
@@ -190,11 +190,19 @@
190
</profile>
191
<profile>
192
<id>nifi-2.5.0</id>
193
+ <properties>
194
+ <nifi-framework-api.version>2.5.0</nifi-framework-api.version>
195
+ <maven.compiler.source>21</maven.compiler.source>
196
+ <maven.compiler.target>21</maven.compiler.target>
197
+ </properties>
198
+ </profile>
199
+ <profile>
200
+ <id>nifi-2.6.0</id>
201
<activation>
202
<activeByDefault>true</activeByDefault>
203
</activation>
204
<properties>
- <nifi-framework-api.version>2.5.0</nifi-framework-api.version>
205
+ <nifi-framework-api.version>2.6.0</nifi-framework-api.version>
206
<maven.compiler.source>21</maven.compiler.source>
207
<maven.compiler.target>21</maven.compiler.target>
208
</properties>
0 commit comments