aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-03-06 17:51:15 +0200
committerYuli Shlosberg <ys9693@att.com>2018-03-07 14:21:48 +0200
commit76bdc498d5e7a1e5515714fe042bf111f10d6c26 (patch)
treede8123ae36d9a00b16f7a58fc7db2f020fe141a8 /pom.xml
parent121a7a375d1cea2764dfc34d82f4e2f252099a33 (diff)
update JTOSCA package names
Change-Id: I8e9ed44a57521047c5c8218dfeef0a3193d570ee Issue-ID: SDC-950 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 63da98a..8589eb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openecomp.sdc.jtosca</groupId>
+ <groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.0</version>
<name>sdc-jtosca</name>
<properties>
@@ -23,7 +23,7 @@
<!--<sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>-->
<sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
- <sitePath>/content/sites/site/org/openecomp/sdc/jtosca/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/sdc/jtosca/${project.version}</sitePath>
<snapshots.path>snapshots</snapshots.path>
<releases.path>releases</releases.path>
<staging.profile.id>176c31dfe190a</staging.profile.id>