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

Commit

Permalink
Merge pull request #108 from osrg/suda/wip
Browse files Browse the repository at this point in the history
set `EarthquakeVersion` to 0.2.0-SNAPSHOT
  • Loading branch information
AkihiroSuda committed Feb 16, 2016
2 parents 0575190 + 3ff5041 commit 76f443c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analyzer/java/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.osrg</groupId>
<artifactId>earthquake</artifactId>
<version>0.1.2</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Earthquake Analyzer (Java)</name>
Expand Down
2 changes: 1 addition & 1 deletion earthquake/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func CLIInit(debug bool) {
RegisterKnownExplorePolicies()
}

const EarthquakeVersion = "0.1.2"
const EarthquakeVersion = "0.2.0-SNAPSHOT"

func recoverer(debug bool) {
if r := recover(); r != nil {
Expand Down
2 changes: 1 addition & 1 deletion inspector/java/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.osrg</groupId>
<artifactId>earthquake</artifactId>
<version>0.1.2</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Earthquake Inspector (Java)</name>
Expand Down

0 comments on commit 76f443c

Please sign in to comment.