aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2018-06-07 20:25:03 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-07 20:25:03 +0000
commit5e5d6ed9badebfbc1cc65a90e3de8dad232f9e42 (patch)
tree4be095aec105a581336c8e0fd8a0e725fbda8395 /pom.xml
parent43dba6f628b7c97cfcfec66118b574a4a1ea8b10 (diff)
parent05585a1df490fb548f43cff120410c253745cf9a (diff)
Merge "Document Updates and Bug Fixes"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index be207fec..b3e0ebb7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
<packaging>war</packaging>
- <version>2.5.11</version>
+ <version>2.5.14</version>
<description>
This is the MUSIC REST interface, packaged as a war file.
</description>
@@ -114,6 +114,9 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
+ <excludes>
+ <exclude>jar/**</exclude>
+ </excludes>
</configuration>
</plugin>
<plugin>