Fix parent reference 68/105568/1
authorRobert Varga <[email protected]>
Fri, 21 Apr 2023 09:25:25 +0000 (11:25 +0200)
committerRobert Varga <[email protected]>
Fri, 21 Apr 2023 09:26:59 +0000 (11:26 +0200)
Parent should be pointing to 6.0.0-SNAPSHOT, fix that.

Change-Id: I70403cac76ac32cba4aed01301aad4a1300c6bb9
Signed-off-by: Robert Varga <[email protected]>
(cherry picked from commit 29fa68b1cb819fc1e2856832ad3bb53f26539cfe)

transport/transport-ssh/pom.xml

index 52795daa341cf206f1ba5a785e3fad7b100a23f6..dc872216a87525fb1b5ce7b1431cbdd93e34bf19 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>