diff options
Diffstat (limited to 'odlparent')
-rw-r--r-- | odlparent/binding-parent/pom.xml | 4 | ||||
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 4 | ||||
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 4 | ||||
-rw-r--r-- | odlparent/mdsal-it-parent/pom.xml | 4 | ||||
-rw-r--r-- | odlparent/odlparent-lite/pom.xml | 4 | ||||
-rw-r--r-- | odlparent/odlparent/pom.xml | 4 | ||||
-rwxr-xr-x | odlparent/setup/src/main/resources/pom-template.xml | 4 | ||||
-rw-r--r-- | odlparent/single-feature-parent/pom.xml | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 4c804b4b..1f3fec47 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId></stagingProfileId> - <serverId>ecomp-releases</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 915a9a5d..31d374df 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId></stagingProfileId> - <serverId>ecomp-releases</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index 0e913d19..0344be1a 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId></stagingProfileId> - <serverId>ecomp-releases</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml index 403058ba..887a5cfa 100644 --- a/odlparent/mdsal-it-parent/pom.xml +++ b/odlparent/mdsal-it-parent/pom.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId></stagingProfileId> - <serverId>ecomp-releases</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml index 45b663a8..0f714ead 100644 --- a/odlparent/odlparent-lite/pom.xml +++ b/odlparent/odlparent-lite/pom.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId></stagingProfileId> - <serverId>ecomp-releases</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml index a86c2fb4..99e7f61f 100644 --- a/odlparent/odlparent/pom.xml +++ b/odlparent/odlparent/pom.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId></stagingProfileId> - <serverId>ecomp-releases</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index d9b3433d..8038fa7e 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://${onap.nexus.host}</nexusUrl> - <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> - <serverId>${onap.nexus.staging.server-id}</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index 1c50cd27..71877d40 100644 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId></stagingProfileId> - <serverId>ecomp-releases</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> |