Skip to content

Commit

Permalink
fix: merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Nov 29, 2024
1 parent 0e41608 commit e39c21e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion milky-concurrent/milky-concurrent-future/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-concurrent</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-concurrent-future</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-concurrent/milky-concurrent-thread/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-concurrent</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-concurrent-thread</artifactId>
Expand Down
1 change: 0 additions & 1 deletion milky-concurrent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</parent>
<artifactId>milky-concurrent</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

<modules>
<module>milky-concurrent-thread</module>
Expand Down

0 comments on commit e39c21e

Please sign in to comment.