Skip to content

Commit 43fdf80

Browse files
committed
Iteration for 2.2-rc1 release
1 parent 8fc2468 commit 43fdf80

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

pom.xml

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

88
<groupId>com.github.gwtmaterialdesign</groupId>
99
<artifactId>gwt-material-amcharts4</artifactId>
10-
<version>1.0-rc1</version>
10+
<version>2.2-rc1</version>
1111
<packaging>gwt-lib</packaging>
1212

1313
<name>Gwt Material AmCharts V4</name>
@@ -19,15 +19,15 @@
1919
<project.encoding>UTF-8</project.encoding>
2020
<tbroyer.version>1.0-rc-9</tbroyer.version>
2121
<gwt.version>2.8.2</gwt.version>
22-
<gmd.jquery.version>2.1.1</gmd.jquery.version>
22+
<gmd.jquery.version>${project.version}</gmd.jquery.version>
2323
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
2424
</properties>
2525

2626
<scm>
2727
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
2828
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
2929
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
30-
<tag>v2.1.1-SNAPSHOT</tag>
30+
<tag>v2.2-rc1</tag>
3131
</scm>
3232

3333
<licenses>

0 commit comments

Comments
 (0)