diff options
Diffstat (limited to 'aria/aria-rest-server/pom.xml')
-rw-r--r-- | aria/aria-rest-server/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aria/aria-rest-server/pom.xml b/aria/aria-rest-server/pom.xml index b93e49482e..28c373a585 100644 --- a/aria/aria-rest-server/pom.xml +++ b/aria/aria-rest-server/pom.xml @@ -25,12 +25,12 @@ <groupId>org.onap.aria</groupId> <artifactId>ariarest</artifactId> <name>ariarest</name> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.2-SNAPSHOT</version> <description>ARIA REST API wheel build</description> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <pluginRepositories> @@ -61,7 +61,7 @@ <phase>initialize</phase> <configuration> <name>python_version</name> - <regex>-SNAPSHOT</regex> + <regex>-amsterdam</regex> <value>${project.version}</value> <replacement>\.dev0</replacement> <failIfNoMatch>false</failIfNoMatch> |