Skip to content

Commit 2fe7423

Browse files
committed
Iteration for 1.5.2-SNAPSHOT as next version.
1 parent f6a0a85 commit 2fe7423

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
1616
<dependency>
1717
<groupId>com.github.gwtmaterialdesign</groupId>
1818
<artifactId>gwt-material-addins</artifactId>
19-
<version>1.6.0-SNAPSHOT</version>
19+
<version>1.5.2-SNAPSHOT</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<parent>
44
<artifactId>gwt-material-parent</artifactId>
55
<groupId>com.github.gwtmaterialdesign</groupId>
6-
<version>1.5.1</version>
6+
<version>1.5.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>gwt-material-addins</artifactId>
1111

1212
<name>Gwt Material Addins</name>
13-
<version>1.5.1</version>
13+
<version>1.5.2-SNAPSHOT</version>
1414
<description>Extra Components of GWT Material Framework</description>
1515

1616
<properties>
17-
<gwt-material.version>1.5.1</gwt-material.version>
17+
<gwt-material.version>1.5.2-SNAPSHOT</gwt-material.version>
1818
</properties>
1919

2020
<scm>
2121
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</connection>
2222
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</developerConnection>
2323
<url>http://github.com/GwtMaterialDesign/gwt-material-addins</url>
24-
<tag>v1.5.1</tag>
24+
<tag>v1.5.2-SNAPSHOT</tag>
2525
</scm>
2626

2727
<licenses>

0 commit comments

Comments
 (0)