11<project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd" >
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
66 <groupId >com.amazonaws</groupId >
152152 </executions >
153153 </plugin >
154154 <plugin >
155- <groupId >org.sonatype.plugins </groupId >
156- <artifactId >nexus-staging -maven-plugin</artifactId >
157- <version >1.6.3 </version >
155+ <groupId >org.sonatype.central </groupId >
156+ <artifactId >central-publishing -maven-plugin</artifactId >
157+ <version >0.8.0 </version >
158158 <extensions >true</extensions >
159159 <configuration >
160- <serverId >sonatype-nexus-staging</serverId >
161- <nexusUrl >https://aws.oss.sonatype.org/</nexusUrl >
162- <autoReleaseAfterClose >false</autoReleaseAfterClose >
160+ <publishingServerId >central</publishingServerId >
163161 </configuration >
164162 </plugin >
165163 <plugin >
166164 <groupId >org.apache.maven.plugins</groupId >
167165 <artifactId >maven-resources-plugin</artifactId >
168- <version >3.2.0 </version >
166+ <version >3.3.1 </version >
169167 <configuration >
170168 <encoding >UTF-8</encoding >
171169 </configuration >
172170 </plugin >
173171 <plugin >
174172 <groupId >org.apache.maven.plugins</groupId >
175173 <artifactId >maven-compiler-plugin</artifactId >
176- <version >3.8.1 </version >
174+ <version >3.11.0 </version >
177175 <configuration >
178176 <annotationProcessorPaths >
179177 <path >
189187 </build >
190188 </profile >
191189 </profiles >
192- </project >
190+ </project >
0 commit comments