diff options
author | sg481n <sg481n@att.com> | 2017-09-18 16:35:50 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-09-18 17:19:08 -0400 |
commit | a2ac6780451f31bf01718cf4e3f196ac421186fd (patch) | |
tree | 623e74a8574c9f151c82545eae8d1d2e881074dc /authz-gw | |
parent | 20e269405bc72144421ebccb1b2208ea22d17a55 (diff) |
Update AAF project version to release docker image
Removed deploy plugin from all pom's.Updated project version to
1.0.1-SNAPSHOT and modified few aaf property files to release
docker image of aaf to nexts onap.
Change-Id: Ic048da22d69b8030974b97bb118892d4b9328f21
Issue-id: AAF-60
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-gw')
-rw-r--r-- | authz-gw/pom.xml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index 8d62f9e2..00043f27 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -53,7 +53,8 @@ <properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<project.swmVersion>30</project.swmVersion>
- <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
+ <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
+ <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -85,7 +86,7 @@ <dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
- <version>${project.version}</version>
+ <version>${project.cadiVersion}</version>
</dependency>
@@ -109,15 +110,7 @@ </configuration>
<version>2.3.1</version>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
|