Bug 773: SimpleForwardingImpl hits NPE when .frm member is null and new host is...
[controller.git] / opendaylight / web / osgi-brandfragment / pom.xml
index 2fcf95706c67bdecb929f6ad08270546456539d5..fc680a5493d081c7f7699111823f6ac56939e93a 100644 (file)
@@ -1,17 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <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.controller</groupId>
     <artifactId>commons.opendaylight</artifactId>
-    <version>1.4.1</version>
+    <version>1.4.2-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
 
   <artifactId>osgi-brandfragment.web</artifactId>
-  <version>0.0.1</version>
-  <description>OSGi management web application brand fragment</description>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
+  <description>OSGi management web application brand fragment</description>
 
   <build>
     <plugins>