Skip to content

Commit 086cdde

Browse files
authored
Merge pull request #31 from GwtMaterialDesign/release_2.4.0
Official 2.4.0 Release
2 parents b51c51e + d934fdd commit 086cdde

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ JQuery interface maintained by GWT Material Design.
1111
Documentation on the JQuery can be found here: https://api.jquery.com/
1212

1313
## Maven
14-
Current Version 2.4.0-rc2
14+
Current Version 2.4.0
1515
```xml
1616
<dependency>
1717
<groupId>com.github.gwtmaterialdesign</groupId>
1818
<artifactId>gwt-material-jquery</artifactId>
19-
<version>2.4.0-rc2</version>
19+
<version>2.4.0</version>
2020
</dependency>
2121
```
22-
Snapshot Version 2.4.0-SNAPSHOT
22+
Snapshot Version 2.5.0-SNAPSHOT
2323
```xml
2424
<dependency>
2525
<groupId>com.github.gwtmaterialdesign</groupId>
2626
<artifactId>gwt-material-jquery</artifactId>
27-
<version>2.4.0-SNAPSHOT</version>
27+
<version>2.5.0-SNAPSHOT</version>
2828
</dependency>
2929
```
3030

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.gwtmaterialdesign</groupId>
77
<artifactId>gwt-material-jquery</artifactId>
88
<packaging>gwt-lib</packaging>
9-
<version>2.4.0-rc2</version>
9+
<version>2.4.0</version>
1010

1111
<properties>
1212
<gwt.version>2.9.0</gwt.version>
@@ -38,7 +38,7 @@
3838
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-jquery.git</connection>
3939
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-jquery.git</developerConnection>
4040
<url>http://github.com/GwtMaterialDesign/gwt-material-jquery</url>
41-
<tag>v2.4.0-rc2</tag>
41+
<tag>v2.4.0</tag>
4242
</scm>
4343

4444
<distributionManagement>

0 commit comments

Comments
 (0)