diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-26 18:41:27 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-26 19:05:18 -0400 |
commit | fad060963cdfea8363eaeba4b8e7d4dc12e8ed22 (patch) | |
tree | b5c9c098063bd56207a3bffa374eae19fc034f2a /aai-queries | |
parent | 36c924ba8bb967ab1a5df720cc58981361d7a265 (diff) |
Prepare for global-jjb
Issue-ID: AAI-2467
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I156b2a6bb35e240aef97c3dec5d1a042c187ea32
Diffstat (limited to 'aai-queries')
-rw-r--r-- | aai-queries/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index d257f7b..dcc2620 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,11 +27,11 @@ <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> <artifactId>aai-queries</artifactId> <name>aai-queries</name> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- Start of Default ONAP Schema Properties --> @@ -148,10 +148,6 @@ <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> </plugin> |