Skip to content

Commit

Permalink
Merge pull request #12 from GwtMaterialDesign/release_2.0
Browse files Browse the repository at this point in the history
Preparation for 2.0-rc2 release
  • Loading branch information
kevzlou7979 authored Nov 11, 2016
2 parents 5fdaede + 4e21581 commit baeb390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gwt Material Design Themes for https://github.com/GwtMaterialDesign/gwt-material
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-themes</artifactId>
<version>2.0-rc1</version>
<version>2.0-rc2</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>gwt-material-themes</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-rc2</version>

<name>Gwt Material Themes</name>
<description>Themes for gwt-material</description>
Expand All @@ -23,7 +23,7 @@
<connection>scm:git:git@github.com:GwtMaterialDesign/gwt-material-themes.git</connection>
<developerConnection>scm:git:git@github.com:GwtMaterialDesign/gwt-material-themes.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material-themes</url>
<tag>v2.0-SNAPSHOT</tag>
<tag>v2.0-rc2</tag>
</scm>

<licenses>
Expand Down

0 comments on commit baeb390

Please sign in to comment.