NIFI-270 updating nar plugin version
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/59d00b34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/59d00b34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/59d00b34
Branch: refs/heads/NIFI-270-RC3
Commit: 59d00b34f37312eb737115d082ae42935d33e28f
Parents: f4303e3
Author: joewitt <joewitt@apache.org>
Authored: Thu Jan 22 16:56:55 2015 -0500
Committer: joewitt <joewitt@apache.org>
Committed: Thu Jan 22 16:56:55 2015 -0500
----------------------------------------------------------------------
nifi/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/59d00b34/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index 4237cc2..87c08d4 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -972,7 +972,7 @@
<plugin>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-maven-plugin</artifactId>
- <version>1.0.0-incubating-SNAPSHOT</version>
+ <version>1.0.0-incubating</version>
<extensions>true</extensions>
</plugin>
</plugins>
|