diff options
-rw-r--r-- | pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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> |