NIFI-429: Updated pom to point to newly released parent and sibling artifacts
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/cce2ccf5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/cce2ccf5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/cce2ccf5 Branch: refs/heads/nifi-0.1.0-incubating-rc6 Commit: cce2ccf5a39b121441d302361df132b95cec0193 Parents: 6e87401 Author: Mark Payne <[email protected]> Authored: Tue May 5 14:06:10 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 14:06:10 2015 -0400 ---------------------------------------------------------------------- nifi/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/cce2ccf5/nifi/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/pom.xml b/nifi/pom.xml index 7444403..45f8b3f 100644 --- a/nifi/pom.xml +++ b/nifi/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-parent</artifactId> - <version>1.0.0-incubating-SNAPSHOT</version> + <version>1.0.0-incubating</version> <relativePath /> </parent> <artifactId>nifi</artifactId> @@ -874,7 +874,7 @@ <plugin> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-maven-plugin</artifactId> - <version>1.0.1-incubating-SNAPSHOT</version> + <version>1.0.1-incubating</version> <extensions>true</extensions> </plugin> </plugins>
