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

Commit 76f443c

Browse files
committed
Merge pull request #108 from osrg/suda/wip
set `EarthquakeVersion` to 0.2.0-SNAPSHOT
2 parents 0575190 + 3ff5041 commit 76f443c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

analyzer/java/base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.osrg</groupId>
66
<artifactId>earthquake</artifactId>
7-
<version>0.1.2</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Earthquake Analyzer (Java)</name>

earthquake/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func CLIInit(debug bool) {
3232
RegisterKnownExplorePolicies()
3333
}
3434

35-
const EarthquakeVersion = "0.1.2"
35+
const EarthquakeVersion = "0.2.0-SNAPSHOT"
3636

3737
func recoverer(debug bool) {
3838
if r := recover(); r != nil {

inspector/java/base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.osrg</groupId>
66
<artifactId>earthquake</artifactId>
7-
<version>0.1.2</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Earthquake Inspector (Java)</name>

0 commit comments

Comments
 (0)