Skip to content

Commit a75e5b8

Browse files
committed
Notify Maven Central Repository that the group ID has changed
1 parent ba849bb commit a75e5b8

File tree

1 file changed

+5
-1
lines changed
  • logback-access-spring-boot-starter

1 file changed

+5
-1
lines changed

logback-access-spring-boot-starter/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>net.rakugakibox.spring.boot</groupId>
88
<artifactId>logback-access-spring-boot-starter</artifactId>
9-
<version>2.11.0</version>
9+
<version>2.12.0</version>
1010
<packaging>jar</packaging>
1111
<name>logback-access-spring-boot-starter</name>
1212
<description>Spring Boot Starter for Logback-access</description>
@@ -63,6 +63,10 @@
6363
<id>ossrh</id>
6464
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
6565
</repository>
66+
<relocation>
67+
<groupId>dev.akkinoc.spring.boot</groupId>
68+
<artifactId>logback-access-spring-boot-starter</artifactId>
69+
</relocation>
6670
</distributionManagement>
6771

6872
<properties>

0 commit comments

Comments
 (0)