Document Updates and Bug Fixes
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index be207fe..b3e0ebb 100755 (executable)
--- 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>
                 <configuration>
                     <source>1.7</source>
                     <target>1.7</target>
+                    <excludes>
+                       <exclude>jar/**</exclude>
+                   </excludes>
                 </configuration>
             </plugin>
             <plugin>