Skip to content

Commit 6a55c7a

Browse files
author
Phillip Webb
committed
Add additional modules to prepare profile
Require for the initial build of a new version.
1 parent 25a2b8e commit 6a55c7a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
<modules>
109109
<module>spring-boot-versions</module>
110110
<module>spring-boot-parent</module>
111+
<module>spring-boot</module>
112+
<module>spring-boot-autoconfigure</module>
113+
<module>spring-boot-actuator</module>
111114
<module>spring-boot-starters</module>
112115
<module>spring-boot-tools</module>
113116
</modules>

spring-boot-dependencies/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.springframework.boot</groupId>
54
<artifactId>spring-boot-dependencies</artifactId>
@@ -1284,4 +1283,4 @@
12841283
</plugins>
12851284
</pluginManagement>
12861285
</build>
1287-
</project>
1286+
</project>

0 commit comments

Comments
 (0)