From a2ac6780451f31bf01718cf4e3f196ac421186fd Mon Sep 17 00:00:00 2001
From: sg481n <sg481n@att.com>
Date: Mon, 18 Sep 2017 16:35:50 -0400
Subject: 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>
---
 authz-batch/pom.xml | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

(limited to 'authz-batch')

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>
-- 
cgit 1.2.3-korg