Code Review
/
netconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bd962df
)
Fix parent reference
68/105568/1
author
Robert Varga
<
[email protected]
>
Fri, 21 Apr 2023 09:25:25 +0000
(11:25 +0200)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/transport/transport-ssh/pom.xml
b/transport/transport-ssh/pom.xml
index 52795daa341cf206f1ba5a785e3fad7b100a23f6..dc872216a87525fb1b5ce7b1431cbdd93e34bf19 100644
(file)
--- a/
transport/transport-ssh/pom.xml
+++ b/
transport/transport-ssh/pom.xml
@@
-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>