diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-17 10:43:14 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-17 10:43:14 -0400 |
commit | 0586da4e5172ea4508b62698ded43c6c59eb7d6d (patch) | |
tree | 34886fe3e5dfb093a1414edffb777c643b0a8de6 /springboot/pom.xml | |
parent | 8aa219f29e167aaab19da4feef4463409e7b624d (diff) |
Remove staging plugin
Remove staging-profile, which had been needed for daily builds in
old daily build jobs.
Change-Id: I13d1b628268f46d59ff4521ffebf2f6d3b2b6390
Issue-ID: CCSDK-1496
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-x | springboot/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 606f23fc..aaf982b5 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -7,12 +7,12 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |