Skip to content

Commit 685ffcd

Browse files
committed
Preparation for 2.0-rc2 release
1 parent 5b43969 commit 685ffcd

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
@@ -8,7 +8,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
88
<dependency>
99
<groupId>com.github.gwtmaterialdesign</groupId>
1010
<artifactId>gwt-material-addins</artifactId>
11-
<version>2.0-rc1</version>
11+
<version>2.0-rc2</version>
1212
</dependency>
1313
```
1414

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
<parent>
55
<artifactId>gwt-material-parent</artifactId>
66
<groupId>com.github.gwtmaterialdesign</groupId>
7-
<version>2.0-SNAPSHOT</version>
7+
<version>2.0-rc2</version>
88
</parent>
99

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

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

1616
<properties>
17-
<gwt-material.version>2.0-SNAPSHOT</gwt-material.version>
17+
<gwt-material.version>2.0-rc2</gwt-material.version>
1818
</properties>
1919

2020
<scm>
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>v2.0-SNAPSHOT</tag>
24+
<tag>v2.0-rc2</tag>
2525
</scm>
2626

2727
<licenses>

0 commit comments

Comments
 (0)