You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2018/07/07 02:05:26 UTC

nifi git commit: Revert "NIFI-5383 Replaced hard-coded version with Maven property in nifi-redis-bundle"

Repository: nifi
Updated Branches:
  refs/heads/master a8a0b0d07 -> 40c4b2c77


Revert "NIFI-5383 Replaced hard-coded version with Maven property in nifi-redis-bundle"

This reverts commit a8a0b0d075ccf1d6a71f88a973e6878cec4889e4.


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

Branch: refs/heads/master
Commit: 40c4b2c771aaf61292294f59a7bdb9f6d262cb7a
Parents: a8a0b0d
Author: Mike Thomsen <mi...@gmail.com>
Authored: Fri Jul 6 22:04:51 2018 -0400
Committer: Mike Thomsen <mi...@gmail.com>
Committed: Fri Jul 6 22:05:01 2018 -0400

----------------------------------------------------------------------
 .../nifi-redis-bundle/nifi-redis-extensions/pom.xml            | 6 +++---
 nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml      | 4 ++--
 .../nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml       | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/40c4b2c7/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
index 958bce7..045dc4d 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-redis-service-api</artifactId>
-            <version>${project.version}</version>
+            <version>1.8.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -63,13 +63,13 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-utils</artifactId>
-            <version>${project.version}</version>
+            <version>1.8.0-SNAPSHOT</version>
         </dependency>
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-mock</artifactId>
-            <version>${project.version}</version>
+            <version>1.8.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/nifi/blob/40c4b2c7/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
index 01d5ff3..48621f5 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
@@ -34,12 +34,12 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-redis-extensions</artifactId>
-            <version>${project.version}</version>
+            <version>1.8.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-redis-service-api-nar</artifactId>
-            <version>${project.version}</version>
+            <version>1.8.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/nifi/blob/40c4b2c7/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
index c01c9ed..68530a5 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
@@ -34,13 +34,13 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-standard-services-api-nar</artifactId>
-            <version>${project.version}</version>
+            <version>1.8.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-redis-service-api</artifactId>
-            <version>${project.version}</version>
+            <version>1.8.0-SNAPSHOT</version>
         </dependency>
     </dependencies>