Repository: zeppelin
Updated Branches:
  refs/heads/master 1a68a742c -> 6eb2cc5ab


[HOTFIX] change 1.5-SNAPSHOT to 1.5-20160502.230123-45

### What is this PR for?
This is to fix CI which is mostly failing for resource 
org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT, until the 
resource is generated in 
https://repository.apache.org/content/groups/snapshots/org/apache/apache/resources/apache-jar-resource-bundle/1.5-SNAPSHOT/

### What type of PR is it?
[Hot Fix]

### How should this be tested?
CI should be green

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>

Closes #1250 from prabhjyotsingh/hotfix/apache-jar-resource-bundle and squashes 
the following commits:

a14e160 [Prabhjyot Singh] usage as mentioned in 
http://maven.apache.org/plugins/maven-remote-resources-plugin/usage.html
1e05545 [Prabhjyot Singh] org.apache:apache-jar-resource-bundle:1.0
514c799 [Prabhjyot Singh] change 1.5-SNAPSHOT to 1.5-20160502.230123-45


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

Branch: refs/heads/master
Commit: 6eb2cc5abe2512b584127edbd2e5710774b84c18
Parents: 1a68a74
Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Authored: Sat Jul 30 14:38:10 2016 +0530
Committer: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Committed: Sat Jul 30 18:48:06 2016 +0530

----------------------------------------------------------------------
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/6eb2cc5a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5c429b..ff8d350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,18 +341,17 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.4</version>
+        <version>1.5</version>
         <executions>
           <execution>
+            <id>process-remote-resources</id>
             <goals>
               <goal>process</goal>
             </goals>
             <configuration>
               <resourceBundles>
-                <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE 
META-INF/NOTICE -->
-                
<resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT</resourceBundle>
+                
<resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>

Reply via email to