Skip to content

Commit

Permalink
Merge pull request #17 from pokemongo-dev-contrib/20180810_last_stand
Browse files Browse the repository at this point in the history
20180810 last stand
  • Loading branch information
BrunnerLivio authored Aug 20, 2018
2 parents 9e41452 + a74185e commit 312ed95
Show file tree
Hide file tree
Showing 7 changed files with 52,226 additions and 198 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ docker run \
-v "$(pwd)/GAME_MASTER.protobuf:/var/lib/pokemongo-game-master/GAME_MASTER.protobuf" \
-v "$(pwd)/.git:/var/lib/pokemongo-game-master/.git" \
-v "$HOME/.gitconfig:/root/.gitconfig" \
-v "$HOME/.m2:/root/.m2" \
-it "$USER/pokemongo-game-master" \
-f /var/lib/pokemongo-game-master/GAME_MASTER.protobuf --latest

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.pokebattler</groupId>
<artifactId>pokemongo-game-master</artifactId>
<version>2.30.0</version>
<version>2.30.2</version>
<packaging>jar</packaging>

<name>PokeBattler Fight</name>
Expand All @@ -13,7 +13,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<gamemaster.version>2.30.0</gamemaster.version>
<gamemaster.version>2.30.2</gamemaster.version>
</properties>
<repositories>
<repository>
Expand Down
Loading

0 comments on commit 312ed95

Please sign in to comment.