Fix binding-data-codec-spi artifactId 43/112243/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 20 Jun 2024 15:45:20 +0000 (17:45 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 20 Jun 2024 21:12:58 +0000 (23:12 +0200)
We have a mismatch in naming here, fix that up.

JIRA: YANGTOOLS-1576
Change-Id: Idd91b5f6deaf697eaa71d166e37f12be9f6d7576
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/binding-data-codec-spi/pom.xml

index 85e4eea37b41170e811b5f1c6da55423e7294816..27114c1ef91c256c1ced7f922b382d7ceaee6d3b 100644 (file)
@@ -16,7 +16,7 @@
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
-    <artifactId>binding-dom-codec-spi</artifactId>
+    <artifactId>binding-data-codec-spi</artifactId>
     <packaging>bundle</packaging>
     <description>API definitions of YANG Binding/yang-data-api codec</description>