forked from spring-projects/spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix POMs for the updated build/release process
Fix POMs following project relocations and apply CI friendly Maven conventions. See spring-projectsgh-9316
- Loading branch information
Showing
85 changed files
with
1,214 additions
and
1,741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-build</artifactId> | ||
<version>${revision}</version> | ||
</parent> | ||
<artifactId>spring-boot-project</artifactId> | ||
<packaging>pom</packaging> | ||
<name>Spring Boot Build</name> | ||
<description>Spring Boot Build</description> | ||
<properties> | ||
<main.basedir>${basedir}/../..</main.basedir> | ||
</properties> | ||
<modules> | ||
<module>spring-boot-dependencies</module> | ||
<module>spring-boot-parent</module> | ||
<module>spring-boot</module> | ||
<module>spring-boot-actuator</module> | ||
<module>spring-boot-actuator-autoconfigure</module> | ||
<module>spring-boot-autoconfigure</module> | ||
<module>spring-boot-cli</module> | ||
<module>spring-boot-devtools</module> | ||
<module>spring-boot-test</module> | ||
<module>spring-boot-test-autoconfigure</module> | ||
<module>spring-boot-tools</module> | ||
<module>spring-boot-starters</module> | ||
<module>spring-boot-docs</module> | ||
</modules> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.