diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -27,7 +27,7 @@ <groupId>org.onap.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <name>demo</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> @@ -82,24 +82,6 @@ </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> - <executions> - <execution> - <id>upload-boot-scripts</id> - <phase>deploy</phase> - <goals> - <goal>exec</goal> - </goals> - </execution> - </executions> - <configuration> - <executable>scripts/deploy.sh</executable> - </configuration> - </plugin> - - <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> |