Skip to content

Commit

Permalink
Merge branch 'release/0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Jun 26, 2017
2 parents 4fe6f5e + 71db4e5 commit 290e059
Show file tree
Hide file tree
Showing 20 changed files with 508 additions and 199 deletions.
6 changes: 5 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.gwt.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
</parent>

<artifactId>elemento-core</artifactId>
Expand All @@ -50,6 +50,10 @@
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-dom</artifactId>
</dependency>
<dependency>
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-webstorage</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-gwt</artifactId>
Expand Down

This file was deleted.

Loading

0 comments on commit 290e059

Please sign in to comment.