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 1a76f89 commit d7838ffCopy full SHA for d7838ff
1 file changed
authorizer/pom.xml
@@ -174,11 +174,19 @@
174
</profile>
175
<profile>
176
<id>nifi-2.3.0</id>
177
+ <properties>
178
+ <nifi-framework-api.version>2.3.0</nifi-framework-api.version>
179
+ <maven.compiler.source>21</maven.compiler.source>
180
+ <maven.compiler.target>21</maven.compiler.target>
181
+ </properties>
182
+ </profile>
183
+ <profile>
184
+ <id>nifi-2.4.0</id>
185
<activation>
186
<activeByDefault>true</activeByDefault>
187
</activation>
188
<properties>
- <nifi-framework-api.version>2.3.0</nifi-framework-api.version>
189
+ <nifi-framework-api.version>2.4.0</nifi-framework-api.version>
190
<maven.compiler.source>21</maven.compiler.source>
191
<maven.compiler.target>21</maven.compiler.target>
192
</properties>
0 commit comments