Bug 8741: Fix broken Maven archetype
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / api / src / main / yang / __artifactId__.yang
index 75eb8e3674cf098028965a76e06aa41b65e9c1e9..848cf4831d87d2ba3f81cb651650e63af24093d3 100644 (file)
@@ -6,7 +6,7 @@ module ${artifactId} {
     namespace "urn:opendaylight:params:xml:ns:yang:${artifactId}";
     prefix "${artifactId}";
 
-    revision "${date}" {
+    revision "2017-08-30" { // TODO change revision to date of model creation
         description "Initial revision of ${artifactId} model";
     }
 }