File tree Expand file tree Collapse file tree 5 files changed +27
-8
lines changed
src/main/java/gwt/material/design/amcore/client Expand file tree Collapse file tree 5 files changed +27
-8
lines changed Original file line number Diff line number Diff 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.0-rc1
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.0-rc1 </version >
2222</dependency >
2323```
2424
Original file line number Diff line number Diff line change 77
88 <groupId >com.github.gwtmaterialdesign</groupId >
99 <artifactId >gwt-material-am4charts</artifactId >
10- <version >2.4.0-SNAPSHOT </version >
10+ <version >2.4.0-rc1 </version >
1111 <packaging >gwt-lib</packaging >
1212
1313 <name >Gwt Material AmCharts V4</name >
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-SNAPSHOT </tag >
41+ <tag >v2.4.0-rc1 </tag >
4242 </scm >
4343
4444 <licenses >
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 1+ /*
2+ * #%L
3+ * GwtMaterial
4+ * %%
5+ * Copyright (C) 2015 - 2020 GwtMaterialDesign
6+ * %%
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ * #L%
19+ */
120package gwt .material .design .amcore .client .color ;
221
322import jsinterop .annotations .JsPackage ;
You can’t perform that action at this time.
0 commit comments