summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-09 07:10:57 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-05-09 07:10:57 -0700
commit6318021e56cfc430c00a9cd973dc585f9287f95f (patch)
treeeb58592290e11b2702f985c8109937a1a40d2571
parent3f93c07328add0291ea143cfe6428f261f56a3ea (diff)
Update lombok dependency in heatbridge2.0.0-ONAPbeijing2.0.0-ONAP
Change-Id: If1146f80dea40e2c62ff733ce2b05110d6d5e5db Issue-ID: INT-493 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index c65d238..eb08cfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent-python</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1</version>
</parent>
<properties>
<wheel.name>${project.artifactId}-${python_version}-py2-none-any.whl</wheel.name>
@@ -57,11 +57,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>com.github.UltimateDogg</groupId>
- <artifactId>maven-python-distribute-plugin</artifactId>
- <version>0.2.0</version>
- </dependency>
- </dependencies>
</project>