Skip to content

Commit

Permalink
Bump chrome to 97.0.4692.99
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Jan 28, 2022
1 parent d78a4f4 commit 05c7a92
Show file tree
Hide file tree
Showing 8 changed files with 751 additions and 488 deletions.
7 changes: 3 additions & 4 deletions ChromeDevToolsBase/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" ?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>94.0.4606.62-SNAPSHOT</version>
<version>97.0.4692.99-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsBase</artifactId>
Expand Down Expand Up @@ -36,4 +35,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
7 changes: 3 additions & 4 deletions ChromeDevToolsClient/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" ?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>94.0.4606.62-SNAPSHOT</version>
<version>97.0.4692.99-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsClient</artifactId>
Expand Down Expand Up @@ -130,4 +129,4 @@
</plugins>
</build>

</project>
</project>
7 changes: 3 additions & 4 deletions CodeGeneration/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" ?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>94.0.4606.62-SNAPSHOT</version>
<version>97.0.4692.99-SNAPSHOT</version>
</parent>

<artifactId>CodeGeneration</artifactId>
Expand Down Expand Up @@ -77,4 +76,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
Loading

0 comments on commit 05c7a92

Please sign in to comment.