Skip to content

Commit

Permalink
🚀 change wings.ancient to wings-boot #244
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed May 27, 2024
1 parent cd904f7 commit 626d78c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>pro.fessional.wings</groupId>
<artifactId>ancient</artifactId>
<groupId>pro.fessional</groupId>
<artifactId>wings-boot</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>

<name>Ancient::</name>
<name>WingsBoot::</name>
<description>万物生长靠日 ☀️ Growing Need the F^king Sun</description>
<url>https://wings.fessional.pro</url>

Expand Down Expand Up @@ -283,7 +283,7 @@
<artifactId>testing-batrider</artifactId>
<version>${wings.version}</version>
</dependency>
<!-- pro.fessional.wings radiant -->
<!-- pro.fessional.wings:radiant -->
<dependency>
<groupId>pro.fessional.wings</groupId>
<artifactId>tiny-task</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions radiant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>pro.fessional.wings</groupId>
<artifactId>ancient</artifactId>
<groupId>pro.fessional</groupId>
<artifactId>wings-boot</artifactId>
<version>${revision}</version>
</parent>

<groupId>pro.fessional.wings</groupId>
<artifactId>radiant</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
Expand Down
5 changes: 2 additions & 3 deletions wings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>pro.fessional.wings</groupId>
<artifactId>ancient</artifactId>
<groupId>pro.fessional</groupId>
<artifactId>wings-boot</artifactId>
<version>${revision}</version>
</parent>

<groupId>pro.fessional</groupId>
<artifactId>wings</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit 626d78c

Please sign in to comment.