Skip to content

Commit f4b3832

Browse files
authored
Merge pull request #15 from GwtMaterialDesign/release_2.4.1
Release 2.4.1
2 parents 07a1418 + 455fabc commit f4b3832

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ cache:
88
- $HOME/.m2
99
before_install:
1010
# install the gwt-material-jquery library
11-
- git clone -b release_2.4.0 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
11+
- git clone -b release_2.4.1 https://github.com/GwtMaterialDesign/gwt-material-jquery.git
1212
- cd gwt-material-jquery
1313
- mvn install -DskipTests=true -DdryRun=true
1414
- cd ..
1515
# install the gwt-material library
16-
- git clone -b release_2.4.0 https://github.com/GwtMaterialDesign/gwt-material.git
16+
- git clone -b release_2.4.1 https://github.com/GwtMaterialDesign/gwt-material.git
1717
- cd gwt-material
1818
- mvn install -DskipTests=true -DdryRun=true
1919
- cd ..

.utility/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -ev
3-
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.4.0" ]; then
3+
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "release_2.4.1" ]; then
44
echo "<settings><servers><server><id>ossrh</id><username>\${env.OSSRH_USER}</username><password>\${env.OSSRH_PASS}</password></server></servers></settings>" > ~/settings.xml
55
mvn deploy --settings ~/settings.xml
66
fi

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ AmCharts V4 Official Documentation can be found [here](https://www.amcharts.com/
1313

1414

1515
## Maven
16-
### Current Version 2.4.0
16+
### Current Version 2.4.1
1717
```xml
1818
<dependency>
1919
<groupId>com.github.gwtmaterialdesign</groupId>
2020
<artifactId>gwt-material-am4charts</artifactId>
21-
<version>2.4.0</version>
21+
<version>2.4.1</version>
2222
</dependency>
2323
```
2424

gwt-material-am4charts.iml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<setting name="additionalCompilerParameters" value="-Xms1g -XX:CompileThreshold=7000" />
77
<setting name="compilerParameters" value="-compileReport -XcompilerMetrics -failOnError -logLevel INFO -optimize 9 -sourceLevel 1.8" />
88
<setting name="compilerMaxHeapSize" value="1024" />
9-
<setting name="gwtSdkUrl" value="file://$MAVEN_REPOSITORY$/com/google/gwt/gwt-dev/2.8.2/" />
9+
<setting name="gwtSdkUrl" value="file://$MAVEN_REPOSITORY$/com/google/gwt/gwt-dev/2.9.0/" />
1010
<setting name="gwtSdkType" value="maven" />
1111
<packaging>
1212
<module name="gwt.material.design.amcharts.GwtMaterialAmChartsBase" enabled="false" />
@@ -21,6 +21,7 @@
2121
<module name="gwt.material.design.amplugin.slicegrouper.SliceGrouper" enabled="false" />
2222
<module name="gwt.material.design.amplugin.sunburst.Sunburst" enabled="false" />
2323
<module name="gwt.material.design.amplugin.timeline.Timeline" enabled="false" />
24+
<module name="gwt.material.design.amplugin.venn.VennDiagram" enabled="false" />
2425
<module name="gwt.material.design.amplugin.wordcloud.WordCloud" enabled="false" />
2526
</packaging>
2627
</configuration>
@@ -36,26 +37,25 @@
3637
</content>
3738
<orderEntry type="inheritedJdk" />
3839
<orderEntry type="sourceFolder" forTests="false" />
39-
<orderEntry type="library" name="Maven: com.github.gwtmaterialdesign:gwt-material-jquery:2.3.1-SNAPSHOT" level="project" />
40-
<orderEntry type="library" name="Maven: com.google.gwt:gwt-user:2.8.2" level="project" />
41-
<orderEntry type="library" name="Maven: com.google.jsinterop:jsinterop-annotations:1.0.2" level="project" />
42-
<orderEntry type="library" name="Maven: com.google.jsinterop:jsinterop-annotations:sources:1.0.2" level="project" />
40+
<orderEntry type="library" name="Maven: com.google.gwt:gwt-user:2.9.0" level="project" />
41+
<orderEntry type="library" name="Maven: com.google.jsinterop:jsinterop-annotations:2.0.0" level="project" />
4342
<orderEntry type="library" name="Maven: javax.validation:validation-api:1.0.0.GA" level="project" />
4443
<orderEntry type="library" name="Maven: javax.validation:validation-api:sources:1.0.0.GA" level="project" />
4544
<orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
4645
<orderEntry type="library" name="Maven: org.w3c.css:sac:1.3" level="project" />
47-
<orderEntry type="library" name="Maven: com.google.gwt:gwt-dev:2.8.2" level="project" />
46+
<orderEntry type="library" name="Maven: com.google.gwt:gwt-dev:2.9.0" level="project" />
4847
<orderEntry type="library" name="Maven: com.google.code.findbugs:jsr305:1.3.9" level="project" />
4948
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.6.2" level="project" />
50-
<orderEntry type="library" name="Maven: org.ow2.asm:asm:5.0.3" level="project" />
51-
<orderEntry type="library" name="Maven: org.ow2.asm:asm-util:5.0.3" level="project" />
52-
<orderEntry type="library" name="Maven: org.ow2.asm:asm-tree:5.0.3" level="project" />
53-
<orderEntry type="library" name="Maven: org.ow2.asm:asm-commons:5.0.3" level="project" />
49+
<orderEntry type="library" name="Maven: org.ow2.asm:asm:7.1" level="project" />
50+
<orderEntry type="library" name="Maven: org.ow2.asm:asm-util:7.1" level="project" />
51+
<orderEntry type="library" name="Maven: org.ow2.asm:asm-tree:7.1" level="project" />
52+
<orderEntry type="library" name="Maven: org.ow2.asm:asm-analysis:7.1" level="project" />
53+
<orderEntry type="library" name="Maven: org.ow2.asm:asm-commons:7.1" level="project" />
5454
<orderEntry type="library" name="Maven: colt:colt:1.2.0" level="project" />
5555
<orderEntry type="library" name="Maven: ant:ant:1.6.5" level="project" />
5656
<orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
5757
<orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" />
58-
<orderEntry type="library" name="Maven: com.ibm.icu:icu4j:50.1.1" level="project" />
58+
<orderEntry type="library" name="Maven: com.ibm.icu:icu4j:63.1" level="project" />
5959
<orderEntry type="library" name="Maven: tapestry:tapestry:4.0.2" level="project" />
6060
<orderEntry type="library" name="Maven: net.sourceforge.htmlunit:htmlunit:2.19" level="project" />
6161
<orderEntry type="library" name="Maven: xalan:xalan:2.7.2" level="project" />

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.github.gwtmaterialdesign</groupId>
99
<artifactId>gwt-material-am4charts</artifactId>
10-
<version>2.4.0</version>
10+
<version>2.4.1</version>
1111
<packaging>gwt-lib</packaging>
1212

1313
<name>Gwt Material AmCharts V4</name>
@@ -38,7 +38,7 @@
3838
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
3939
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
4040
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
41-
<tag>v2.4.0</tag>
41+
<tag>v2.4.1</tag>
4242
</scm>
4343

4444
<licenses>

0 commit comments

Comments
 (0)