You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/02/02 15:28:03 UTC

[13/15] incubator-nifi git commit: NIFI-272 fixing pom version references

NIFI-272 fixing pom version references


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

Branch: refs/heads/NIFI-250
Commit: 21619da1b310d07b4a004463f37e2e91ac1cbc30
Parents: 02b402b
Author: joewitt <jo...@apache.org>
Authored: Fri Jan 30 23:06:31 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Fri Jan 30 23:06:31 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml | 2 +-
 nifi/nifi-maven-archetypes/pom.xml                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/21619da1/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml b/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
index 8eb2862..540764c 100644
--- a/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
+++ b/nifi/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.nifi</groupId>
         <artifactId>nifi-maven-archetypes</artifactId>
-        <version>0.0.1-incubating-SNAPSHOT</version>
+        <version>0.0.2-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>nifi-processor-bundle-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/21619da1/nifi/nifi-maven-archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/nifi-maven-archetypes/pom.xml b/nifi/nifi-maven-archetypes/pom.xml
index b4ee95b..cb6fd00 100644
--- a/nifi/nifi-maven-archetypes/pom.xml
+++ b/nifi/nifi-maven-archetypes/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.nifi</groupId>
         <artifactId>nifi</artifactId>
-        <version>0.0.1-incubating-SNAPSHOT</version>
+        <version>0.0.2-incubating-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.nifi</groupId>
     <artifactId>nifi-maven-archetypes</artifactId>