summaryrefslogtreecommitdiffstats
path: root/aai-core
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2018-05-23 14:45:25 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-23 14:45:25 +0000
commit3a02d2f37b0d96ef0c1ef22009ad5c3a249fdd19 (patch)
treeaeef0810a76871a0e61dba4106f8fd46391d60bc /aai-core
parentd10ba074e47e24e1f05e4ee119efc2ca6cc0dea7 (diff)
parent7925c25859b82cd5232f95168263933fc2d8ef15 (diff)
Merge "Upversion common for Casablanca"
Diffstat (limited to 'aai-core')
-rw-r--r--aai-core/pom.xml16
1 files changed, 2 insertions, 14 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index f8761ba6..c6224f1d 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -27,11 +27,11 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-common</artifactId>
- <version>1.2.5-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>aai-core</artifactId>
<name>aai-core</name>
- <version>1.2.5-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<gendoc.version>v12</gendoc.version>
@@ -308,18 +308,6 @@
</executions>
</plugin>
<plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>deploy</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<!-- explicitly define maven-deploy-plugin after other to force exec order -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>