Skip to content

Commit

Permalink
Preparation for 2.0-rc6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Jul 31, 2017
1 parent 5dbacb1 commit f53abf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<br/>

## Demo
* [2.0-rc5 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
* [2.0-rc6 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
* [2.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/2.1/)

Expand All @@ -17,12 +17,12 @@ We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs


## Maven
### Current Version 2.0-rc5
### Current Version 2.0-rc6
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material</artifactId>
<version>2.0-rc5</version>
<version>2.0-rc6</version>
</dependency>
```
### Snapshot Version 2.0-SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions gwt-material/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.0-rc6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-jquery</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-rc6</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-parent</artifactId>
<packaging>pom</packaging>
<version>2.0-SNAPSHOT</version>
<version>2.0-rc6</version>

<modules>
<module>gwt-material</module>
Expand Down Expand Up @@ -62,7 +62,7 @@
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
<tag>v2.0-SNAPSHOT</tag>
<tag>v2.0-rc6</tag>
</scm>

<licenses>
Expand Down

0 comments on commit f53abf3

Please sign in to comment.