Skip to content

Commit 70ff6fd

Browse files
committed
fix pom
1 parent a5733fc commit 70ff6fd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

springboot-example/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<version>0.0.1</version>
88
</parent>
99
<artifactId>springboot-example</artifactId>
10-
<version>0.0.1</version>
1110

1211
<name>springboot-example</name>
1312
<description>springboot-example project for Spring Boot</description>

springboot-starter-data-permission/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
56
<parent>
67
<artifactId>springboot-framework-parent</artifactId>
78
<groupId>com.codingapi.springboot</groupId>
89
<version>0.0.1</version>
910
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11+
1112

1213
<artifactId>springboot-starter-data-permission</artifactId>
1314

15+
<name>springboot-starter-data-permission</name>
16+
<description>springboot-starter-data-permission project for Spring Boot</description>
17+
1418
<properties>
1519
<java.version>1.8</java.version>
1620
</properties>

springboot-starter-security-jwt/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
56
<parent>
67
<artifactId>springboot-framework-parent</artifactId>
78
<groupId>com.codingapi.springboot</groupId>
89
<version>0.0.1</version>
910
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11+
1112
<artifactId>springboot-starter-security-jwt</artifactId>
1213

1314
<name>springboot-starter-security-jwt</name>

0 commit comments

Comments
 (0)