diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-27 17:29:56 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-27 17:30:04 +0000 |
commit | 6034c49491fcd58013f73f0bd0afcd6f85eb3404 (patch) | |
tree | af09c863bb1ec0671994668eeaf4ea0d943d4d48 /misc | |
parent | c434f3ccdf1ce66d35f1acee5352cfde8e4f3202 (diff) |
Modify distribution management for authz
Issue-ID: AAF-197
Change-Id: I8ed4de872726693d7eb99ee0ced47838cd18e01c
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/env/pom.xml | 5 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 5 | ||||
-rw-r--r-- | misc/pom.xml | 5 | ||||
-rw-r--r-- | misc/rosetta/pom.xml | 5 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 5 |
5 files changed, 0 insertions, 25 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 2859f4ba..ddc76cbb 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -168,11 +168,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index d7c3699d..1f0cffa0 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -184,11 +184,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/pom.xml b/misc/pom.xml index 770fe719..018ec082 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -230,11 +230,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 3226613c..57e8c90f 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -183,11 +183,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 4a23a993..f34e60a3 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -167,11 +167,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> |