diff options
Diffstat (limited to 'authz-core')
-rw-r--r-- | authz-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authz-core/pom.xml b/authz-core/pom.xml index 36c72e64..ef361b48 100644 --- a/authz-core/pom.xml +++ b/authz-core/pom.xml @@ -64,7 +64,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
<dependency>
|