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.
2 parents d8077c3 + aa56fb6 commit 677e588Copy full SHA for 677e588
1 file changed
authorizer/pom.xml
@@ -182,11 +182,19 @@
182
</profile>
183
<profile>
184
<id>nifi-2.4.0</id>
185
+ <properties>
186
+ <nifi-framework-api.version>2.4.0</nifi-framework-api.version>
187
+ <maven.compiler.source>21</maven.compiler.source>
188
+ <maven.compiler.target>21</maven.compiler.target>
189
+ </properties>
190
+ </profile>
191
+ <profile>
192
+ <id>nifi-2.5.0</id>
193
<activation>
194
<activeByDefault>true</activeByDefault>
195
</activation>
196
<properties>
- <nifi-framework-api.version>2.4.0</nifi-framework-api.version>
197
+ <nifi-framework-api.version>2.5.0</nifi-framework-api.version>
198
<maven.compiler.source>21</maven.compiler.source>
199
<maven.compiler.target>21</maven.compiler.target>
200
</properties>
0 commit comments