JAVA-27248 Align module names, folder names and artifact id - Week 44 - 2023 (conti-1) (#15147)
Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
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>
|
||||
<artifactId>spring-boot-security-2</artifactId>
|
||||
<name>spring-boot-security-1</name>
|
||||
<name>spring-boot-security-2</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Spring Boot Security Auto-Configuration</description>
|
||||
|
||||
|
||||
@@ -3,16 +3,18 @@
|
||||
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>
|
||||
<name>spring-boot-ssl-bundles</name>
|
||||
<artifactId>spring-boot-ssl-bundles</artifactId>
|
||||
<description>Module for showing usage of SSL Bundles</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-3</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-3</relativePath>
|
||||
</parent>
|
||||
<artifactId>springbootsslbundles</artifactId>
|
||||
<name>spring-boot-ssl-bundles</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Module for showing usage of SSL Bundles</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user