Repository: nifi
Updated Branches:
  refs/heads/0.x 60e572a6b -> 4305cf90c


Fixing versions for SNMP bundle on 0.x branch


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

Branch: refs/heads/0.x
Commit: 4305cf90cbd6dcb483a499fe4dcc602489355fd9
Parents: 60e572a
Author: Bryan Bende <[email protected]>
Authored: Mon Jun 20 09:47:14 2016 -0400
Committer: Bryan Bende <[email protected]>
Committed: Mon Jun 20 09:47:14 2016 -0400

----------------------------------------------------------------------
 nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml        | 2 +-
 nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-snmp-bundle/pom.xml                      | 4 ++--
 pom.xml                                                        | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/4305cf90/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml 
b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
index 38e5f27..934786b 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.nifi</groupId>
         <artifactId>nifi-snmp-bundle</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.7.0-SNAPSHOT</version>
     </parent>
     <artifactId>nifi-snmp-nar</artifactId>
     <packaging>nar</packaging>

http://git-wip-us.apache.org/repos/asf/nifi/blob/4305cf90/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml 
b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index bdd7a8e..0351d87 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -14,7 +14,7 @@
        <parent>
                <groupId>org.apache.nifi</groupId>
                <artifactId>nifi-snmp-bundle</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>0.7.0-SNAPSHOT</version>
        </parent>
        <artifactId>nifi-snmp-processors</artifactId>
        <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/nifi/blob/4305cf90/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml 
b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
index ba0362f..41e857a 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.nifi</groupId>
         <artifactId>nifi-nar-bundles</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.7.0-SNAPSHOT</version>
     </parent>
     <artifactId>nifi-snmp-bundle</artifactId>
     <packaging>pom</packaging>
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-snmp-processors</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>0.7.0-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

http://git-wip-us.apache.org/repos/asf/nifi/blob/4305cf90/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72680e2..039f12b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1068,7 +1068,7 @@ language governing permissions and limitations under the 
License. -->
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-snmp-nar</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>0.7.0-SNAPSHOT</version>
                 <type>nar</type>
             </dependency>
             <dependency>

Reply via email to