diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-06 14:00:44 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-06 14:00:59 -0500 |
commit | 103d3ca78423b8c90be7ab3ce76c7144f31476d7 (patch) | |
tree | 59756f7843573ba5bffbc78a616ed8ea9b6b18c9 /cadi | |
parent | a360a7b4bc1600731211fa34a76acd1de81e9736 (diff) |
Modify sitepath to release binaries
Issue-ID: AAF-215
Change-Id: I758d4126270091aa1fbe6d5acc03975555a6be0d
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi')
-rw-r--r-- | cadi/aaf/pom.xml | 2 | ||||
-rw-r--r-- | cadi/client/pom.xml | 2 | ||||
-rw-r--r-- | cadi/core/pom.xml | 2 | ||||
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 2 | ||||
-rw-r--r-- | cadi/pom.xml | 2 | ||||
-rw-r--r-- | cadi/shiro/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index 5b05f3a0..ab4b284b 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -48,7 +48,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/aaf/authz/cadi/${project.artifactId}/${project.version}</sitePath> </properties> <developers> <developer> diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 43c20215..75d9c499 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -46,7 +46,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/aaf/authz/cadi/${project.artifactId}/${project.version}</sitePath> </properties> <developers> diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index ff1e3455..b2f03be8 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -38,7 +38,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/aaf/authz/cadi/${project.artifactId}/${project.version}</sitePath> </properties> <developers> diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index aba60a9d..2f5dc166 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -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/aaf/authz/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/aaf/authz/cadi/${project.artifactId}/${project.version}</sitePath> </properties> <developers> diff --git a/cadi/pom.xml b/cadi/pom.xml index a0bf0bdd..690cf8dc 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -57,7 +57,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/aaf/authz/cadi/${project.artifactId}/${project.version}</sitePath> </properties> <!-- ============================================================== --> diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 4813c383..990b9ceb 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -48,7 +48,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/aaf/authz/cadi/${project.artifactId}/${project.version}</sitePath> </properties> <developers> |