Skip to content

Commit cabd7df

Browse files
committed
Update cdt-java-client to 3.0.0-SNAPSHOT
1 parent af01e24 commit cabd7df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cdt-examples/THIRD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Lists of 15 third-party dependencies.
33
(The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.11.3 - http://github.com/FasterXML/jackson)
44
(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.11.3 - https://github.com/FasterXML/jackson-core)
55
(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.11.3 - http://github.com/FasterXML/jackson)
6-
(The Apache License, Version 2.0) cdt-java-client (com.github.kklisura.cdt:cdt-java-client:2.1.0 - https://github.com/kklisura/chrome-devtools-java-client)
6+
(The Apache License, Version 2.0) cdt-java-client (com.github.kklisura.cdt:cdt-java-client:3.0.0-SNAPSHOT - https://github.com/kklisura/chrome-devtools-java-client)
77
(The Apache Software License, Version 2.0) Apache Commons Codec (commons-codec:commons-codec:1.11 - http://commons.apache.org/proper/commons-codec/)
88
(Dual license consisting of the CDDL v1.1 and GPL v2) WebSocket server API (javax.websocket:javax.websocket-api:1.1 - http://websocket-spec.java.net)
99
(Dual license consisting of the CDDL v1.1 and GPL v2) grizzly-framework (org.glassfish.grizzly:grizzly-framework:2.3.25 - http://grizzly.java.net/grizzly-framework)

cdt-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.github.kklisura.cdt</groupId>
3333
<artifactId>cdt-java-client</artifactId>
34-
<version>2.1.0</version>
34+
<version>3.0.0-SNAPSHOT</version>
3535
</dependency>
3636

3737
<dependency>

cdt-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>cdt-java-client</artifactId>
12-
<version>2.1.0</version>
12+
<version>3.0.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414

1515
<name>cdt-java-client</name>

0 commit comments

Comments
 (0)