File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
src/main/java/gwt/material/design/client/base Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111- [ PWA Support] ( https://github.com/GwtMaterialDesign/gwt-material/wiki/PWA-:-Service-Worker-Automation )
1212
1313## Demo
14- * [ 2.1 Release Demo] ( http://gwtmaterialdesign.github.io/gwt-material-demo/ )
14+ * [ 2.1.1 Release Demo] ( http://gwtmaterialdesign.github.io/gwt-material-demo/ )
1515* [ 2.2 Snapshot Demo] ( http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/ )
1616
1717## Documentation
@@ -20,20 +20,20 @@ We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs
2020
2121
2222## Maven
23- ### Current Version 2.1
23+ ### Current Version 2.1.1
2424``` xml
2525<dependency >
2626 <groupId >com.github.gwtmaterialdesign</groupId >
2727 <artifactId >gwt-material</artifactId >
28- <version >2.1</version >
28+ <version >2.1.1 </version >
2929</dependency >
3030```
31- ### Snapshot Version 2.1.1 -SNAPSHOT
31+ ### Snapshot Version 2.2 -SNAPSHOT
3232``` xml
3333<dependency >
3434 <groupId >com.github.gwtmaterialdesign</groupId >
3535 <artifactId >gwt-material</artifactId >
36- <version >2.1.1 -SNAPSHOT</version >
36+ <version >2.2 -SNAPSHOT</version >
3737</dependency >
3838```
3939
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >gwt-material-parent</artifactId >
66 <groupId >com.github.gwtmaterialdesign</groupId >
7- <version >2.1.1-SNAPSHOT </version >
7+ <version >2.1.1</version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010
1818 <dependency >
1919 <groupId >com.github.gwtmaterialdesign</groupId >
2020 <artifactId >gwt-material-jquery</artifactId >
21- <version >2.1.1-SNAPSHOT </version >
21+ <version >2.1.1</version >
2222 </dependency >
2323 <dependency >
2424 <groupId >com.google.gwt</groupId >
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.gwtmaterialdesign</groupId >
77 <artifactId >gwt-material-parent</artifactId >
8- <version >2.1.1-SNAPSHOT </version >
8+ <version >2.1.1</version >
99 <packaging >pom</packaging >
1010 <modules >
1111 <module >gwt-material</module >
You can’t perform that action at this time.
0 commit comments