Bump odlparent to 6.0.0
[netconf.git] / netconf / netconf-api / pom.xml
index 5c54f5b93eb9dfa23fd1016fb16e89f29f572d3f..566909d599f57f831c4d4c8f2ca9ee4846c63563 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
-    <relativePath>../netconf-parent</relativePath>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-api</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <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>io.netty</groupId>