Skip to content

Commit 74af262

Browse files
committed
Preparation for 2.0.1 Release.
1 parent 2ec190e commit 74af262

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
1111
<dependency>
1212
<groupId>com.github.gwtmaterialdesign</groupId>
1313
<artifactId>gwt-material-addins</artifactId>
14-
<version>2.0</version>
14+
<version>2.0.1</version>
1515
</dependency>
1616
```
1717

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
<parent>
66
<artifactId>gwt-material-parent</artifactId>
77
<groupId>com.github.gwtmaterialdesign</groupId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

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

1313
<name>Gwt Material Addins</name>
14-
<version>2.0.1-SNAPSHOT</version>
14+
<version>2.0.1</version>
1515
<description>Extra Components of GWT Material Framework</description>
1616

1717
<properties>
18-
<gwt-material.version>2.0.1-SNAPSHOT</gwt-material.version>
18+
<gwt-material.version>2.0.1</gwt-material.version>
1919
</properties>
2020

2121
<scm>
2222
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</connection>
2323
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</developerConnection>
2424
<url>http://github.com/GwtMaterialDesign/gwt-material-addins</url>
25-
<tag>v2.0.1-SNAPSHOT</tag>
25+
<tag>v2.0.1</tag>
2626
</scm>
2727

2828
<licenses>

0 commit comments

Comments
 (0)