diff options
author | Hong Guan <hg4105@att.com> | 2018-08-09 10:21:22 -0400 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-08-09 10:21:52 -0400 |
commit | d325d65c7bd63fa1709e3d1f0d5327a6a330c01f (patch) | |
tree | dfc7f8d016e324ac9cf41eacd195bbd6b3d072cb | |
parent | 72e2ba6f74c73a3bfbc4a438036ea9d8c7679612 (diff) |
fixed type file name mismatch
Change-Id: If78d213f38c3bc672cf542cd7f1f7496781cb83b
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
-rw-r--r-- | helm/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/pom.xml b/helm/pom.xml index 02f1860..f04c001 100644 --- a/helm/pom.xml +++ b/helm/pom.xml @@ -39,9 +39,9 @@ limitations under the License. <!-- path to directory containing the setup.py relative to this file --> <plugin.subdir>.</plugin.subdir> <!-- path of types file itself relative to this file --> - <typefile.source>helm_types.yaml</typefile.source> + <typefile.source>helm-type.yaml</typefile.source> <!-- path, in repo, to store type file --> - <typefile.dest>type_files/helm/1.1.0/helm_types.yaml</typefile.dest> + <typefile.dest>type_files/helm/1.1.0/helm-type.yaml</typefile.dest> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.sources>.</sonar.sources> <sonar.junit.reportsPath>nosetests.xml</sonar.junit.reportsPath> |