File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
src/main/java/gwt/material/design/addins/client/fileuploader/js Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 66
77Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material <br >
88
9- ## Current Version 2.6.0
9+ ## Current Version 2.6.0-rc1
1010``` xml
1111<dependency >
1212 <groupId >com.github.gwtmaterialdesign</groupId >
1313 <artifactId >gwt-material-addins</artifactId >
14- <version >2.6.0</version >
14+ <version >2.6.0-rc1 </version >
1515</dependency >
1616```
1717
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >gwt-material-parent</artifactId >
77 <groupId >com.github.gwtmaterialdesign</groupId >
8- <version >2.6.0-SNAPSHOT </version >
8+ <version >2.6.0-rc1 </version >
99 </parent >
1010
1111 <artifactId >gwt-material-addins</artifactId >
2424 <
connection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material-addins.git</
connection >
2525 <
developerConnection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material-addins.git</
developerConnection >
2626 <url >http://github.com/GwtMaterialDesign/gwt-material-addins</url >
27- <tag >v2.6.0</tag >
27+ <tag >v2.6.0-rc1 </tag >
2828 </scm >
2929
3030 <licenses >
Original file line number Diff line number Diff line change 1+ /*
2+ * #%L
3+ * GwtMaterial
4+ * %%
5+ * Copyright (C) 2015 - 2022 GwtMaterialDesign
6+ * %%
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ * #L%
19+ */
120package gwt .material .design .addins .client .fileuploader .js ;
221
322import jsinterop .annotations .JsPackage ;
You can’t perform that action at this time.
0 commit comments