NIFI-10272-RC2 prepare release nifi-1.17.0-RC2

This commit is contained in:
Joe Witt 2022-07-27 13:24:06 -07:00
parent c77f85aafb
commit 8d256784d8
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
659 changed files with 4813 additions and 2272 deletions

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2-client-api</artifactId>
@ -31,7 +31,11 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2-client-base</artifactId>
@ -31,13 +31,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -52,4 +52,8 @@ limitations under the License.
<artifactId>jackson-annotations</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2-client-http</artifactId>
@ -31,12 +31,12 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
@ -53,4 +53,8 @@ limitations under the License.
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2-client-service</artifactId>
@ -31,18 +31,22 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-http</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2-client-bundle</artifactId>
@ -33,4 +33,8 @@ limitations under the License.
<module>c2-client-http</module>
<module>c2-client-service</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-protocol</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2-protocol-api</artifactId>
@ -31,7 +31,11 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-component-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@ limitations under the License.
<parent>
<artifactId>c2-protocol</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -37,4 +37,8 @@ limitations under the License.
<scope>compile</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2-protocol</artifactId>
@ -31,4 +31,8 @@ limitations under the License.
<module>c2-protocol-component-api</module>
<module>c2-protocol-api</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>c2</artifactId>
@ -37,7 +37,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-assembly</artifactId>
<packaging>pom</packaging>
@ -128,13 +128,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
@ -457,4 +457,8 @@ limitations under the License.
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-bootstrap</artifactId>
<packaging>jar</packaging>
@ -126,4 +126,8 @@ limitations under the License.
</plugin>
</plugins>
</build>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-api</artifactId>
<packaging>jar</packaging>
@ -43,4 +43,8 @@ limitations under the License.
<scope>provided</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-assembly</artifactId>
<packaging>pom</packaging>
@ -222,4 +222,8 @@ limitations under the License.
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-cache</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-cache-filesystem</artifactId>
<packaging>jar</packaging>
@ -38,4 +38,8 @@ limitations under the License.
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-cache</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-cache-s3</artifactId>
<packaging>jar</packaging>
@ -51,4 +51,8 @@ limitations under the License.
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-cache</artifactId>
<packaging>pom</packaging>
@ -29,4 +29,8 @@ limitations under the License.
<module>minifi-c2-cache-filesystem</module>
<module>minifi-c2-cache-s3</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,12 +21,12 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-docker</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<packaging>pom</packaging>
<properties>
@ -76,4 +76,8 @@ limitations under the License.
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-integration-tests</artifactId>
<packaging>jar</packaging>
@ -127,4 +127,8 @@ limitations under the License.
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-jetty</artifactId>
<packaging>jar</packaging>
@ -56,4 +56,8 @@ limitations under the License.
<artifactId>jetty-servlets</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-provider-cache</artifactId>
<packaging>jar</packaging>
@ -37,4 +37,8 @@ limitations under the License.
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-provider-delegating</artifactId>
<packaging>jar</packaging>
@ -50,4 +50,8 @@ limitations under the License.
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -15,13 +15,12 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-provider-nifi-rest</artifactId>
<packaging>jar</packaging>
@ -83,4 +82,8 @@ limitations under the License.
</plugin>
</plugins>
</build>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-provider-util</artifactId>
<packaging>jar</packaging>
@ -41,4 +41,8 @@ limitations under the License.
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-provider</artifactId>
<packaging>pom</packaging>
@ -31,4 +31,8 @@ limitations under the License.
<module>minifi-c2-provider-delegating</module>
<module>minifi-c2-provider-nifi-rest</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2-service</artifactId>
<packaging>war</packaging>
@ -29,13 +29,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
@ -114,4 +114,8 @@ limitations under the License.
<scope>provided</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-c2</artifactId>
<packaging>pom</packaging>
@ -35,4 +35,8 @@ limitations under the License.
<module>minifi-c2-docker</module>
<module>minifi-c2-integration-tests</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-commons-schema</artifactId>
@ -34,4 +34,8 @@
<artifactId>nifi-api</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-utils</artifactId>
@ -29,4 +29,8 @@
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-commons</artifactId>
<packaging>pom</packaging>
@ -29,4 +29,8 @@ limitations under the License.
<module>minifi-commons-schema</module>
<module>minifi-utils</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<groupId>org.apache.nifi.minifi</groupId>
@ -79,4 +79,8 @@ limitations under the License.
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<packaging>pom</packaging>
<artifactId>minifi-docs</artifactId>
@ -68,4 +68,8 @@
</plugin>
</plugins>
</build>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-integration-tests</artifactId>
<packaging>jar</packaging>
@ -141,4 +141,8 @@ limitations under the License.
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@ limitations under the License.
<parent>
<artifactId>minifi-framework-bundle</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -35,7 +35,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
@ -97,7 +97,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -111,4 +111,8 @@ limitations under the License.
<scope>compile</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-framework-api</artifactId>
@ -29,19 +29,23 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-framework-core</artifactId>
@ -29,7 +29,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@ -110,4 +110,8 @@ limitations under the License.
<scope>compile</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-resources</artifactId>
<packaging>pom</packaging>
@ -49,4 +49,8 @@ limitations under the License.
</plugin>
</plugins>
</build>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-runtime</artifactId>
@ -72,4 +72,8 @@ limitations under the License.
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-server</artifactId>
<packaging>jar</packaging>
@ -64,6 +64,10 @@
<scope>compile</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-framework-bundle</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-framework</artifactId>
<packaging>pom</packaging>
@ -37,4 +37,8 @@ limitations under the License.
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-bundle</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-server-nar</artifactId>
<packaging>nar</packaging>
@ -30,18 +30,18 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -85,4 +85,8 @@
<scope>provided</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@ limitations under the License.
<parent>
<artifactId>minifi-nar-bundles</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -37,49 +37,53 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-provenance-repository-bundle</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-provenance-repositories</artifactId>
@ -32,4 +32,8 @@ limitations under the License.
<scope>provided</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-provenance-repository-bundle</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-provenance-repository-nar</artifactId>
@ -37,4 +37,8 @@ limitations under the License.
<type>nar</type>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-nar-bundles</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-provenance-repository-bundle</artifactId>
@ -31,4 +31,8 @@ limitations under the License.
<module>minifi-provenance-repository-nar</module>
<module>minifi-provenance-repositories</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@ limitations under the License.
<parent>
<artifactId>minifi-nar-bundles</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -34,7 +34,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-processors</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@ -49,12 +49,16 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-reporting-tasks</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@ limitations under the License.
<parent>
<artifactId>minifi-nar-bundles</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -33,12 +33,16 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-processor</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-model</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-nar-bundles</artifactId>
<packaging>pom</packaging>
@ -31,4 +31,8 @@ limitations under the License.
<module>minifi-update-attribute-nar</module>
<module>minifi-standard-nar</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-toolkit</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-toolkit-assembly</artifactId>
<packaging>pom</packaging>
@ -103,4 +103,8 @@ limitations under the License.
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-toolkit</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-toolkit-configuration</artifactId>
<packaging>jar</packaging>
@ -50,4 +50,8 @@ limitations under the License.
</plugin>
</plugins>
</build>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>minifi-toolkit</artifactId>
<packaging>pom</packaging>
@ -29,4 +29,8 @@ limitations under the License.
<module>minifi-toolkit-configuration</module>
<module>minifi-toolkit-assembly</module>
</modules>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<groupId>org.apache.nifi.minifi</groupId>
@ -50,37 +50,37 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bootstrap-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-bootstrap</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-core</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-resources</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-provenance-repository-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
@ -88,45 +88,45 @@ limitations under the License.
<artifactId>minifi-resources</artifactId>
<classifier>resources</classifier>
<type>zip</type>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-runtime</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-standard-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-update-attribute-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-docs</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
@ -134,7 +134,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-provenance-repositories</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
@ -213,77 +213,77 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-client</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-custom-ui-utilities</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ui-extension</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flowfile-packager</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-socket-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-provenance-repository-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit-tls</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resources</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
@ -291,7 +291,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-docs</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
@ -299,165 +299,165 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-provenance-repository-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-logging-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-write-ahead-log</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-administration</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-persistent-provenance-repository</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-task</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<!-- C2 modules -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-api</artifactId>
<packaging>jar</packaging>

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@ language governing permissions and limitations under the License. -->
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-bootstrap</artifactId>
<packaging>jar</packaging>
@ -27,39 +27,39 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bootstrap-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-encryptor</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>runtime</scope>
</dependency>
<!-- Jakarta Mail 1 required for compatibility with Jakarta Activation 1 used with JAXB 2 -->
@ -88,7 +88,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
@ -104,12 +104,12 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -14,7 +14,7 @@ language governing permissions and limitations under the License. -->
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-bootstrap-utils</artifactId>
<packaging>jar</packaging>
@ -25,4 +25,8 @@ language governing permissions and limitations under the License. -->
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -13,13 +13,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-build</artifactId>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-data-provenance-utils</artifactId>
<packaging>jar</packaging>
@ -25,17 +25,21 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-expression-language</artifactId>
<packaging>jar</packaging>
@ -61,22 +61,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parameter</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-uuid5</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
@ -106,4 +106,8 @@
<artifactId>commons-codec</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-external-resource-utils</artifactId>
@ -26,7 +26,11 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-flow-encryptor</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-encryptor</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<exclusions>
<!-- Excluded to avoid unnecessary runtime dependencies -->
<exclusion>
@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -45,4 +45,8 @@
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-flowfile-packager</artifactId>
<packaging>jar</packaging>
@ -37,4 +37,8 @@
<version>1.8</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-hl7-query-language</artifactId>
@ -109,4 +109,8 @@
<version>2.3</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-jetty-configuration</artifactId>
<packaging>jar</packaging>
@ -36,4 +36,8 @@
<artifactId>jetty-alpn-server</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-json-utils</artifactId>
<packaging>jar</packaging>
@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@ -39,4 +39,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-logging-utils</artifactId>
<description>Utilities for logging</description>
@ -28,4 +28,8 @@
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-commons</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
@ -76,4 +76,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-commons</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -28,7 +28,11 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,14 +19,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-properties</artifactId>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-encryptor</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
@ -40,4 +40,8 @@
<artifactId>commons-codec</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,14 +18,18 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-api</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-aws</artifactId>
<properties>
@ -28,12 +28,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -79,4 +79,8 @@
</exclusions>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-azure</artifactId>
<dependencyManagement>
@ -36,12 +36,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@ -92,4 +92,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,18 +18,22 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-cipher</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,59 +18,59 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-factory</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-aws</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-azure</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-cipher</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-gcp</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-hashicorp</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@ -78,4 +78,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-gcp</artifactId>
<properties>
@ -39,12 +39,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -61,4 +61,8 @@
</exclusions>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,19 +18,19 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-hashicorp</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-vault-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -41,4 +41,8 @@
<artifactId>spring-core</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,14 +18,18 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-loader</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,14 +18,18 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-protection-shared</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,11 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-property-utils</artifactId>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-record-path</artifactId>
@ -59,22 +59,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-uuid5</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
@ -95,4 +95,8 @@
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-record</artifactId>
@ -27,4 +27,8 @@
several interfaces for interacting with Records. This module should not depend
on any external libraries.
</description>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,28 +18,32 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-repository-encryption</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kms</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-schema-utils</artifactId>
<dependencies>
@ -27,5 +27,9 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,11 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-security-kerberos-api</artifactId>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,19 +18,19 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-security-kerberos</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -57,4 +57,8 @@
</exclusions>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-security-kms</artifactId>
<dependencies>
@ -27,4 +27,8 @@
<artifactId>commons-codec</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-security-socket-ssl</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
@ -43,4 +43,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-security-utils-api</artifactId>
<description>
@ -28,5 +28,9 @@
<!--
This module cannot have any external dependencies as it is referred to by many *-api modules
-->
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-security-utils</artifactId>
<description>
@ -30,17 +30,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>at.favre.lib</groupId>
@ -69,5 +69,9 @@
<version>0.9.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-single-user-utils</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>at.favre.lib</groupId>
@ -38,4 +38,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-site-to-site-client</artifactId>
@ -34,27 +34,27 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>${httpclient.group}</groupId>
@ -142,4 +142,8 @@
</dependencies>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-socket-utils</artifactId>
<description>Utilities for socket communication</description>
@ -30,12 +30,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-logging-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
@ -53,7 +53,11 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-utils</artifactId>
<packaging>jar</packaging>
@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<profiles>
@ -60,4 +60,8 @@
</dependencies>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-uuid5</artifactId>
<dependencies>
@ -33,4 +33,8 @@
<scope>compile</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-vault-utils</artifactId>
<properties>
@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
<!-- Runtime dependency to enable TLS client configuration -->
<dependency>
@ -59,15 +59,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-web-utils</artifactId>
<dependencies>
@ -60,4 +60,8 @@
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-write-ahead-log</artifactId>
<packaging>jar</packaging>
@ -30,7 +30,11 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-xml-processing</artifactId>
<packaging>jar</packaging>
@ -51,4 +51,8 @@
</plugin>
</plugins>
</build>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>nifi-commons</artifactId>
<packaging>pom</packaging>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-docker</artifactId>
<version>1.17.0-SNAPSHOT</version>
<version>1.17.0</version>
</parent>
<artifactId>dockerhub</artifactId>
@ -135,4 +135,8 @@
</build>
</profile>
</profiles>
<scm>
<tag>nifi-1.17.0-RC2</tag>
</scm>
</project>

Some files were not shown because too many files have changed in this diff Show More