summaryrefslogtreecommitdiffstats
path: root/authz-batch/pom.xml
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-18 16:35:50 -0400
committersg481n <sg481n@att.com>2017-09-18 17:19:08 -0400
commita2ac6780451f31bf01718cf4e3f196ac421186fd (patch)
tree623e74a8574c9f151c82545eae8d1d2e881074dc /authz-batch/pom.xml
parent20e269405bc72144421ebccb1b2208ea22d17a55 (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-batch/pom.xml')
-rw-r--r--authz-batch/pom.xml21
1 files changed, 9 insertions, 12 deletions
diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml
index c2c892e8..8b81eb63 100644
--- a/authz-batch/pom.xml
+++ b/authz-batch/pom.xml
@@ -9,7 +9,7 @@
<parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -36,6 +36,9 @@
<properties>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
<project.swmVersion>1</project.swmVersion>
+ <project.interfaceVersion>1.0.0-SNAPSHOT</project.interfaceVersion>
+ <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
+ <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
</properties>
<dependencies>
@@ -43,25 +46,25 @@
<dependency>
<groupId>org.onap.aaf.inno</groupId>
<artifactId>env</artifactId>
- <version>${project.version}</version>
+ <version>${project.innoVersion}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.inno</groupId>
<artifactId>rosetta</artifactId>
- <version>${project.version}</version>
+ <version>${project.innoVersion}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-core</artifactId>
- <version>${project.version}</version>
+ <version>${project.cadiVersion}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
- <version>${project.version}</version>
+ <version>${project.cadiVersion}</version>
</dependency>
@@ -143,13 +146,7 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
+
<plugin>
<artifactId>maven-assembly-plugin</artifactId>