diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-08-30 08:22:32 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-08-30 08:22:32 -0700 |
commit | f983a3cc032501782ab144b97aab269392b8db3d (patch) | |
tree | 83d47d62deb7cf1a3c33e1dc3b4380a2756e5ef2 /conductor/pom.xml | |
parent | ec0c56bc3e6a88498b03c23e24fba57a3fef173e (diff) |
Upgrade HAS version to 1.2.11.2.1
Bump verion of docker images, pom.xml, and oparent-python
to 1.2.1, 1.2.1-SNAPSHOT and 1.2.0 respectively.
Change-Id: Ie57e8ac107f1fa4fb3f840869a2fe0656012d601
Issue-ID: OPTFRA-257
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/pom.xml')
-rw-r--r-- | conductor/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml index 40501dc..fecf927 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> |