diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-08 08:59:35 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-08 08:59:35 +0000 |
commit | 6fc9f76aa6babc0e3688ffe5fe96aa649a3b7f1a (patch) | |
tree | 04a323b2049a9a3cb5258b04cbca9ef7042c469b | |
parent | f46f955ea3a4ce34d674c8e0f2d71ac458d40a8c (diff) |
Release optf/has1.3.2
-rw-r--r-- | conductor/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml index 5a53ce0..a37e488 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2</version> <description>Homing Allocation Service</description> <modules> |