Skip to content

Commit 9c9e1cb

Browse files
committed
Preparation for 1.5.2 release
1 parent 8a71206 commit 9c9e1cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.2-SNAPSHOT</version>
6+
<version>1.5.2</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.2-SNAPSHOT</version>
13+
<version>1.5.2</version>
1414
<description>Extra Components of GWT Material Framework</description>
1515

1616
<properties>
17-
<gwt-material.version>1.5.2-SNAPSHOT</gwt-material.version>
17+
<gwt-material.version>1.5.2</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.2-SNAPSHOT</tag>
24+
<tag>v1.5.2</tag>
2525
</scm>
2626

2727
<licenses>

0 commit comments

Comments
 (0)