Bump versions by x.y.(z+1)
[dlux.git] / modules / common-login-resources / pom.xml
index 581eaadf03565f01fd0d0435200b716322f7025a..58344b431a20274d09d92fac9dc7c7f1b9747532 100644 (file)
@@ -6,21 +6,19 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
-nce" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x
-sd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.dlux</groupId>
     <artifactId>dlux-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.5.4-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
   <artifactId>dlux.common.login.resources</artifactId>
   <name>${project.artifactId}</name>
   <description>Common Login Module Resources</description>
-  <version>${common.login.resources.version}</version>
   <packaging>jar</packaging>
 
 </project>