From eee32b1e552cb7183527110edc78bf5971bf4591 Mon Sep 17 00:00:00 2001 From: fullwall Date: Thu, 25 Jun 2020 19:32:10 +0800 Subject: [PATCH] Fix dist pom to include 1.16 --- dist/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/pom.xml b/dist/pom.xml index 992f9fb5d..dc0ea71dd 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -51,14 +51,7 @@ ${project.version} jar compile - - - ${project.groupId} - citizens-v1_11_R1 - ${project.version} - jar - compile - + ${project.groupId} citizens-v1_12_R1 @@ -87,5 +80,12 @@ jar compile + + ${project.groupId} + citizens-v1_16_R1 + ${project.version} + jar + compile +