Browse Source

HUE-3538 [core] Standardizing repo ids and upgrading shade plugin

Philip Zeyliger 9 years ago
parent
commit
07539a3ce2
2 changed files with 3 additions and 3 deletions
  1. 1 1
      desktop/libs/hadoop/java/pom.xml
  2. 2 2
      maven/pom.xml

+ 1 - 1
desktop/libs/hadoop/java/pom.xml

@@ -138,7 +138,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.7.1</version>
+        <version>2.4.3</version>
         <executions>
           <execution>
             <phase>package</phase>

+ 2 - 2
maven/pom.xml

@@ -192,7 +192,7 @@
 
   <repositories>
     <repository>
-      <id>cloudera.repos</id>
+      <id>cdh.releases.repo</id>
       <url>https://repository.cloudera.com/content/groups/cdh-releases-rcs</url>
       <name>Cloudera Public Repositories</name>
       <snapshots>
@@ -200,7 +200,7 @@
       </snapshots>
     </repository>
     <repository>
-      <id>cloudera.snapshots.repo</id>
+      <id>cdh.snapshots.repo</id>
       <url>https://repository.cloudera.com/content/repositories/snapshots</url>
       <name>Cloudera Snapshots Repository</name>
       <snapshots>