This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.9.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 5cad3e5b003c82eb3759f433c7ba2d8f72c365be Author: joewitt <[email protected]> AuthorDate: Tue Mar 12 14:57:31 2019 -0400 NIFI-6116 fixed snapshot versions --- nifi-nar-bundles/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml index 0ea2714..26a3286 100755 --- a/nifi-nar-bundles/pom.xml +++ b/nifi-nar-bundles/pom.xml @@ -260,13 +260,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.10.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock-record-utils</artifactId> - <version>1.10.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- The following dependencies are marked provided because they must be provided by the container. Nars can assume they are there-->
