Skip to content

Commit 1471b33

Browse files
committed
fix(ci): fix CI failure 3
1 parent 34fe9af commit 1471b33

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040

4141
<build>
4242
<plugins>
43-
<plugin>
44-
<!-- Automatically close and deploy from OSSRH -->
45-
<groupId>org.sonatype.central</groupId>
46-
<artifactId>central-publishing-maven-plugin</artifactId>
47-
<version>0.6.0</version>
48-
<extensions>true</extensions>
49-
<configuration>
50-
<publishingServerId>ossrh</publishingServerId>
51-
<tokenAuth>true</tokenAuth>
52-
<!-- Release versions will be synced to Maven Central automatically. -->
53-
<autoPublish>true</autoPublish>
54-
</configuration>
55-
</plugin>
43+
<!-- <plugin>-->
44+
<!-- &lt;!&ndash; Automatically close and deploy from OSSRH &ndash;&gt;-->
45+
<!-- <groupId>org.sonatype.central</groupId>-->
46+
<!-- <artifactId>central-publishing-maven-plugin</artifactId>-->
47+
<!-- <version>0.6.0</version>-->
48+
<!-- <extensions>true</extensions>-->
49+
<!-- <configuration>-->
50+
<!-- <publishingServerId>ossrh</publishingServerId>-->
51+
<!-- <tokenAuth>true</tokenAuth>-->
52+
<!-- &lt;!&ndash; Release versions will be synced to Maven Central automatically. &ndash;&gt;-->
53+
<!-- <autoPublish>true</autoPublish>-->
54+
<!-- </configuration>-->
55+
<!-- </plugin>-->
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)