Fix version mismatch 26/89626/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 7 May 2020 08:27:13 +0000 (10:27 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 7 May 2020 08:27:13 +0000 (10:27 +0200)
Slight bug crept in due to TOCTOU race on versions. Fix that.

Change-Id: I1dc8cfee3ee3c019d1f14b4dd84af6c3e673910a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
logging-markers/pom.xml

index dd6ff5107b22a1cd8bfde547d4f308503e8cc23d..119e6627b6a6ff80bcde11feae26d8ef19b6098f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>7.0.1-SNAPSHOT</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
     <artifactId>logging-markers</artifactId>
@@ -26,5 +26,4 @@
             <artifactId>logback-core</artifactId>
         </dependency>
     </dependencies>
-
-</project>
\ No newline at end of file
+</project>