Skip to content

Commit

Permalink
Merge pull request #946 from GwtMaterialDesign/release_2.3
Browse files Browse the repository at this point in the history
Updated version 2.3.0
  • Loading branch information
kevzlou7979 committed Jan 10, 2020
2 parents d8f54d1 + a81d3ee commit c0f6c9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,12 +19,12 @@ We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs


## Maven
### Current Version 2.3
### Current Version 2.3.0
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material</artifactId>
<version>2.3</version>
<version>2.3.0</version>
</dependency>
```
### Snapshot Version 2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion gwt-material/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.3</version>
<version>2.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-parent</artifactId>
<version>2.3</version>
<version>2.3.0</version>
<packaging>pom</packaging>
<modules>
<module>gwt-material</module>
Expand Down Expand Up @@ -65,7 +65,7 @@
<connection>scm:git:git@github.com:GwtMaterialDesign/gwt-material.git</connection>
<developerConnection>scm:git:git@github.com:GwtMaterialDesign/gwt-material.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
<tag>v2.3</tag>
<tag>v2.3.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit c0f6c9c

Please sign in to comment.