Skip to content

Commit d00f286

Browse files
ROCANA-11457: Fork cm_api and update to deploy to Rocana Nexus (#1)
* updated version to `5.12.0-rocana1.0.0-SNAPSHOT` * Updated distribution management with Rocana URLs * Updated README with fork reasons
1 parent 8db9c53 commit d00f286

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Cloudera Manager RESTful API Clients
210
====================================
311

java/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.cloudera.api</groupId>
66
<artifactId>cloudera-manager-api</artifactId>
77
<name>Cloudera Manager API</name>
8-
<version>5.12.0</version>
8+
<version>5.12.0-rocana1.0.0-SNAPSHOT</version>
99

1010
<properties>
1111
<cxf.version>2.7.7</cxf.version>
@@ -20,14 +20,14 @@
2020

2121
<distributionManagement>
2222
<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>
2626
</repository>
2727
<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>
3131
</snapshotRepository>
3232
</distributionManagement>
3333

0 commit comments

Comments
 (0)