Skip to content

Commit a9a3755

Browse files
authored
Merge pull request #42 from GwtMaterialDesign/release_2.8.0
Release 2.8.5
2 parents 03eaa52 + 21a5016 commit a9a3755

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ 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.8.3
14+
Current Version 2.8.5
1515
```xml
1616
<dependency>
1717
<groupId>com.github.gwtmaterialdesign</groupId>
1818
<artifactId>gwt-material-jquery</artifactId>
19-
<version>2.8.3</version>
19+
<version>2.8.5</version>
2020
</dependency>
2121
```
2222
Snapshot Version 2.8.0

pom.xml

Lines changed: 6 additions & 6 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.8.3</version>
9+
<version>2.8.5</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.8.3</tag>
41+
<tag>v2.8.5</tag>
4242
</scm>
4343

4444
<distributionManagement>
@@ -152,13 +152,13 @@
152152
</executions>
153153
</plugin>
154154

155-
<plugin>
155+
<!--<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-javadoc-plugin</artifactId>
158158
<version>2.10.3</version>
159159
<configuration>
160-
<!-- comment out for now because doesn't work on JDK < 8 -->
161-
<!--<additionalparam>-Xdoclint:none</additionalparam>-->
160+
&lt;!&ndash; comment out for now because doesn't work on JDK < 8 &ndash;&gt;
161+
&lt;!&ndash;<additionalparam>-Xdoclint:none</additionalparam>&ndash;&gt;
162162
<encoding>${project.build.sourceEncoding}</encoding>
163163
<locale>en</locale>
164164
<linksource>true</linksource>
@@ -175,7 +175,7 @@
175175
</goals>
176176
</execution>
177177
</executions>
178-
</plugin>
178+
</plugin>-->
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)