aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2018-03-02 23:11:55 +0800
committerLianhao Lu <lianhao.lu@intel.com>2018-03-02 15:21:53 +0000
commit1614373add323ca1cd8f2690bee222471437718b (patch)
tree7036ce3e1393df24fb39207b82d8dc01b8384539
parent65dad457b6ece6872723f7c95a0d64e39dcdd77d (diff)
Use spaces instead of tabs
Change-Id: I458705b6e31fbb45f9459492667cb7fe5d7aba62 Issue-ID: VNFSDK-210 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b1286c7..77e13ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>