diff options
Diffstat (limited to 'conductor')
-rw-r--r-- | conductor/pom.xml | 4 | ||||
-rw-r--r-- | conductor/setup.cfg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml index c1f04a4..9d8cab5 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> diff --git a/conductor/setup.cfg b/conductor/setup.cfg index 5c87a2c..5152285 100644 --- a/conductor/setup.cfg +++ b/conductor/setup.cfg @@ -22,7 +22,7 @@ name = of-has summary = ONAP Homing Service description-file = README.rst author = AT&T -author-email = ikram@research.att.com +author-email = snarayanan@research.att.com home-page = https://wiki.onap.org/pages/viewpage.action?pageId=16005528 classifier = Development Status :: 4 - Beta |