Skip to content

Commit

Permalink
Preparation for 2.0-rc5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed May 11, 2017
1 parent 7735267 commit f4f92a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Easily setup your gwt-material-project thru maven
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-basic</artifactId>
<version>1.3</version>
<version>2.0-rc5</version>
</dependency>

```

## Included projects
1. gwt-material 1.6.0
2. gwt-material-addins 1.6.0
3. gwt-material-themes 1.6.0
1. gwt-material 2.0-rc5
2. gwt-material-addins 2.0-rc5
3. gwt-material-themes 2.0-rc5
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.0-rc4</version>
<version>2.0-rc5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-basic</artifactId>
<version>1.3</version>
<version>2.0-rc5</version>

<packaging>war</packaging>
<name>GWTP Basic</name>

<properties>
<!-- client -->
<gwt.version>2.7.0</gwt.version>
<gwt.version>2.8.0</gwt.version>
<gwtp.version>1.4</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>2.0-rc4</gwt-material.version>
<gwt-material.version>2.0-rc5</gwt-material.version>
<gwt.style>OBF</gwt.style>

<!-- maven -->
Expand Down

0 comments on commit f4f92a8

Please sign in to comment.