diff options
author | Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com> | 2018-03-13 12:45:36 -0400 |
---|---|---|
committer | Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com> | 2018-03-13 12:49:33 -0400 |
commit | 3871d29d2414548083b1308298517562e6728117 (patch) | |
tree | 3690f4e61539b0084cab116645647898f767b7f0 /conductor/pom.xml | |
parent | 6b4a181efbe7234074539ee9b2abed72fd7af964 (diff) |
Corrected Nexus Package content
Before dockerzation can proceed, contents of
the package must be correct. Few folders/files were missing.
Changed assembly.xml to include all but the ones that are
not needed.
Also, removed files from conductor/conductor folder that were
thought to have contributed to the correction of the package
initially.
conductor/conductor/README.rst
conductor/conductor/README.md
conductor/conductor/setup.py
conductor/conductor/setup.cfg
These files are actually not needed in that level
of folder (conductor/condcutor) - They should exist only on the
main conductor/ folder.
Issue-ID: OPTFRA-123
Change-Id: I006694ddc8e7e5de21ad17fb0d4720c5b19dc960
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.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 b18ac36..0867668 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> |