Skip to content

Commit

Permalink
chore: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muehre committed Aug 13, 2018
1 parent 6c2c12d commit 95d5deb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- 25565:25577
volumes:
- ./target/assembly/ContainerManager.jar:/server/plugins/ContainerManager.jar
- ./target/assembly/DockerizedCraft.jar:/server/plugins/DockerizedCraft.jar
- //var/run/docker.sock:/var/run/docker.sock
networks:
- local
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>de.craftmania</groupId>
<artifactId>ContainerManager</artifactId>
<version>0.1.0</version>
<artifactId>DockerizedCraft</artifactId>
<version>0.2.0</version>

<repositories>
<repository>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ContainerManager
main: de.craftmania.dockerizedcraft.ContainerManager
version: 0.1.0
name: DockerizedCraft
main: de.craftmania.dockerizedcraft.DockerizedCraft
version: 0.2.0
author: Muehre

0 comments on commit 95d5deb

Please sign in to comment.