From d24a0b4c2cd227054bc3647269f346173d3018e2 Mon Sep 17 00:00:00 2001 From: frogif Date: Wed, 6 Sep 2023 11:57:57 +0800 Subject: [PATCH] fix: pom modify --- calculator-core/pom.xml | 2 +- calculator-number/pom.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/calculator-core/pom.xml b/calculator-core/pom.xml index 9144cea..ca3b0bd 100644 --- a/calculator-core/pom.xml +++ b/calculator-core/pom.xml @@ -22,7 +22,7 @@ io.github.frogif calculator-number - ${project.version} + 1.0 diff --git a/calculator-number/pom.xml b/calculator-number/pom.xml index 10d8181..2d4d67b 100644 --- a/calculator-number/pom.xml +++ b/calculator-number/pom.xml @@ -3,12 +3,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - - - - - io.github.frogif calculator-number