Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1052495

Browse files
committed
[maven-release-plugin] prepare release v2.1.1
1 parent 921cebf commit 1052495

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

android/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.firebase</groupId>
88
<artifactId>geofire</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

@@ -24,7 +24,7 @@
2424
<connection>scm:git:git@github.com:firebase/geofire-java.git</connection>
2525
<developerConnection>scm:git:git@github.com:firebase/geofire-java.git</developerConnection>
2626
<url>https://github.com/firebase/geofire-java</url>
27-
<tag>HEAD</tag>
27+
<tag>v2.1.1</tag>
2828
</scm>
2929
<licenses>
3030
<license>

java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.firebase</groupId>
88
<artifactId>geofire</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

@@ -24,7 +24,7 @@
2424
<connection>scm:git:git@github.com:firebase/geofire-java.git</connection>
2525
<developerConnection>scm:git:git@github.com:firebase/geofire-java.git</developerConnection>
2626
<url>https://github.com/firebase/geofire-java</url>
27-
<tag>HEAD</tag>
27+
<tag>v2.1.1</tag>
2828
</scm>
2929
<licenses>
3030
<license>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.firebase</groupId>
66
<artifactId>geofire</artifactId>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
<packaging>pom</packaging>
99

1010
<name>geofire</name>
@@ -18,7 +18,7 @@
1818
<connection>scm:git:git@github.com:firebase/geofire-java.git</connection>
1919
<developerConnection>scm:git:git@github.com:firebase/geofire-java.git</developerConnection>
2020
<url>https://github.com/firebase/geofire-java</url>
21-
<tag>HEAD</tag>
21+
<tag>v2.1.1</tag>
2222
</scm>
2323

2424
<developers>

0 commit comments

Comments
 (0)