Skip to content

Commit

Permalink
Merge branch 'release_2.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Sep 22, 2023
2 parents 1198290 + dd84d61 commit a1eb071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ JQuery interface maintained by GWT Material Design.
Documentation on the JQuery can be found here: https://api.jquery.com/

## Maven
Current Version 2.8.0
Current Version 2.8.1
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-jquery</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
```
Snapshot Version 2.8.0
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-jquery</artifactId>
<version>2.7.1</version>
<version>2.8.0-SNAPSHOT</version>
</dependency>
```

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.0</version>
<version>2.8.1</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.0</tag>
<tag>v2.8.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a1eb071

Please sign in to comment.