File tree Expand file tree Collapse file tree 8 files changed +106
-102
lines changed
filesecurity-spring-boot-autoconfigure
filesecurity-spring-boot-samples
filesecurity-spring-boot-sample-annotation
filesecurity-spring-boot-sample-properties
filesecurity-spring-boot-starter Expand file tree Collapse file tree 8 files changed +106
-102
lines changed Original file line number Diff line number Diff line change 5858 <version >${filesecurity.version} </version >
5959 </dependency >
6060 </dependencies >
61-
6261</project >
Original file line number Diff line number Diff line change 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-
65 <parent >
76 <artifactId >filesecurity-spring-boot-samples</artifactId >
87 <groupId >top.huangliusong2019</groupId >
1413 <artifactId >filesecurity-spring-boot-sample-annotation</artifactId >
1514 <version >${filesecurity-spring-boot-samples-annotation.version} </version >
1615
17-
1816 <dependencies >
1917 <dependency >
2018 <groupId >top.huangliusong2019</groupId >
2119 <artifactId >filesecurity-spring-boot-autoconfigure</artifactId >
2220 <version >${filesecurity-spring-boot-test-autoconfigure.version} </version >
2321 </dependency >
2422 </dependencies >
25-
2623</project >
Original file line number Diff line number Diff line change 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-
65 <parent >
76 <artifactId >filesecurity-spring-boot-samples</artifactId >
87 <groupId >top.huangliusong2019</groupId >
98 <version >1.1.1-SNAPSHOT</version >
109 </parent >
11-
1210
1311 <modelVersion >4.0.0</modelVersion >
1412
2220 <version >${filesecurity-spring-boot-test-autoconfigure.version} </version >
2321 </dependency >
2422 </dependencies >
25-
2623</project >
Original file line number Diff line number Diff line change 1010
1111 <modelVersion >4.0.0</modelVersion >
1212
13-
1413 <artifactId >filesecurity-spring-boot-samples</artifactId >
1514 <packaging >pom</packaging >
1615 <version >1.1.1-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1212 <artifactId >filesecurity-spring-boot-starter</artifactId >
1313 <version >${filesecurity-spring-boot-starter.version} </version >
1414
15-
1615 <dependencies >
1716 <dependency >
1817 <groupId >top.huangliusong2019</groupId >
3635 <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
3736 </snapshotRepository >
3837 </distributionManagement >
39-
4038</project >
Original file line number Diff line number Diff line change 1313 <artifactId >filesecurity</artifactId >
1414 <version >${filesecurity.version} </version >
1515
16-
1716</project >
Original file line number Diff line number Diff line change 1616 <version >1.1.1-SNAPSHOT</version >
1717
1818 <modules >
19- <module >filesecurity-spring-boot-autoconfigure</module >
20- <module >filesecurity-spring-boot-test-autoconfigure</module >
21- <module >filesecurity-spring-boot-samples</module >
2219 <module >filesecurity</module >
20+ <module >filesecurity-spring-boot-samples</module >
2321 <module >filesecurity-spring-boot-starter</module >
22+ <module >filesecurity-spring-boot-autoconfigure</module >
23+ <module >filesecurity-spring-boot-test-autoconfigure</module >
2424 </modules >
2525
2626 <properties >
3434 <filesecurity-spring-boot-test-autoconfigure .version>1.1.1-SNAPSHOT</filesecurity-spring-boot-test-autoconfigure .version>
3535 </properties >
3636
37-
3837 <dependencies >
3938 <dependency >
4039 <groupId >org.springframework.boot</groupId >
5453 <distribution >repo</distribution >
5554 </license >
5655 </licenses >
56+
5757 <scm >
5858 <tag >master</tag >
5959 <url >git@github.com:huangliusong/filesecurityspringboot.git</url >
6060 <connection >scm:git@github.com:huangliusong/filesecurityspringboot.git</connection >
6161 <developerConnection >scm:git@github.com:huangliusong/filesecurityspringboot.git</developerConnection >
6262 </scm >
63+
6364 <developers >
6465 <developer >
6566 <name >huangliusong</name >
6869 </developer >
6970 </developers >
7071
71-
7272 <distributionManagement >
7373 <repository >
7474 <id >releases</id >
114114 <target >1.8</target >
115115 </configuration >
116116 </plugin >
117-
118117 </plugins >
119118 </build >
120119</project >
You can’t perform that action at this time.
0 commit comments