Bump versions by x.y.(z+1)
[yangtools.git] / websocket / websocket-client / pom.xml
index 235005842d5dc8f6bdc92c0c5f803fe81afdc270..eba00bb7e031d069ab3b2a2425632c29b7002ab7 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>websocket-client</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.5-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <includeTestSourceDirectory>false</includeTestSourceDirectory>
-                </configuration>
+                <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>