summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 330d05b..2fec4f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<profiles>
<profile>
- <id>dozmod-server:start</id>
+ <id>master-server:start</id>
<build>
<defaultGoal>pre-integration-test</defaultGoal>
<plugins>
@@ -47,7 +47,7 @@
</build>
</profile>
<profile>
- <id>dozmod-server:stop</id>
+ <id>master-server:stop</id>
<build>
<defaultGoal>validate</defaultGoal>
<plugins>