You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/01/21 09:11:35 UTC

[3/7] incubator-nifi git commit: NIFI-270 updating to release version of nifi nar maven plugin

NIFI-270 updating to release version of nifi nar maven plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/31509c28
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/31509c28
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/31509c28

Branch: refs/heads/NIFI-270-RC1
Commit: 31509c287e589bc830a9366ca8a0100b5ef75f12
Parents: e9331af
Author: joewitt <jo...@apache.org>
Authored: Wed Jan 21 02:37:30 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Wed Jan 21 02:37:30 2015 -0500

----------------------------------------------------------------------
 nifi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/31509c28/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>