File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ Rocana Fork
2
+ ===========
3
+
4
+ This is a fork of [ cloudera/cm_api] ( https://github.com/cloudera/cm_api ) .
5
+
6
+ The fork was originally performed to get around an issue that may be resolved in https://github.com/cloudera/cm_api/pull/63 .
7
+ This fork may no longer be needed once that has merged, and another release of the original repo is made.
8
+
1
9
Cloudera Manager RESTful API Clients
2
10
====================================
3
11
Original file line number Diff line number Diff line change 5
5
<groupId >com.cloudera.api</groupId >
6
6
<artifactId >cloudera-manager-api</artifactId >
7
7
<name >Cloudera Manager API</name >
8
- <version >5.12.0</version >
8
+ <version >5.12.0-rocana1.0.0-SNAPSHOT </version >
9
9
10
10
<properties >
11
11
<cxf .version>2.7.7</cxf .version>
20
20
21
21
<distributionManagement >
22
22
<repository >
23
- <id >cdh.releases.repo </id >
24
- <url >http://maven.jenkins.cloudera.com:8081/artifactory/cdh-staging-local</ url >
25
- <name >CDH Releases Repository</ name >
23
+ <id >com.rocana.releases </id >
24
+ <name >Rocana Release Repository</ name >
25
+ <url >http://repository.rocana.com/content/repositories/com.scalingdata.releases/</ url >
26
26
</repository >
27
27
<snapshotRepository >
28
- <id >cdh.snapshots.repo </id >
29
- <url >http://maven.jenkins.cloudera.com:8081/artifactory/libs-snapshot-local</ url >
30
- <name >CDH Snapshots Repository</ name >
28
+ <id >com.rocana.snapshots </id >
29
+ <name >Rocana Snapshots Repository</ name >
30
+ <url >http://repository.rocana.com/content/repositories/com.scalingdata.snapshots/</ url >
31
31
</snapshotRepository >
32
32
</distributionManagement >
33
33
You can’t perform that action at this time.
0 commit comments