We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc43e5e commit 69fa20aCopy full SHA for 69fa20a
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.flowingcode.vaadin.addons</groupId>
6
<artifactId>google-maps</artifactId>
7
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</version>
8
<name>Google Maps Addon</name>
9
<description>Integration of google-map for Vaadin platform</description>
10
@@ -38,7 +38,7 @@
38
<url>https://github.com/FlowingCode/GoogleMapsAddon</url>
39
<connection>scm:git:git://github.com/FlowingCode/GoogleMapsAddon.git</connection>
40
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/GoogleMapsAddon.git</developerConnection>
41
- <tag>HEAD</tag>
+ <tag>google-maps-2.2.1</tag>
42
</scm>
43
44
<developers>
0 commit comments