Correct RFC7227/RFC7277 typo 40/74140/4
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 17:24:48 +0000 (19:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 17:51:51 +0000 (19:51 +0200)
Using 7227 is a typo, correct it before someone notices.

Change-Id: I19c46039f66a51378dfef6b2a13234aed3ff2e78
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/artifacts/pom.xml
model/features/features-mdsal-model/pom.xml
model/features/odl-mdsal-model-rfc7277/pom.xml [moved from model/features/odl-mdsal-model-rfc7227/pom.xml with 94% similarity]
model/features/odl-mdsal-models/pom.xml
model/features/pom.xml

index 219042ed70ea408ddadee96be91cd655aeb93e21..823c82fc6b604d152b9bec3890d8b0d5e2647fb4 100644 (file)
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>odl-mdsal-model-rfc7227</artifactId>
+                <artifactId>odl-mdsal-model-rfc7277</artifactId>
                 <version>1.0.0-SNAPSHOT</version>
                 <classifier>features</classifier>
                 <type>xml</type>
index 36de84c9060bb0e6d5be4f0a6808a6d05a9e3a62..a6b2c448c93b835544434395cd5ae40338a27780 100644 (file)
@@ -55,7 +55,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-model-rfc7227</artifactId>
+            <artifactId>odl-mdsal-model-rfc7277</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
similarity index 94%
rename from model/features/odl-mdsal-model-rfc7227/pom.xml
rename to model/features/odl-mdsal-model-rfc7277/pom.xml
index 6c6abd55909310d63b25a66fe25ab0b880935160..3c5d305573adb5b8a3425becaf77a1f3dc615b0d 100644 (file)
     </parent>
 
     <groupId>org.opendaylight.mdsal.model</groupId>
-    <artifactId>odl-mdsal-model-rfc7227</artifactId>
+    <artifactId>odl-mdsal-model-rfc7277</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: MD-SAL :: Model :: RFC7227</name>
+    <name>OpenDaylight :: MD-SAL :: Model :: RFC7277</name>
 
     <dependencyManagement>
         <dependencies>
index 988653e393b5c405ce90b107a220c535481ebae6..51658ea4dea14f14807a757df82307ae321b3a90 100644 (file)
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <!-- TODO: upgrade to rfc8344 -->
-            <artifactId>odl-mdsal-model-rfc7227</artifactId>
+            <artifactId>odl-mdsal-model-rfc7277</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
index 25c8072fd2f026b0a2f3a1b60036dc0cab288384..37109a5e298e492f2972772998eef6d92404fac7 100644 (file)
@@ -28,7 +28,7 @@
         <!-- Standards -->
         <module>odl-mdsal-model-rfc6991</module>
         <module>odl-mdsal-model-rfc7223</module>
-        <module>odl-mdsal-model-rfc7227</module>
+        <module>odl-mdsal-model-rfc7277</module>
         <module>odl-mdsal-model-rfc7895</module>
         <module>odl-mdsal-model-rfc7952</module>
         <module>odl-mdsal-model-rfc8342</module>