You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by su...@apache.org on 2016/12/09 19:49:06 UTC

incubator-atlas git commit: ATLAS-1363 Upgrade front end maven plugin to 1.0 (sumasai)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master d9d487bc3 -> d612d75f4


ATLAS-1363 Upgrade front end maven plugin to 1.0 (sumasai)


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

Branch: refs/heads/master
Commit: d612d75f48d7fb8742d4d78de64b3161708f37e1
Parents: d9d487b
Author: Suma Shivaprasad <su...@gmail.com>
Authored: Fri Dec 9 11:48:51 2016 -0800
Committer: Suma Shivaprasad <su...@gmail.com>
Committed: Fri Dec 9 11:48:51 2016 -0800

----------------------------------------------------------------------
 pom.xml         | 2 +-
 release-log.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/d612d75f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8eb3b2c..bdfd785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1583,7 +1583,7 @@
                 <plugin>
                     <groupId>com.github.eirslett</groupId>
                     <artifactId>frontend-maven-plugin</artifactId>
-                    <version>0.0.29</version>
+                    <version>1.0</version>
                 </plugin>
 
                 <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/d612d75f/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index eec5a0f..c98727f 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1363 Upgrade front end maven plugin to 1.0 (sumasai)
 ATLAS-1358 NPE Fix for search filter changes & callAPI related fixes (apoorvnaik via sumasai)
 ATLAS-1357: Fixes for test failures from ATLAS-1307 (apoorvnaik via sumasai)
 ATLAS-1307: Integration test calls routing via the Client. (apoorvnaik via sumasai)