Skip to content

Commit

Permalink
Fixes #3562 - Compliance report: artifact name should not start with …
Browse files Browse the repository at this point in the history
…'spring-boot' (#3566)
  • Loading branch information
mnriem authored Oct 19, 2023
1 parent 3ef972f commit 7a98c08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spring/spring-boot-starter-piranha-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<version>23.11.0-SNAPSHOT</version>
</parent>

<artifactId>spring-boot-starter-piranha-embedded</artifactId>
<artifactId>piranha-embedded-spring-boot-starter</artifactId>
<packaging>jar</packaging>

<name>Piranha - Spring - Piranha Embedded Starter</name>
<name>Piranha - Spring - Piranha Embedded Spring Boot Starter</name>
<description>
This module delivers the Spring Boot starter for Piranha Embedded.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/springboot-virtualthreads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.spring</groupId>
<artifactId>spring-boot-starter-piranha-embedded</artifactId>
<artifactId>piranha-embedded-spring-boot-starter</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.spring</groupId>
<artifactId>spring-boot-starter-piranha-embedded</artifactId>
<artifactId>piranha-embedded-spring-boot-starter</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 7a98c08

Please sign in to comment.