Skip to content

Commit

Permalink
Merge pull request GwtMaterialDesign#353 from GwtMaterialDesign/relea…
Browse files Browse the repository at this point in the history
…se_1.5.2

Updated for 1.5.2 snapshot.
  • Loading branch information
kevzlou7979 committed Jun 6, 2016
2 parents 21e4d8c + f214631 commit 1a645fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs
<version>1.5.1</version>
</dependency>
```
### Snapshot Version 1.6.0-SNAPSHOT
### Snapshot Version 1.5.2-SNAPSHOT
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gwt-material/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-parent</artifactId>
<packaging>pom</packaging>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</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>v1.5.1</tag>
<tag>v1.5.2-SNAPSHOT</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 1a645fa

Please sign in to comment.