Bump versions by x.y.(z+1)
[yangtools.git] / websocket / websocket-client / pom.xml
index 9a1c8df5ae31ecb16f12c60fc8d21114e0ab0341..eba00bb7e031d069ab3b2a2425632c29b7002ab7 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>websocket-parent</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent</artifactId>
+        <version>1.8.5-SNAPSHOT</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>websocket-client</artifactId>
+    <version>1.1.5-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
             <artifactId>junit</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>check-license</id>
+                        <configuration>
+                            <excludes>
+                                <!-- Skip Apache Licensed files -->
+                                org/opendaylight/yangtools/websocket/server/WebSocketServerHandler.java,
+                                org/opendaylight/yangtools/websocket/server/WebSocketServer.java,
+                                org/opendaylight/yangtools/websocket/server/WebSocketServerInitializer.java,
+                            </excludes>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>