diff options
author | sg481n <sg481n@att.com> | 2017-08-17 17:52:20 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-17 17:52:32 -0400 |
commit | eecd303b098fc725cb5aceb638c137f75c821527 (patch) | |
tree | e5c7ea017de638cf911e0aa208f1b061c9d56729 | |
parent | a85b56b321be5db345dd646a43bfedaa06f19414 (diff) |
Update all pom files in aaf inno
Add staging profile id to pom files in aaf inno.
Issue-id: AAF-23
Change-Id: I7c8a1dd0aede6e2b351745eb219aac3b8c0779e4
Signed-off-by: sg481n <sg481n@att.com>
-rw-r--r-- | env/pom.xml | 1 | ||||
-rw-r--r-- | log4j/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 1 | ||||
-rw-r--r-- | rosetta/pom.xml | 1 | ||||
-rw-r--r-- | xgen/pom.xml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/env/pom.xml b/env/pom.xml index 311df66..90f92e0 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -108,6 +108,7 @@ <extensions>true</extensions>
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
</plugin>
diff --git a/log4j/pom.xml b/log4j/pom.xml index 7a044b7..f69a4c9 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -125,6 +125,7 @@ <extensions>true</extensions>
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
</plugin>
@@ -146,6 +146,7 @@ <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> </plugin> diff --git a/rosetta/pom.xml b/rosetta/pom.xml index 7cd52cb..0a614ec 100644 --- a/rosetta/pom.xml +++ b/rosetta/pom.xml @@ -210,6 +210,7 @@ <extensions>true</extensions>
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
</plugin>
diff --git a/xgen/pom.xml b/xgen/pom.xml index cd7cb54..6af1cd1 100644 --- a/xgen/pom.xml +++ b/xgen/pom.xml @@ -94,6 +94,7 @@ <extensions>true</extensions>
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
</plugin>
|