diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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</groupId> - <artifactId>mso</artifactId> + <groupId>org.openecomp.so</groupId> + <artifactId>so</artifactId> <packaging>pom</packaging> <version>1.1.0-SNAPSHOT</version> <name>MSO main project</name> @@ -38,13 +38,13 @@ <org.apache.maven.user-settings></org.apache.maven.user-settings> <!-- this is used for Chef mso-code cookbook --> <swm.version>2.19.3-1</swm.version> - <openstack.version>1.1.0</openstack.version> + <openstack.version>1.1.0-SNAPSHOT</openstack.version> <evosuiteVersion>1.0.4-alpha2</evosuiteVersion> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/onap/mso/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/so/${project.version}</sitePath> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> <distributionManagement> |