diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/env/pom.xml | 2 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 2 | ||||
-rw-r--r-- | misc/pom.xml | 2 | ||||
-rw-r--r-- | misc/rosetta/pom.xml | 2 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 13114327..3e27444a 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -84,7 +84,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/misc/${project.artifactId}/${project.version}</sitePath> </properties> <!-- ============================================================== --> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index e2519414..0d286ead 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -85,7 +85,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/misc/${project.artifactId}/${project.version}</sitePath> </properties> <dependencies> diff --git a/misc/pom.xml b/misc/pom.xml index f90e06e3..cf0418fa 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -51,7 +51,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/misc/${project.artifactId}/${project.version}</sitePath> </properties> diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index dcf268a3..f2faebe9 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -85,7 +85,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/misc/${project.artifactId}/${project.version}</sitePath> </properties> <dependencies> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 2455f42f..0eebe036 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -85,7 +85,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/misc/${project.artifactId}/${project.version}</sitePath> </properties> <dependencies> |