Skip to content

Commit

Permalink
fix: pom modify
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogIf committed Sep 6, 2023
1 parent 4959efe commit d24a0b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion calculator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>io.github.frogif</groupId>
<artifactId>calculator-number</artifactId>
<version>${project.version}</version>
<version>1.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 0 additions & 6 deletions calculator-number/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<modelVersion>4.0.0</modelVersion>
<!-- <parent>-->
<!-- <groupId>io.github.frogif</groupId>-->
<!-- <artifactId>calculator</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- <relativePath>../pom.xml</relativePath>-->
<!-- </parent>-->

<groupId>io.github.frogif</groupId>
<name>calculator-number</name>
Expand Down

0 comments on commit d24a0b4

Please sign in to comment.