diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-01 17:40:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-01 17:40:45 -0400 |
commit | 98ddb133dec262b727b93eab40f384b88fed864a (patch) | |
tree | 23cb613d1668a917efaacd9e706e92aff0b162f7 /pom.xml | |
parent | c085b94fff42885e0f97ee0521de6f401f39e030 (diff) |
Build sdnc/oam from ccsdk
Update sdnc/oam to build from ccsdk. To get a clean build, it was necessary
to also change openecomp references to onap.
Change-Id: I90d939e77504cd58148889aff2a50f060e27f963
Issue-ID: SDNC-50
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: e391e1e3ca8ea5385bb1f77ed7c4c83935451575
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -3,42 +3,42 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.openecomp.sdnc.core</groupId> - <artifactId>root-boron-sr1</artifactId> - <version>1.1.0</version> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-carbon-sr1</artifactId> + <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> - <groupId>org.openecomp.sdnc.oam</groupId> + <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> <name>SDN-C OAM</name> - <url>https://wiki.openecomp.org</url> + <url>https://wiki.onap.org</url> <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description> <issueManagement> <system>JIRA</system> - <url>https://jira.openecomp.org/</url> + <url>https://jira.onap.org/</url> </issueManagement> <scm> - <connection>scm:git:ssh://git@${openecomp.git.host}/sdnc-oam.git</connection> - <developerConnection>scm:git:ssh://${openecomp.git.host}:${openecomp.git.port}/${openecomp.git.project}/sdnc-oam.git</developerConnection> - <url>${openecomp.git.protocol}://${openecomp.git.host}/projects/${openecomp.git.project}/repos/sdnc-oam/browse</url> + <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection> + <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection> + <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse</url> <tag>HEAD</tag> </scm> <ciManagement> <system>Jenkins</system> - <url>https://jenkins.openecomp.org/</url> + <url>https://jenkins.onap.org/</url> </ciManagement> <distributionManagement> <site> <id>sdnc-javadoc</id> - <url>dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> + <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> </site> </distributionManagement> <profiles> @@ -101,9 +101,9 @@ <version>1.6.7</version> <extensions>true</extensions> <configuration> - <nexusUrl>https://${openecomp.nexus.host}</nexusUrl> - <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId> - <serverId>${openecomp.nexus.staging.server-id}</serverId> + <nexusUrl>https://${onap.nexus.host}</nexusUrl> + <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> + <serverId>${onap.nexus.staging.server-id}</serverId> </configuration> </plugin> </plugins> @@ -118,7 +118,7 @@ <organization> <name>AT&T</name> </organization> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </project> |