diff options
author | Steven Thomas <steve.thomas@amdocs.com> | 2018-04-18 14:36:08 -0400 |
---|---|---|
committer | Steven Thomas <steve.thomas@amdocs.com> | 2018-04-18 14:36:28 -0400 |
commit | a751b5f89520b1eb198a6b4f1f34aa0d59c1e6f2 (patch) | |
tree | 15e84d06cf1d1ea31c14bced7025c554d3830c74 | |
parent | 6b9c4e81baca192a2b295fb580d8d330e95e3a35 (diff) |
remove SNAPSHOT
Issue-ID: AAI-1078
Change-Id: If9118bef49fd57630bb6cc1af267e5e9ad947c23
Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | pom_license.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <groupId>org.onap.aai</groupId> <artifactId>sparky-fe</artifactId> <packaging>war</packaging> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <name>aai-sparky-fe</name> <url>http://maven.apache.org</url> diff --git a/pom_license.xml b/pom_license.xml index 1d847af..c301d85 100644 --- a/pom_license.xml +++ b/pom_license.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.amdocs.aaiee</groupId> <artifactId>sparky-fe-license</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>Sparky FE - NPM Extensions</name> <url>http://maven.apache.org</url> |