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

PiperOrigin-RevId: 553276706
  • Loading branch information
Googler authored and copybara-github committed Aug 2, 2023
1 parent fa6f03b commit 5f58852
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven/pom-dom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<dependencies>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<artifactId>553265427</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>base</artifactId>
<version>1.0.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>__GROUP_ID__</groupId>
Expand Down

0 comments on commit 5f58852

Please sign in to comment.