Skip to content

Commit 2ab28ea

Browse files
committed
update: maven publish
1 parent f8e854f commit 2ab28ea

File tree

12 files changed

+18
-27
lines changed

12 files changed

+18
-27
lines changed

forest-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<artifactId>forest-core</artifactId>
88
<version>${revision}</version>
9+
<name>${project.artifactId}</name>
910

1011
<parent>
1112
<groupId>com.dtflys.forest</groupId>

forest-jakarta-xml/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.dtflys.forest</groupId>
87
<artifactId>forest-jakarta-xml</artifactId>
98
<version>${revision}</version>
10-
<name>forest-jakarta-xml</name>
11-
9+
<name>${project.artifactId}</name>
10+
1211
<parent>
1312
<groupId>com.dtflys.forest</groupId>
1413
<artifactId>forest</artifactId>

forest-jaxb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.dtflys.forest</groupId>
88
<artifactId>forest-jaxb</artifactId>
99
<version>${revision}</version>
10-
<name>forest-jaxb</name>
10+
<name>${project.artifactId}</name>
1111

1212
<parent>
1313
<groupId>com.dtflys.forest</groupId>

forest-mock/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.dtflys.forest</groupId>
87
<artifactId>forest-mock</artifactId>
98
<version>${revision}</version>
10-
11-
<name>forest-mock</name>
9+
<name>${project.artifactId}</name>
1210

1311
<parent>
1412
<groupId>com.dtflys.forest</groupId>

forest-solon-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.dtflys.forest</groupId>
87
<artifactId>forest-solon-plugin</artifactId>
98
<version>${revision}</version>
9+
<name>${project.artifactId}</name>
1010

1111
<parent>
1212
<groupId>com.dtflys.forest</groupId>

forest-spring-boot-starter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<artifactId>forest-spring-boot-starter</artifactId>
88
<version>${revision}</version>
9+
<name>${project.artifactId}</name>
910

1011
<parent>
1112
<groupId>com.dtflys.forest</groupId>

forest-spring-boot3-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.dtflys.forest</groupId>
87
<artifactId>forest-spring-boot3-starter</artifactId>
98
<version>${revision}</version>
109
<packaging>jar</packaging>
10+
<name>${project.artifactId}</name>
1111

1212
<parent>
1313
<groupId>com.dtflys.forest</groupId>

forest-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.dtflys.forest</groupId>
87
<artifactId>forest-spring</artifactId>
98
<version>${revision}</version>
10-
9+
<name>${project.artifactId}</name>
10+
1111
<parent>
1212
<groupId>com.dtflys.forest</groupId>
1313
<artifactId>forest</artifactId>

forest-test/forest-spring-boot-test/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
<artifactId>forest-spring-boot-test</artifactId>
1111
<version>${revision}</version>
1212
<packaging>jar</packaging>
13-
14-
<name>forest-spring-boot-test</name>
15-
<url>http://maven.apache.org</url>
13+
<name>${project.artifactId}</name>
1614

1715
<properties>
1816
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

forest-test/forest-spring-boot3-test/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
<artifactId>forest-spring-boot3-test</artifactId>
1111
<version>${revision}</version>
1212
<packaging>jar</packaging>
13-
14-
<name>forest-spring-boot-test</name>
15-
<url>http://maven.apache.org</url>
13+
<name>${project.artifactId}</name>
1614

1715
<properties>
1816
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)