Skip to content

Commit 7e68c2a

Browse files
committed
Upd pom.xml
1 parent 05b9412 commit 7e68c2a

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

pom.xml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-gpg-plugin</artifactId>
77-
<version>1.6</version>
77+
<version>3.2.8</version>
7878
<executions>
7979
<execution>
8080
<id>sign-artifacts</id>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-javadoc-plugin</artifactId>
94-
<version>3.2.0</version>
94+
<version>3.12.0</version>
9595
<executions>
9696
<execution>
9797
<id>attach-javadocs</id>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-source-plugin</artifactId>
110-
<version>3.2.1</version>
110+
<version>3.3.1</version>
111111
<executions>
112112
<execution>
113113
<id>attach-sources</id>
@@ -124,27 +124,29 @@
124124
<distributionManagement>
125125
<snapshotRepository>
126126
<id>central</id>
127-
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
127+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
128128
</snapshotRepository>
129129
<repository>
130130
<id>central</id>
131-
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
131+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
132132
</repository>
133133
</distributionManagement>
134134

135135
<build>
136+
<plugins>
137+
<plugin>
138+
<groupId>org.sonatype.central</groupId>
139+
<artifactId>central-publishing-maven-plugin</artifactId>
140+
<version>0.9.0</version>
141+
<extensions>true</extensions>
142+
<configuration>
143+
<publishingServerId>central</publishingServerId>
144+
</configuration>
145+
</plugin>
146+
</plugins>
136147

137148
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
138149
<plugins>
139-
<plugin>
140-
<groupId>org.sonatype.central</groupId>
141-
<artifactId>central-publishing-maven-plugin</artifactId>
142-
<version>0.9.0</version>
143-
<extensions>true</extensions>
144-
<configuration>
145-
<publishingServerId>central</publishingServerId>
146-
</configuration>
147-
</plugin>
148150
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
149151
<plugin>
150152
<artifactId>maven-clean-plugin</artifactId>
@@ -171,10 +173,6 @@
171173
<artifactId>maven-install-plugin</artifactId>
172174
<version>2.5.2</version>
173175
</plugin>
174-
<plugin>
175-
<artifactId>maven-deploy-plugin</artifactId>
176-
<version>2.8.2</version>
177-
</plugin>
178176
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
179177
<plugin>
180178
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)