Skip to content

Commit b3a5d01

Browse files
committed
update Elemental2 to version 1.1.0
1 parent 3483b71 commit b3a5d01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Those patterns should go in a global gitignore or repository-specific excludes.
33
# See http://www.gwtproject.org/makinggwtbetter.html#global_gitignore
44

5-
*/target/*
5+
target/
66
.flattened-pom.xml
77

88
# gwt caches and compiled units #
9-
war/gwt_bree/
9+
war/
1010
gwt-unitCache/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<maven.license.plugin>3.0</maven.license.plugin>
6565
<maven.surfire.plugin>3.0.0-M1</maven.surfire.plugin>
6666

67-
<elemental2.version>1.0.0</elemental2.version>
67+
<elemental2.version>1.1.0</elemental2.version>
6868
<junit.version>4.12</junit.version>
6969
</properties>
7070

0 commit comments

Comments
 (0)