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

Commit 146c3bb

Browse files
committed
[maven-release-plugin] prepare release v2.0.0
1 parent 7d704c7 commit 146c3bb

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

android/pom.xml

Lines changed: 2 additions & 1 deletion
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.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

@@ -24,6 +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>v2.0.0</tag>
2728
</scm>
2829
<licenses>
2930
<license>

java/pom.xml

Lines changed: 2 additions & 1 deletion
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.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

@@ -24,6 +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>v2.0.0</tag>
2728
</scm>
2829
<licenses>
2930
<license>

pom.xml

Lines changed: 2 additions & 1 deletion
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.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<packaging>pom</packaging>
99

1010
<name>geofire</name>
@@ -18,6 +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>v2.0.0</tag>
2122
</scm>
2223

2324
<licenses>

0 commit comments

Comments
 (0)