Skip to content

Commit

Permalink
elemental2 - Update pom files to point to latest version of jsinterop…
Browse files Browse the repository at this point in the history
…-base 1.0.2

PiperOrigin-RevId: 688583147
  • Loading branch information
mollyibot authored and copybara-github committed Oct 22, 2024
1 parent e879a97 commit 9fa3607
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion maven/pom-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-dom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-indexeddb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-media.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-promise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion maven/pom-svg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-webassembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-webgl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-webstorage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down

0 comments on commit 9fa3607

Please sign in to comment.