Skip to content

Commit 1bbc350

Browse files
author
王亮
committed
upload version 0.0.1
1 parent c02d804 commit 1bbc350

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.codingapi.springboot</groupId>
12-
<artifactId>springboot-framework-parent</artifactId>
12+
<artifactId>springboot-parent</artifactId>
1313
<version>0.0.1</version>
1414

1515
<url>https://github.com/codingapi/springboot-framewrok</url>
16-
<name>springboot-framework-parent</name>
17-
<description>springboot-framework-parent project for Spring Boot</description>
16+
<name>springboot-parent</name>
17+
<description>springboot-parent project for Spring Boot</description>
1818

1919
<properties>
2020
<java.version>1.8</java.version>

springboot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>com.codingapi.springboot</groupId>
6-
<artifactId>springboot-framework-parent</artifactId>
6+
<artifactId>springboot-parent</artifactId>
77
<version>0.0.1</version>
88
</parent>
99
<artifactId>springboot-example</artifactId>

springboot-starter-data-permission/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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
<parent>
7-
<artifactId>springboot-framework-parent</artifactId>
7+
<artifactId>springboot-parent</artifactId>
88
<groupId>com.codingapi.springboot</groupId>
99
<version>0.0.1</version>
1010
</parent>
11-
11+
1212

1313
<artifactId>springboot-starter-data-permission</artifactId>
1414

springboot-starter-security-jwt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
<parent>
7-
<artifactId>springboot-framework-parent</artifactId>
7+
<artifactId>springboot-parent</artifactId>
88
<groupId>com.codingapi.springboot</groupId>
99
<version>0.0.1</version>
1010
</parent>
@@ -61,4 +61,4 @@
6161
<artifactId>springboot-starter</artifactId>
6262
</dependency>
6363
</dependencies>
64-
</project>
64+
</project>

springboot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>com.codingapi.springboot</groupId>
6-
<artifactId>springboot-framework-parent</artifactId>
6+
<artifactId>springboot-parent</artifactId>
77
<version>0.0.1</version>
88
</parent>
99
<artifactId>springboot-starter</artifactId>

0 commit comments

Comments
 (0)