Fix checkstyle-logging reference 82/63782/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Sep 2017 15:33:09 +0000 (17:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Sep 2017 15:33:09 +0000 (17:33 +0200)
This is a stray reference to 2.0.0-SNAPSHOT, fix that.

Change-Id: I69043a78be238a0a877463050efbc2e9de390171
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index ceafc32562205ef0b75c2f17cfd60be43fc8a76d..76d1393ba9f6c51ebe4908f317b2ffafc7902e3f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>checkstyle-logging</artifactId>
-                            <version>2.0.0-SNAPSHOT</version>
+                            <version>1.2.0</version>
                         </dependency>
                     </dependencies>
                 </plugin>