aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-07 13:13:20 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-06-07 13:13:20 -0700
commitc5ed42a9f6bd31f65e95ede65bfaf7add4d37c30 (patch)
tree0fa03d647b6dadc20d820231caa4ec9442225d7a /pom.xml
parentc4ad09e8e4f30acc2f29441a0efb3fca103a5d9c (diff)
Version bump demo master to 1.3.0-SNAPSHOT
Also remove the call to upload boot scripts Change-Id: I80957bb289aea65cd2e7f7f219680192d9c42ff2 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml20
1 files changed, 1 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index cafebb51..f55ab5da 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>