We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ed453 commit 3db239aCopy full SHA for 3db239a
1 file changed
pom.xml
@@ -89,15 +89,15 @@
89
<build>
90
<defaultGoal>install</defaultGoal>
91
<plugins>
92
- <plugin>
93
- <groupId>org.sonatype.central</groupId>
94
- <artifactId>central-publishing-maven-plugin</artifactId>
95
- <version>0.9.0</version>
96
- <extensions>true</extensions>
97
- <configuration>
98
- <publishingServerId>central</publishingServerId>
99
- </configuration>
100
- </plugin>
+ <plugin>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.9.0</version>
+ <extensions>true</extensions>
+ <configuration>
+ <publishingServerId>central</publishingServerId>
+ </configuration>
+ </plugin>
101
<plugin>
102
<artifactId>maven-compiler-plugin</artifactId>
103
<version>3.15.0</version>
0 commit comments