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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Jul 8, 2016
1 parent 7d704c7 commit 146c3bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -24,6 +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>v2.0.0</tag>
</scm>
<licenses>
<license>
Expand Down
3 changes: 2 additions & 1 deletion 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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -24,6 +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>v2.0.0</tag>
</scm>
<licenses>
<license>
Expand Down
3 changes: 2 additions & 1 deletion 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.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

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

<licenses>
Expand Down

0 comments on commit 146c3bb

Please sign in to comment.