You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2018/04/06 20:40:51 UTC

nifi git commit: NIFI-5050 update frontend-maven-plugin

Repository: nifi
Updated Branches:
  refs/heads/master 63d4bba5a -> b41413232


NIFI-5050 update frontend-maven-plugin

This closes #2613

Signed-off-by: Scott Aslan <sc...@gmail.com>


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

Branch: refs/heads/master
Commit: b414132324e945d1c6340f812efe5e6024fad2c1
Parents: 63d4bba
Author: Vi On <vo...@hortonworks.com>
Authored: Fri Apr 6 12:48:46 2018 -0700
Committer: Scott Aslan <sc...@gmail.com>
Committed: Fri Apr 6 16:07:25 2018 -0400

----------------------------------------------------------------------
 .../nifi-framework/nifi-web/nifi-web-ui/pom.xml                  | 2 +-
 .../nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/b4141323/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
index d6a76c1..dc83465 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
@@ -358,7 +358,7 @@
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.1</version>
+                <version>1.4</version>
                 <configuration>
                     <installDirectory>${frontend.working.dir}</installDirectory>
                 </configuration>

http://git-wip-us.apache.org/repos/asf/nifi/blob/b4141323/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml
index 1f64619..7867ba4 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml
@@ -176,7 +176,7 @@ language governing permissions and limitations under the License. -->
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.1</version>
+                <version>1.4</version>
                 <configuration>
                     <installDirectory>${frontend.working.dir}</installDirectory>
                 </configuration>
@@ -233,4 +233,4 @@ language governing permissions and limitations under the License. -->
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>