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

Commit

Permalink
[maven-release-plugin] prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Aug 31, 2016
1 parent 4ae91f5 commit 04d6bc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.firebase</groupId>
<artifactId>geofire</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<connection>scm:git:git@github.com:firebase/geofire-java.git</connection>
<developerConnection>scm:git:git@github.com:firebase/geofire-java.git</developerConnection>
<url>https://github.com/firebase/geofire-java</url>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.firebase</groupId>
<artifactId>geofire</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<connection>scm:git:git@github.com:firebase/geofire-java.git</connection>
<developerConnection>scm:git:git@github.com:firebase/geofire-java.git</developerConnection>
<url>https://github.com/firebase/geofire-java</url>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.firebase</groupId>
<artifactId>geofire</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<name>geofire</name>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:git@github.com:firebase/geofire-java.git</connection>
<developerConnection>scm:git:git@github.com:firebase/geofire-java.git</developerConnection>
<url>https://github.com/firebase/geofire-java</url>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 04d6bc6

Please sign in to comment.