From bea400a2833d535dc3fc18a69006b8d255ff461a Mon Sep 17 00:00:00 2001 From: Carm Date: Wed, 20 Sep 2023 22:01:00 +0800 Subject: [PATCH] fix(answer): Try to fix the problem of missing line --- api/pom.xml | 2 +- core/pom.xml | 2 +- game/api/pom.xml | 2 +- game/plugin/pom.xml | 2 +- lobby/api/pom.xml | 2 +- lobby/plugin/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 99420ff..525c41f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.0 + 1.2.1 ${project.jdk.version} diff --git a/core/pom.xml b/core/pom.xml index b4001b3..4745371 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.0 + 1.2.1 ${project.jdk.version} diff --git a/game/api/pom.xml b/game/api/pom.xml index 53a9354..bc63004 100644 --- a/game/api/pom.xml +++ b/game/api/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.0 + 1.2.1 ../../pom.xml diff --git a/game/plugin/pom.xml b/game/plugin/pom.xml index 523a730..c0adcd4 100644 --- a/game/plugin/pom.xml +++ b/game/plugin/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.0 + 1.2.1 ../../pom.xml diff --git a/lobby/api/pom.xml b/lobby/api/pom.xml index 55bed7e..2336b43 100644 --- a/lobby/api/pom.xml +++ b/lobby/api/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.0 + 1.2.1 ../../pom.xml diff --git a/lobby/plugin/pom.xml b/lobby/plugin/pom.xml index ea48101..ca6ca8e 100644 --- a/lobby/plugin/pom.xml +++ b/lobby/plugin/pom.xml @@ -6,7 +6,7 @@ com.artformgames votepass-parent - 1.2.0 + 1.2.1 ../../pom.xml diff --git a/pom.xml b/pom.xml index 20e22d3..d3c656c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.artformgames votepass-parent - 1.2.0 + 1.2.1 api lobby/api