diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2018-03-02 23:11:55 +0800 |
---|---|---|
committer | Lianhao Lu <lianhao.lu@intel.com> | 2018-03-02 15:21:53 +0000 |
commit | 1614373add323ca1cd8f2690bee222471437718b (patch) | |
tree | 7036ce3e1393df24fb39207b82d8dc01b8384539 /pom.xml | |
parent | 65dad457b6ece6872723f7c95a0d64e39dcdd77d (diff) |
Use spaces instead of tabs
Change-Id: I458705b6e31fbb45f9459492667cb7fe5d7aba62
Issue-ID: VNFSDK-210
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ under the License. <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../oparent</relativePath> + <relativePath>../../oparent</relativePath> </parent> <groupId>org.onap.vnfsdk.pkgtools</groupId> @@ -33,7 +33,7 @@ under the License. <properties> <sonar.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> - <sonar.inclusions>**/*.py</sonar.inclusions> + <sonar.inclusions>**/*.py</sonar.inclusions> </properties> <build> |