Skip to content

Commit ca2fe49

Browse files
committed
Preparation for 2.6.0 release
1 parent b94a28a commit ca2fe49

File tree

3 files changed

+4
-103
lines changed

3 files changed

+4
-103
lines changed

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.6.0-rc1
16+
### Current Version 2.6.0
1717
```xml
1818
<dependency>
1919
<groupId>com.github.gwtmaterialdesign</groupId>
2020
<artifactId>gwt-material-am4charts</artifactId>
21-
<version>2.6.0-rc1</version>
21+
<version>2.6.0</version>
2222
</dependency>
2323
```
2424

gwt-material-am4charts.iml

Lines changed: 0 additions & 99 deletions
This file was deleted.

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.6.0-SNAPSHOT</version>
10+
<version>2.6.0</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.6.0-SNAPSHOT</tag>
41+
<tag>v2.6.0</tag>
4242
</scm>
4343

4444
<licenses>

0 commit comments

Comments
 (0)