diff options
author | Rob Daugherty <rd472p@att.com> | 2017-07-20 11:09:23 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-07-20 11:09:23 -0400 |
commit | 2c5310ad100fab7a368bb7572b64a0231ff843d2 (patch) | |
tree | 218ac3059924351818184c35c5733091fc045ba7 | |
parent | 9871e070485e01dd97f70e3111f3184229ab9928 (diff) |
More pom changes needed since repos were renamed
I hope this will fix the daily jenkins builds.
Issue: SO-65
Change-Id: Iee8e975dd894e7bd937bab0ae033188f133f5fce
Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r-- | packages/docker/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index ab5a353084..c37d68a5ed 100644 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -22,8 +22,8 @@ i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.openecomp.org/r--> <mso.chef.git.url.prefix>${env.GIT_NO_PROJECT}</mso.chef.git.url.prefix> <mso.chef.git.branchname>master</mso.chef.git.branchname> - <mso.chef.git.url.suffix.chef.repo>mso/chef-repo</mso.chef.git.url.suffix.chef.repo> - <mso.chef.git.url.suffix.chef.config>mso/mso-config</mso.chef.git.url.suffix.chef.config> + <mso.chef.git.url.suffix.chef.repo>so/chef-repo</mso.chef.git.url.suffix.chef.repo> + <mso.chef.git.url.suffix.chef.config>so/so-config</mso.chef.git.url.suffix.chef.config> <mso.project.version>${project.version}</mso.project.version> </properties> @@ -44,7 +44,7 @@ <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> |