diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-23 10:34:39 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-23 10:34:52 -0400 |
commit | 7925c25859b82cd5232f95168263933fc2d8ef15 (patch) | |
tree | c2fefeb44f3f9d11a61255e7b38e17ccc3e301c6 /aai-core/pom.xml | |
parent | 68987011d4a41ed59375616a19b0cde229b9c413 (diff) |
Upversion common for Casablanca
Issue-ID: AAI-1169
Change-Id: Id80fd4b8c7af48dde78b441fb6ec2b6619c608bc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 16 |
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> |