aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-service
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-26 18:41:27 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-26 19:05:18 -0400
commitfad060963cdfea8363eaeba4b8e7d4dc12e8ed22 (patch)
treeb5c9c098063bd56207a3bffa374eae19fc034f2a /aai-schema-service
parent36c924ba8bb967ab1a5df720cc58981361d7a265 (diff)
Prepare for global-jjb
Issue-ID: AAI-2467 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I156b2a6bb35e240aef97c3dec5d1a042c187ea32
Diffstat (limited to 'aai-schema-service')
-rw-r--r--aai-schema-service/pom.xml22
1 files changed, 3 insertions, 19 deletions
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml
index 0f00b3a..3e84d0c 100644
--- a/aai-schema-service/pom.xml
+++ b/aai-schema-service/pom.xml
@@ -25,11 +25,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema-service</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>schema-service</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
@@ -736,24 +736,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <executions>
- <execution>
- <id>default-deploy</id>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexusproxy}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
</plugin>
+
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>