Skip to content

Commit 1be09cc

Browse files
committed
Iteration for next snapshot
1 parent bc0f287 commit 1be09cc

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
@@ -5,25 +5,25 @@
55
<parent>
66
<artifactId>gwt-material-parent</artifactId>
77
<groupId>com.github.gwtmaterialdesign</groupId>
8-
<version>2.2-rc1</version>
8+
<version>2.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gwt-material-addins</artifactId>
1212
<packaging>gwt-lib</packaging>
1313

1414
<name>Gwt Material Addins</name>
15-
<version>2.2-rc1</version>
15+
<version>2.2-SNAPSHOT</version>
1616
<description>Extra Components of GWT Material Framework</description>
1717

1818
<properties>
19-
<gwt-material.version>2.2-rc1</gwt-material.version>
19+
<gwt-material.version>2.2-SNAPSHOT</gwt-material.version>
2020
</properties>
2121

2222
<scm>
2323
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</connection>
2424
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</developerConnection>
2525
<url>http://github.com/GwtMaterialDesign/gwt-material-addins</url>
26-
<tag>v2.2-rc1</tag>
26+
<tag>v2.2-SNAPSHOT</tag>
2727
</scm>
2828

2929
<licenses>

0 commit comments

Comments
 (0)