Skip to content

Commit d95da20

Browse files
committed
Release 1.6.0 - Version Update
1 parent d50d7ce commit d95da20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
77
<dependency>
88
<groupId>com.github.gwtmaterialdesign</groupId>
99
<artifactId>gwt-material-addins</artifactId>
10-
<version>1.5.2</version>
10+
<version>1.6.0</version>
1111
</dependency>
1212
```
1313

@@ -16,7 +16,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
1616
<dependency>
1717
<groupId>com.github.gwtmaterialdesign</groupId>
1818
<artifactId>gwt-material-addins</artifactId>
19-
<version>1.6.0-SNAPSHOT</version>
19+
<version>2.0-SNAPSHOT</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<artifactId>gwt-material-parent</artifactId>
55
<groupId>com.github.gwtmaterialdesign</groupId>
6-
<version>1.6.0-SNAPSHOT</version>
6+
<version>1.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>gwt-material-addins</artifactId>
1111

1212
<name>Gwt Material Addins</name>
13-
<version>1.6.0-SNAPSHOT</version>
13+
<version>1.6.0</version>
1414
<description>Extra Components of GWT Material Framework</description>
1515

1616
<properties>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</connection>
2222
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</developerConnection>
2323
<url>http://github.com/GwtMaterialDesign/gwt-material-addins</url>
24-
<tag>v1.6.0-SNAPSHOT</tag>
24+
<tag>v1.6.0</tag>
2525
</scm>
2626

2727
<licenses>

0 commit comments

Comments
 (0)