This is an automated email from the ASF dual-hosted git repository. bbende pushed a commit to branch NIFIREG-404-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit c8f26039712354b94c4d458b7ea491316c6facac Author: Bryan Bende <[email protected]> AuthorDate: Wed Jul 15 09:55:21 2020 -0400 NIFIREG-404-RC1 prepare release nifi-registry-0.7.0-RC1 --- nifi-registry-assembly/pom.xml | 10 +++++----- nifi-registry-core/nifi-registry-bootstrap/pom.xml | 4 ++-- .../nifi-registry-bundle-utils/pom.xml | 4 ++-- nifi-registry-core/nifi-registry-client/pom.xml | 6 +++--- .../nifi-registry-data-model/pom.xml | 4 ++-- nifi-registry-core/nifi-registry-docker/pom.xml | 2 +- nifi-registry-core/nifi-registry-docs/pom.xml | 4 ++-- nifi-registry-core/nifi-registry-flow-diff/pom.xml | 4 ++-- nifi-registry-core/nifi-registry-framework/pom.xml | 18 +++++++++--------- nifi-registry-core/nifi-registry-jetty/pom.xml | 4 ++-- .../nifi-registry-properties/pom.xml | 2 +- .../nifi-registry-provider-api/pom.xml | 2 +- nifi-registry-core/nifi-registry-resources/pom.xml | 2 +- .../nifi-registry-revision-api/pom.xml | 2 +- .../nifi-registry-revision-common/pom.xml | 4 ++-- .../nifi-registry-revision-entity-model/pom.xml | 2 +- .../nifi-registry-revision-entity-service/pom.xml | 6 +++--- .../nifi-registry-revision-spring-jdbc/pom.xml | 6 +++--- nifi-registry-core/nifi-registry-revision/pom.xml | 2 +- nifi-registry-core/nifi-registry-runtime/pom.xml | 8 ++++---- .../nifi-registry-security-api/pom.xml | 2 +- .../nifi-registry-security-utils/pom.xml | 2 +- nifi-registry-core/nifi-registry-test/pom.xml | 2 +- nifi-registry-core/nifi-registry-utils/pom.xml | 2 +- nifi-registry-core/nifi-registry-web-api/pom.xml | 22 +++++++++++----------- nifi-registry-core/nifi-registry-web-docs/pom.xml | 4 ++-- nifi-registry-core/nifi-registry-web-ui/pom.xml | 4 ++-- nifi-registry-core/pom.xml | 4 ++-- nifi-registry-docker-maven/dockermaven/pom.xml | 4 ++-- nifi-registry-docker-maven/pom.xml | 4 ++-- .../nifi-registry-aws-assembly/pom.xml | 4 ++-- .../nifi-registry-aws-extensions/pom.xml | 2 +- nifi-registry-extensions/nifi-registry-aws/pom.xml | 2 +- .../nifi-registry-ranger-assembly/pom.xml | 4 ++-- .../nifi-registry-ranger-jersey-bundle/pom.xml | 2 +- .../nifi-registry-ranger-plugin/pom.xml | 10 +++++----- .../nifi-registry-ranger/pom.xml | 2 +- nifi-registry-extensions/pom.xml | 2 +- .../nifi-registry-toolkit-assembly/pom.xml | 4 ++-- .../nifi-registry-toolkit-persistence/pom.xml | 10 +++++----- nifi-registry-toolkit/pom.xml | 2 +- pom.xml | 20 ++++++++++---------- 42 files changed, 105 insertions(+), 105 deletions(-) diff --git a/nifi-registry-assembly/pom.xml b/nifi-registry-assembly/pom.xml index d90e4da..6dd5779 100644 --- a/nifi-registry-assembly/pom.xml +++ b/nifi-registry-assembly/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-assembly</artifactId> <packaging>pom</packaging> @@ -114,7 +114,7 @@ <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-docs</artifactId> <type>war</type> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> @@ -126,7 +126,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-docs</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <classifier>resources</classifier> <scope>runtime</scope> <type>zip</type> @@ -409,7 +409,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-ranger-assembly</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <classifier>bin</classifier> <scope>runtime</scope> <type>zip</type> @@ -452,7 +452,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-aws-assembly</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <classifier>bin</classifier> <scope>runtime</scope> <type>zip</type> diff --git a/nifi-registry-core/nifi-registry-bootstrap/pom.xml b/nifi-registry-core/nifi-registry-bootstrap/pom.xml index af613ac..1b5de68 100644 --- a/nifi-registry-core/nifi-registry-bootstrap/pom.xml +++ b/nifi-registry-core/nifi-registry-bootstrap/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-bootstrap</artifactId> @@ -24,7 +24,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/nifi-registry-core/nifi-registry-bundle-utils/pom.xml b/nifi-registry-core/nifi-registry-bundle-utils/pom.xml index ea986fd..2197b9a 100644 --- a/nifi-registry-core/nifi-registry-bundle-utils/pom.xml +++ b/nifi-registry-core/nifi-registry-bundle-utils/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-bundle-utils</artifactId> @@ -24,7 +24,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-data-model</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> diff --git a/nifi-registry-core/nifi-registry-client/pom.xml b/nifi-registry-core/nifi-registry-client/pom.xml index 3ae832d..49da486 100644 --- a/nifi-registry-core/nifi-registry-client/pom.xml +++ b/nifi-registry-core/nifi-registry-client/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-client</artifactId> @@ -24,12 +24,12 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-data-model</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> diff --git a/nifi-registry-core/nifi-registry-data-model/pom.xml b/nifi-registry-core/nifi-registry-data-model/pom.xml index 9522856..eed9607 100644 --- a/nifi-registry-core/nifi-registry-data-model/pom.xml +++ b/nifi-registry-core/nifi-registry-data-model/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-data-model</artifactId> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision-entity-model</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> </dependencies> diff --git a/nifi-registry-core/nifi-registry-docker/pom.xml b/nifi-registry-core/nifi-registry-docker/pom.xml index cc91f3a..72f3767 100644 --- a/nifi-registry-core/nifi-registry-docker/pom.xml +++ b/nifi-registry-core/nifi-registry-docker/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-core</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/nifi-registry-core/nifi-registry-docs/pom.xml b/nifi-registry-core/nifi-registry-docs/pom.xml index c6aec1b..9f2274c 100644 --- a/nifi-registry-core/nifi-registry-docs/pom.xml +++ b/nifi-registry-core/nifi-registry-docs/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <packaging>pom</packaging> <artifactId>nifi-registry-docs</artifactId> @@ -27,7 +27,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <type>war</type> </dependency> </dependencies> diff --git a/nifi-registry-core/nifi-registry-flow-diff/pom.xml b/nifi-registry-core/nifi-registry-flow-diff/pom.xml index 68fb388..ecfd327 100644 --- a/nifi-registry-core/nifi-registry-flow-diff/pom.xml +++ b/nifi-registry-core/nifi-registry-flow-diff/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-flow-diff</artifactId> @@ -24,7 +24,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-data-model</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> </dependencies> </project> diff --git a/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry-core/nifi-registry-framework/pom.xml index 77173e6..ef49703 100644 --- a/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry-core/nifi-registry-framework/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-registry-framework</artifactId> @@ -159,17 +159,17 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-data-model</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>provided</scope> <!-- will be in lib dir --> </dependency> <dependency> @@ -185,17 +185,17 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-bundle-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-flow-diff</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>javax.servlet</groupId> @@ -336,7 +336,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-test</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>test</scope> </dependency> <dependency> @@ -393,7 +393,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-flow-diff</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> </dependencies> diff --git a/nifi-registry-core/nifi-registry-jetty/pom.xml b/nifi-registry-core/nifi-registry-jetty/pom.xml index e5415b4..72e7106 100644 --- a/nifi-registry-core/nifi-registry-jetty/pom.xml +++ b/nifi-registry-core/nifi-registry-jetty/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-jetty</artifactId> <packaging>jar</packaging> @@ -26,7 +26,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> diff --git a/nifi-registry-core/nifi-registry-properties/pom.xml b/nifi-registry-core/nifi-registry-properties/pom.xml index 3c5ce2f..8da237e 100644 --- a/nifi-registry-core/nifi-registry-properties/pom.xml +++ b/nifi-registry-core/nifi-registry-properties/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-properties</artifactId> <packaging>jar</packaging> diff --git a/nifi-registry-core/nifi-registry-provider-api/pom.xml b/nifi-registry-core/nifi-registry-provider-api/pom.xml index 9114dac..31df74b 100644 --- a/nifi-registry-core/nifi-registry-provider-api/pom.xml +++ b/nifi-registry-core/nifi-registry-provider-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-registry-provider-api</artifactId> diff --git a/nifi-registry-core/nifi-registry-resources/pom.xml b/nifi-registry-core/nifi-registry-resources/pom.xml index 46cb528..8b12e37 100644 --- a/nifi-registry-core/nifi-registry-resources/pom.xml +++ b/nifi-registry-core/nifi-registry-resources/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-resources</artifactId> <packaging>pom</packaging> diff --git a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml index 19d904e..7e87b3f 100644 --- a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml +++ b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-revision-api</artifactId> <packaging>jar</packaging> diff --git a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml index ded7374..c18fcd9 100644 --- a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml +++ b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-revision-common</artifactId> <packaging>jar</packaging> @@ -28,7 +28,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> </dependencies> diff --git a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml index 2cde49b..6b2cc1f 100644 --- a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml +++ b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-revision-entity-model</artifactId> <packaging>jar</packaging> diff --git a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml index 2dfd15b..2316499 100644 --- a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml +++ b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-revision-entity-service</artifactId> <packaging>jar</packaging> @@ -27,12 +27,12 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision-entity-model</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision-common</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <!-- Test dependencies --> <dependency> diff --git a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml index 85ca52b..c936d75 100644 --- a/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml +++ b/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-revision-spring-jdbc</artifactId> <packaging>jar</packaging> @@ -27,7 +27,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision-common</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-test</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/nifi-registry-core/nifi-registry-revision/pom.xml b/nifi-registry-core/nifi-registry-revision/pom.xml index 04b84fc..8bb8810 100644 --- a/nifi-registry-core/nifi-registry-revision/pom.xml +++ b/nifi-registry-core/nifi-registry-revision/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-revision</artifactId> <packaging>pom</packaging> diff --git a/nifi-registry-core/nifi-registry-runtime/pom.xml b/nifi-registry-core/nifi-registry-runtime/pom.xml index f5159e5..5e2ddba 100644 --- a/nifi-registry-core/nifi-registry-runtime/pom.xml +++ b/nifi-registry-core/nifi-registry-runtime/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-runtime</artifactId> <packaging>jar</packaging> @@ -26,17 +26,17 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-jetty</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/nifi-registry-core/nifi-registry-security-api/pom.xml b/nifi-registry-core/nifi-registry-security-api/pom.xml index a6c3204..43eb37d 100644 --- a/nifi-registry-core/nifi-registry-security-api/pom.xml +++ b/nifi-registry-core/nifi-registry-security-api/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>nifi-registry-core</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/nifi-registry-core/nifi-registry-security-utils/pom.xml b/nifi-registry-core/nifi-registry-security-utils/pom.xml index 8b2e034..b690dcd 100644 --- a/nifi-registry-core/nifi-registry-security-utils/pom.xml +++ b/nifi-registry-core/nifi-registry-security-utils/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-security-utils</artifactId> diff --git a/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry-core/nifi-registry-test/pom.xml index b2bc372..e3012ba 100644 --- a/nifi-registry-core/nifi-registry-test/pom.xml +++ b/nifi-registry-core/nifi-registry-test/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-test</artifactId> diff --git a/nifi-registry-core/nifi-registry-utils/pom.xml b/nifi-registry-core/nifi-registry-utils/pom.xml index abf5ca1..0db8026 100644 --- a/nifi-registry-core/nifi-registry-utils/pom.xml +++ b/nifi-registry-core/nifi-registry-utils/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-utils</artifactId> diff --git a/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry-core/nifi-registry-web-api/pom.xml index 456a0ad..ab59d32 100644 --- a/nifi-registry-core/nifi-registry-web-api/pom.xml +++ b/nifi-registry-core/nifi-registry-web-api/pom.xml @@ -19,10 +19,10 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-web-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <packaging>war</packaging> <properties> @@ -366,40 +366,40 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-framework</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision-spring-jdbc</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-revision-entity-service</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>provided</scope> <!-- This will be in the lib directory --> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>provided</scope> <!-- This will be in lib directory --> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-provider-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>provided</scope> <!-- This will be in lib directory --> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -427,13 +427,13 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-test</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-client</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/nifi-registry-core/nifi-registry-web-docs/pom.xml b/nifi-registry-core/nifi-registry-web-docs/pom.xml index 52b45e4..70c5e5d 100644 --- a/nifi-registry-core/nifi-registry-web-docs/pom.xml +++ b/nifi-registry-core/nifi-registry-web-docs/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-web-docs</artifactId> <packaging>war</packaging> @@ -45,7 +45,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <scope>provided</scope> </dependency> <dependency> diff --git a/nifi-registry-core/nifi-registry-web-ui/pom.xml b/nifi-registry-core/nifi-registry-web-ui/pom.xml index 3dab0d3..58bf78f 100644 --- a/nifi-registry-core/nifi-registry-web-ui/pom.xml +++ b/nifi-registry-core/nifi-registry-web-ui/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-ui</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <packaging>war</packaging> <properties> <frontend.source>${basedir}/src/main</frontend.source> diff --git a/nifi-registry-core/pom.xml b/nifi-registry-core/pom.xml index 53235b7..7bfabbb 100644 --- a/nifi-registry-core/pom.xml +++ b/nifi-registry-core/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <packaging>pom</packaging> <description>The core modules of NiFi Registry.</description> <modules> diff --git a/nifi-registry-docker-maven/dockermaven/pom.xml b/nifi-registry-docker-maven/dockermaven/pom.xml index be8537c..57aca87 100644 --- a/nifi-registry-docker-maven/dockermaven/pom.xml +++ b/nifi-registry-docker-maven/dockermaven/pom.xml @@ -15,9 +15,9 @@ <parent> <artifactId>nifi-registry-docker-maven</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <artifactId>dockermaven</artifactId> diff --git a/nifi-registry-docker-maven/pom.xml b/nifi-registry-docker-maven/pom.xml index a7c5d28..9eb8227 100644 --- a/nifi-registry-docker-maven/pom.xml +++ b/nifi-registry-docker-maven/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -25,7 +25,7 @@ <artifactId>nifi-registry-docker-maven</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <modules> <module>dockermaven</module> diff --git a/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml b/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml index 9117262..3e28b27 100644 --- a/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml +++ b/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-aws</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-aws-extensions</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> </dependencies> diff --git a/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml b/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml index 89da624..8687b98 100644 --- a/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml +++ b/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-aws</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/nifi-registry-extensions/nifi-registry-aws/pom.xml b/nifi-registry-extensions/nifi-registry-aws/pom.xml index 7c3e26b..c9f7e30 100644 --- a/nifi-registry-extensions/nifi-registry-aws/pom.xml +++ b/nifi-registry-extensions/nifi-registry-aws/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-extensions</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml index a7e35c8..7edd187 100644 --- a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml +++ b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-ranger</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-ranger-plugin</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> </dependencies> diff --git a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml index b902495..47908d5 100644 --- a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml +++ b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-ranger</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml index bc556e9..3af545d 100644 --- a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml +++ b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-ranger</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-data-model</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <!-- Since using the one in the war causes class loading issue between war and ranger/lib, this needs to be in ranger/lib. @@ -42,21 +42,21 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <!-- The one in registry/lib can be used --> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <!-- The one in registry/lib can be used --> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-ranger-jersey-bundle</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <exclusions> <exclusion> <groupId>com.sun.jersey</groupId> diff --git a/nifi-registry-extensions/nifi-registry-ranger/pom.xml b/nifi-registry-extensions/nifi-registry-ranger/pom.xml index 8cdefba..7dfb6bb 100644 --- a/nifi-registry-extensions/nifi-registry-ranger/pom.xml +++ b/nifi-registry-extensions/nifi-registry-ranger/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry-extensions</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/nifi-registry-extensions/pom.xml b/nifi-registry-extensions/pom.xml index f88b51c..39558de 100644 --- a/nifi-registry-extensions/pom.xml +++ b/nifi-registry-extensions/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-registry</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml b/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml index 1eac064..892106a 100644 --- a/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml +++ b/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-toolkit</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-toolkit-assembly</artifactId> <packaging>pom</packaging> @@ -53,7 +53,7 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-toolkit-persistence</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml b/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml index 53ce268..52fcce9 100644 --- a/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml +++ b/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-toolkit</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-toolkit-persistence</artifactId> @@ -24,22 +24,22 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-framework</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-provider-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-runtime</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>commons-cli</groupId> diff --git a/nifi-registry-toolkit/pom.xml b/nifi-registry-toolkit/pom.xml index 1f00e6c..cc7ff96 100644 --- a/nifi-registry-toolkit/pom.xml +++ b/nifi-registry-toolkit/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </parent> <artifactId>nifi-registry-toolkit</artifactId> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index 7cdcc7c..b7fc173 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <packaging>pom</packaging> <description>Provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi. @@ -77,7 +77,7 @@ <connection>scm:git:git://git.apache.org/nifi-registry.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi-registry.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=nifi-registry.git</url> - <tag>HEAD</tag> + <tag>nifi-registry-0.7.0-RC1</tag> </scm> <issueManagement> <system>JIRA</system> @@ -228,44 +228,44 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-utils</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-bootstrap</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-runtime</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-provider-api</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-ui</artifactId> <type>war</type> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-api</artifactId> <type>war</type> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-resources</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <classifier>resources</classifier> <scope>runtime</scope> <type>zip</type>
