Skip to content

Commit

Permalink
Merge pull request #41 from GwtMaterialDesign/release_2.8.0
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
kevzlou7979 committed Nov 2, 2023
2 parents a1eb071 + 3ae39c8 commit 03eaa52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ JQuery interface maintained by GWT Material Design.
Documentation on the JQuery can be found here: https://api.jquery.com/

## Maven
Current Version 2.8.1
Current Version 2.8.3
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-jquery</artifactId>
<version>2.8.1</version>
<version>2.8.3</version>
</dependency>
```
Snapshot Version 2.8.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-jquery</artifactId>
<packaging>gwt-lib</packaging>
<version>2.8.1</version>
<version>2.8.3</version>

<properties>
<gwt.version>2.9.0</gwt.version>
Expand Down Expand Up @@ -38,7 +38,7 @@
<connection>scm:git:git@github.com:GwtMaterialDesign/gwt-material-jquery.git</connection>
<developerConnection>scm:git:git@github.com:GwtMaterialDesign/gwt-material-jquery.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material-jquery</url>
<tag>v2.8.1</tag>
<tag>v2.8.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 03eaa52

Please sign in to comment.