Skip to content

Commit 556f9a7

Browse files
committed
Preparation for 2.0-rc2 release
1 parent 79df039 commit 556f9a7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<br/>
77

88
## Demo
9-
* [2.0-rc1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
9+
* [2.0-rc2 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
1010
* [2.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
1111

1212
## Documentation
@@ -15,12 +15,12 @@ We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs
1515

1616

1717
## Maven
18-
### Current Version 2.0-rc1
18+
### Current Version 2.0-rc2
1919
```xml
2020
<dependency>
2121
<groupId>com.github.gwtmaterialdesign</groupId>
2222
<artifactId>gwt-material</artifactId>
23-
<version>2.0-rc1</version>
23+
<version>2.0-rc2</version>
2424
</dependency>
2525
```
2626
### Snapshot Version 2.0-SNAPSHOT

gwt-material/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
<modelVersion>4.0.0</modelVersion>
1010

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.github.gwtmaterialdesign</groupId>
1919
<artifactId>gwt-material-jquery</artifactId>
20-
<version>1.0-SNAPSHOT</version>
20+
<version>1.0-rc2</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.google.gwt</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.gwtmaterialdesign</groupId>
77
<artifactId>gwt-material-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>2.0-SNAPSHOT</version>
9+
<version>2.0-rc2</version>
1010

1111
<modules>
1212
<module>gwt-material</module>
@@ -63,7 +63,7 @@
6363
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
6464
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
6565
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
66-
<tag>v2.0-SNAPSHOT</tag>
66+
<tag>v2.0-rc2</tag>
6767
</scm>
6868

6969
<licenses>

0 commit comments

Comments
 (0)