Skip to content

Commit

Permalink
Merge pull request #58 from HubSpot/113.0.5672.92
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
hs-jenkins-bot authored May 9, 2023
2 parents d8dc7be + b687c0b commit 6c61391
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChromeDevToolsBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>113.0.5672.63-SNAPSHOT</version>
<version>113.0.5672.92-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsBase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ChromeDevToolsClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>113.0.5672.63-SNAPSHOT</version>
<version>113.0.5672.92-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsClient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion CodeGeneration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>113.0.5672.63-SNAPSHOT</version>
<version>113.0.5672.92-SNAPSHOT</version>
</parent>

<artifactId>CodeGeneration</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>113.0.5672.63-SNAPSHOT</version>
<version>113.0.5672.92-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -18,7 +18,7 @@
</modules>

<properties>
<chromium.version>113.0.5672.63</chromium.version>
<chromium.version>113.0.5672.92</chromium.version>
<v8.version>11.3.244.8</v8.version>
<project.build.targetJdk>11</project.build.targetJdk>
<project.build.releaseJdk>${project.build.targetJdk}</project.build.releaseJdk>
Expand Down

0 comments on commit 6c61391

Please sign in to comment.