Skip to content

Commit 551ce26

Browse files
committed
Strip snapshot suffix; Prepare for release
1 parent f181987 commit 551ce26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information on DevTools, see https://chromedevtools.github.io/devtools-
1010

1111
[v2.1.0](https://github.com/kklisura/chrome-devtools-java-client/tree/v2.1.0) tested on Google Chrome Version 76.0.3809.100. Protocol files from [dev-tools-protocol#e1fb93bd76](https://github.com/ChromeDevTools/devtools-protocol/tree/e1fb93bd76f99cdf401b949757c874c579e15434/json)
1212

13-
[vx.x.x](https://github.com/kklisura/chrome-devtools-java-client/tree/vx.x.x) tested on Google Chrome Version 86.0.4240.111. Protocol files from [dev-tools-protocol#fcb68d10bc](https://github.com/ChromeDevTools/devtools-protocol/tree/fcb68d10bc5258ebf96121caf57200069f6e6731/json)
13+
[v3.0.0](https://github.com/kklisura/chrome-devtools-java-client/tree/vx.x.x) tested on Google Chrome Version 86.0.4240.111. Protocol files from [dev-tools-protocol#fcb68d10bc](https://github.com/ChromeDevTools/devtools-protocol/tree/fcb68d10bc5258ebf96121caf57200069f6e6731/json)
1414

1515
[1] https://chromedevtools.github.io/devtools-protocol/.
1616

@@ -22,7 +22,7 @@ Add the following dependency to your `pom.xml`:
2222
<dependency>
2323
<groupId>com.github.kklisura.cdt</groupId>
2424
<artifactId>cdt-java-client</artifactId>
25-
<version>2.1.0</version>
25+
<version>3.0.0</version>
2626
</dependency>
2727
```
2828

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>3.0.0-SNAPSHOT</version>
34+
<version>3.0.0</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
@@ -7,7 +7,7 @@
77

88
<groupId>com.github.kklisura.cdt</groupId>
99
<artifactId>cdt-java-client</artifactId>
10-
<version>3.0.0-SNAPSHOT</version>
10+
<version>3.0.0</version>
1111
<packaging>jar</packaging>
1212

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

0 commit comments

Comments
 (0)