Skip to content

Commit 056458e

Browse files
Merge pull request #34 from HubSpot/97.0.4692.99
Release new version
2 parents d78a4f4 + 05c7a92 commit 056458e

8 files changed

Lines changed: 751 additions & 488 deletions

File tree

ChromeDevToolsBase/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
1+
<?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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.hubspot.chrome</groupId>
65
<artifactId>ChromeDevTools-parent</artifactId>
7-
<version>94.0.4606.62-SNAPSHOT</version>
6+
<version>97.0.4692.99-SNAPSHOT</version>
87
</parent>
98

109
<artifactId>ChromeDevToolsBase</artifactId>
@@ -36,4 +35,4 @@
3635
<scope>provided</scope>
3736
</dependency>
3837
</dependencies>
39-
</project>
38+
</project>

ChromeDevToolsClient/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
1+
<?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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.hubspot.chrome</groupId>
76
<artifactId>ChromeDevTools-parent</artifactId>
8-
<version>94.0.4606.62-SNAPSHOT</version>
7+
<version>97.0.4692.99-SNAPSHOT</version>
98
</parent>
109

1110
<artifactId>ChromeDevToolsClient</artifactId>
@@ -130,4 +129,4 @@
130129
</plugins>
131130
</build>
132131

133-
</project>
132+
</project>

CodeGeneration/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
1+
<?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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>com.hubspot.chrome</groupId>
76
<artifactId>ChromeDevTools-parent</artifactId>
8-
<version>94.0.4606.62-SNAPSHOT</version>
7+
<version>97.0.4692.99-SNAPSHOT</version>
98
</parent>
109

1110
<artifactId>CodeGeneration</artifactId>
@@ -77,4 +76,4 @@
7776
<scope>test</scope>
7877
</dependency>
7978
</dependencies>
80-
</project>
79+
</project>

0 commit comments

Comments
 (0)