diff options
author | Dan Timoney <dtimoney@att.com> | 2017-02-20 14:20:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-02-20 14:20:18 -0500 |
commit | 8608e4e4ce1f92de4b6f919e8452cac8f989295c (patch) | |
tree | d610c90e50462a0519788544724ec927590d5a66 /aai-service/pom.xml | |
parent | 09b58e1832480e9529124ae422f040028546daff (diff) |
[VERSION] Change version to snapshot
Change version to 1.0.0-SNAPSHOT
Change-Id: I54684df355a29ed12b839aad980026fd7c159242
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'aai-service/pom.xml')
-rwxr-xr-x | aai-service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-service/pom.xml b/aai-service/pom.xml index e6cec69..11a7b7c 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.sdnc.adaptors</groupId> <artifactId>sdnc-adaptors</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -15,7 +15,7 @@ <name>AAI Interface Service</name> <description>The AAI Interface service exposes an interface to AAI as an OSGi service</description> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <dependencyManagement> <dependencies> |