Bump ietf-truststore to 2022-12-12 81/104281/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Feb 2023 16:59:53 +0000 (17:59 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 6 Feb 2023 18:38:55 +0000 (18:38 +0000)
This is just a run-of-the mill upgrade.

Change-Id: I14357b9e2a770a369353eabfeb876cd2e0f17a7a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
truststore/truststore-api/src/main/yang/ietf-truststore@2022-12-12.yang [moved from truststore/truststore-api/src/main/yang/ietf-truststore@2022-05-24.yang with 99% similarity]
truststore/truststore-none/src/main/java/org/opendaylight/netconf/truststore/none/NoneTruststoreFeatureProvider.java

similarity index 99%
rename from truststore/truststore-api/src/main/yang/ietf-truststore@2022-05-24.yang
rename to truststore/truststore-api/src/main/yang/ietf-truststore@2022-12-12.yang
index 7aaf7a29f48845016747007ff0365a2a4020264b..f74f1ef1dbd35fd9d4f81de78966ea50ea80bbb1 100644 (file)
@@ -26,7 +26,7 @@ module ietf-truststore {
     "This module defines a 'truststore' to centralize management
      of trust anchors including certificates and public keys.
 
-     Copyright (c) 2021 IETF Trust and the persons identified
+     Copyright (c) 2022 IETF Trust and the persons identified
      as authors of the code. All rights reserved.
 
      Redistribution and use in source and binary forms, with
@@ -47,7 +47,7 @@ module ietf-truststore {
      (RFC 8174) when, and only when, they appear in all
      capitals, as shown here.";
 
-  revision 2022-05-24 {
+  revision 2022-12-12 {
     description
       "Initial version";
     reference
index 72b072a6b6009ecf7b11e272e1454494dd0609f1..0bce94af0877fcdb0d6eaf5826d7a6b441ee2ead 100644 (file)
@@ -10,8 +10,8 @@ package org.opendaylight.netconf.truststore.none;
 import java.util.Set;
 import org.eclipse.jdt.annotation.NonNullByDefault;
 import org.kohsuke.MetaInfServices;
-import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.truststore.rev220524.IetfTruststoreData;
-import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.truststore.rev220524.LocalDefinitionsSupported;
+import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.truststore.rev221212.IetfTruststoreData;
+import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.truststore.rev221212.LocalDefinitionsSupported;
 import org.opendaylight.yangtools.yang.binding.YangFeature;
 import org.opendaylight.yangtools.yang.binding.YangFeatureProvider;