Skip to content

Commit

Permalink
Move to jsinterop-annotations 2.0.0, since this works for j2cl and gwt2
Browse files Browse the repository at this point in the history
Closes #143

PiperOrigin-RevId: 314390674
  • Loading branch information
niloc132 authored and copybara-github committed Jun 2, 2020
1 parent 92d24ff commit eb0e3f1
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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom-svg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</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 @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.jsinterop</groupId>
Expand Down

0 comments on commit eb0e3f1

Please sign in to comment.