various Updates
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b3e0ebb..7fc4c90 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.14</version>
+    <version>3.0.3</version>
     <description>
             This is the MUSIC REST interface, packaged as a war file.
     </description>
                     <source>1.7</source>
                     <target>1.7</target>
                     <excludes>
-                       <exclude>jar/**</exclude>
-                   </excludes>
+                                       <exclude>jar/**</exclude>
+                                       </excludes>
                 </configuration>
             </plugin>
             <plugin>
             <artifactId>guava</artifactId>
             <version>19.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.mindrot</groupId>
+            <artifactId>jbcrypt</artifactId>
+            <version>0.4</version>
+        </dependency>
     </dependencies>
 
     <reporting>
                         <groupId>io.fabric8</groupId>
                         <artifactId>docker-maven-plugin</artifactId>
                         <version>0.19.1</version>
-                        <dependencies>
-                            <dependency>
-                                <groupId>com.github.jnr</groupId>
-                                <artifactId>jnr-unixsocket</artifactId>
-                                <version>0.13</version>
-                            </dependency>
-                        </dependencies>
                         <configuration>
                             <verbose>true</verbose>
                             <apiVersion>1.23</apiVersion>
                                     <build>
                                         <cleanup>true</cleanup>
                                         <tags>
-                                            <tag>3.0.0-${timestamp}</tag>
-                                            <tag>3.0.0-latest</tag>
+                                            <tag>3.0-${timestamp}</tag>
+                                            <tag>3.0-latest</tag>
                                         </tags>
                                         <dockerFileDir>${project.basedir}/distribution/cassandra</dockerFileDir>
                                     </build>