Repository: nifi-registry Updated Branches: refs/heads/NIFIREG-202-rc1 [created] d05d0e9bc
NIFIREG-202-RC1 prepare release nifi-registry-0.3.0-RC1 Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/2fef9fac Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/2fef9fac Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/2fef9fac Branch: refs/heads/NIFIREG-202-rc1 Commit: 2fef9fac2b627ee1f3428b07019b333c68f65f2d Parents: 66d0078 Author: Kevin Doran <[email protected]> Authored: Sat Sep 22 09:02:06 2018 -0400 Committer: Kevin Doran <[email protected]> Committed: Sat Sep 22 09:02:06 2018 -0400 ---------------------------------------------------------------------- nifi-registry-assembly/pom.xml | 8 ++++---- .../nifi-registry-bootstrap/pom.xml | 4 ++-- nifi-registry-core/nifi-registry-client/pom.xml | 6 +++--- .../nifi-registry-data-model/pom.xml | 2 +- nifi-registry-core/nifi-registry-docker/pom.xml | 2 +- nifi-registry-core/nifi-registry-docs/pom.xml | 2 +- .../nifi-registry-flow-diff/pom.xml | 4 ++-- .../nifi-registry-framework/pom.xml | 12 ++++++------ nifi-registry-core/nifi-registry-jetty/pom.xml | 4 ++-- .../nifi-registry-properties/pom.xml | 2 +- .../nifi-registry-provider-api/pom.xml | 2 +- .../nifi-registry-resources/pom.xml | 2 +- .../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-utils/pom.xml | 2 +- .../nifi-registry-web-api/pom.xml | 16 ++++++++-------- .../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-ranger-assembly/pom.xml | 8 +++----- .../nifi-registry-ranger-jersey-bundle/pom.xml | 6 ++---- .../nifi-registry-ranger-plugin/pom.xml | 14 ++++++-------- .../nifi-registry-ranger/pom.xml | 6 ++---- nifi-registry-extensions/pom.xml | 6 ++---- pom.xml | 20 ++++++++++---------- 26 files changed, 71 insertions(+), 81 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-assembly/pom.xml b/nifi-registry-assembly/pom.xml index 3378ace..f2eaefe 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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> <classifier>resources</classifier> <scope>runtime</scope> <type>zip</type> @@ -388,7 +388,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-ranger-assembly</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <classifier>bin</classifier> <scope>runtime</scope> <type>zip</type> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-bootstrap/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-bootstrap/pom.xml b/nifi-registry-core/nifi-registry-bootstrap/pom.xml index af0ad05..3ed4593 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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-client/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-client/pom.xml b/nifi-registry-core/nifi-registry-client/pom.xml index 1daa1fb..b185eb3 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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-utils</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-data-model/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-data-model/pom.xml b/nifi-registry-core/nifi-registry-data-model/pom.xml index 3b63ddc..7b7067f 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>nifi-registry-data-model</artifactId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-docker/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-docker/pom.xml b/nifi-registry-core/nifi-registry-docker/pom.xml index 13628d8..6447c4d 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-docs/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-docs/pom.xml b/nifi-registry-core/nifi-registry-docs/pom.xml index a06a633..31dd859 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <packaging>pom</packaging> <artifactId>nifi-registry-docs</artifactId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-flow-diff/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-flow-diff/pom.xml b/nifi-registry-core/nifi-registry-flow-diff/pom.xml index d6af7c6..2af3d90 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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-framework/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry-core/nifi-registry-framework/pom.xml index ca74ab1..e88bd9c 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-registry-framework</artifactId> @@ -153,17 +153,17 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-data-model</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-utils</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <scope>provided</scope> <!-- will be in lib dir --> </dependency> <dependency> @@ -179,7 +179,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-utils</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>javax.servlet</groupId> @@ -360,7 +360,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-flow-diff</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-jetty/pom.xml b/nifi-registry-core/nifi-registry-jetty/pom.xml index 9c17c11..d52961b 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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-properties/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-properties/pom.xml b/nifi-registry-core/nifi-registry-properties/pom.xml index a6d6422..924e56c 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>nifi-registry-properties</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-provider-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-provider-api/pom.xml b/nifi-registry-core/nifi-registry-provider-api/pom.xml index 44dd56d..aac68be 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-registry-provider-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-resources/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-resources/pom.xml b/nifi-registry-core/nifi-registry-resources/pom.xml index 7ecdf49..0ee996e 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>nifi-registry-resources</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-runtime/pom.xml b/nifi-registry-core/nifi-registry-runtime/pom.xml index ed0fae4..41c5651 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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-jetty</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-security-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-security-api/pom.xml b/nifi-registry-core/nifi-registry-security-api/pom.xml index 5100569..77628d6 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-security-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-security-utils/pom.xml b/nifi-registry-core/nifi-registry-security-utils/pom.xml index bcc704a..9f5f02a 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>nifi-registry-security-utils</artifactId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-utils/pom.xml b/nifi-registry-core/nifi-registry-utils/pom.xml index 99f196d..f14230b 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>nifi-registry-utils</artifactId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-web-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry-core/nifi-registry-web-api/pom.xml index 65ec265..759d6f7 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <artifactId>nifi-registry-web-api</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <packaging>war</packaging> <build> @@ -269,30 +269,30 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-framework</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-properties</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -316,7 +316,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-client</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-web-docs/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-web-docs/pom.xml b/nifi-registry-core/nifi-registry-web-docs/pom.xml index da2b600..7e3b264 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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> <scope>provided</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/nifi-registry-web-ui/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/nifi-registry-web-ui/pom.xml b/nifi-registry-core/nifi-registry-web-ui/pom.xml index ab107b3..41fdb78 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-ui</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <packaging>war</packaging> <properties> <staging.dir>${project.build.directory}/tmp</staging.dir> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-core/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-core/pom.xml b/nifi-registry-core/pom.xml index 4d4d2a7..f69d76f 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.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-core</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <packaging>pom</packaging> <description>The core modules of NiFi Registry.</description> <modules> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml ---------------------------------------------------------------------- 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 e8d4b0c..eb69be5 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 @@ -13,13 +13,11 @@ 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>nifi-registry-ranger</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -31,7 +29,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-ranger-plugin</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml ---------------------------------------------------------------------- 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 f24011c..40fced8 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 @@ -13,13 +13,11 @@ 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>nifi-registry-ranger</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml ---------------------------------------------------------------------- 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 f85cc60..407608e 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 @@ -13,13 +13,11 @@ 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>nifi-registry-ranger</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -35,7 +33,7 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-data-model</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.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. @@ -44,21 +42,21 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-api</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.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.3.0-SNAPSHOT</version> + <version>0.3.0</version> <exclusions> <exclusion> <groupId>com.sun.jersey</groupId> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-extensions/nifi-registry-ranger/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-extensions/nifi-registry-ranger/pom.xml b/nifi-registry-extensions/nifi-registry-ranger/pom.xml index 1417637..22a614d 100644 --- a/nifi-registry-extensions/nifi-registry-ranger/pom.xml +++ b/nifi-registry-extensions/nifi-registry-ranger/pom.xml @@ -13,13 +13,11 @@ 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>nifi-registry-extensions</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/nifi-registry-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-registry-extensions/pom.xml b/nifi-registry-extensions/pom.xml index 47f8196..fbf86c2 100644 --- a/nifi-registry-extensions/pom.xml +++ b/nifi-registry-extensions/pom.xml @@ -13,13 +13,11 @@ 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>nifi-registry</artifactId> <groupId>org.apache.nifi.registry</groupId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/2fef9fac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43ab254..bcc3dfa 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.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. @@ -75,7 +75,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.3.0-RC1</tag> </scm> <issueManagement> <system>JIRA</system> @@ -197,44 +197,44 @@ <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-utils</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-bootstrap</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-runtime</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-security-api</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-provider-api</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-ui</artifactId> <type>war</type> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-web-api</artifactId> <type>war</type> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi.registry</groupId> <artifactId>nifi-registry-resources</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <classifier>resources</classifier> <scope>runtime</scope> <type>zip</type>
