Bump versions to 6.0.0-SNAPSHOT
[mdsal.git] / binding / mdsal-binding-util / pom.xml
index 11c4af0b22efcf660e1dd4a2ef2cac3c6e2fc745..2fde363ae2f09edd85ec32ccae978676f897724b 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>5.0.6-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-binding-util</artifactId>
     <packaging>bundle</packaging>
 
-    <properties>
-        <!-- FIXME: Workaround for https://issues.apache.org/jira/browse/ARIES-1923 -->
-        <maven.compiler.release>10</maven.compiler.release>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>