diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-17 14:00:35 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-17 14:01:15 -0400 |
commit | 0243434723ac79fa7042a6f725bb60744b576a70 (patch) | |
tree | 0640113f7ae5ae1965065544a6851d5850d73951 /aai-schema/pom.xml | |
parent | 12c3c52d783af9922a373254d035ea4e7298682d (diff) |
Update the pom to fix the site path
Change-Id: I0ad5c521abf29d7fd52d8778d7a7aebc276eda37
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/pom.xml')
-rw-r--r-- | aai-schema/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 8d6836aa..5aa58b0a 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -11,7 +11,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version> <nexusproxy>https://nexus.onap.org</nexusproxy> - <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version}</sitePath> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> </properties> |