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 >
8080 </dependency >
8181 </dependencies >
8282
83+ <build >
84+ <plugins >
85+ <plugin >
86+ <groupId >org.apache.maven.plugins</groupId >
87+ <artifactId >maven-resources-plugin</artifactId >
88+ <version >3.3.1</version >
89+ <configuration >
90+ <encoding >UTF-8</encoding >
91+ </configuration >
92+ </plugin >
93+ <plugin >
94+ <groupId >org.apache.maven.plugins</groupId >
95+ <artifactId >maven-compiler-plugin</artifactId >
96+ <version >3.11.0</version >
97+ <configuration >
98+ <source >1.8</source >
99+ <target >1.8</target >
100+ <encoding >UTF-8</encoding >
101+ </configuration >
102+ </plugin >
103+ </plugins >
104+ </build >
105+
83106 <profiles >
84107 <profile >
85108 <id >dev</id >
152175 </executions >
153176 </plugin >
154177 <plugin >
155- <groupId >org.sonatype.plugins </groupId >
156- <artifactId >nexus-staging -maven-plugin</artifactId >
157- <version >1.6.3 </version >
178+ <groupId >org.sonatype.central </groupId >
179+ <artifactId >central-publishing -maven-plugin</artifactId >
180+ <version >0.7.0 </version >
158181 <extensions >true</extensions >
159182 <configuration >
160- <serverId >sonatype-nexus-staging</serverId >
161- <nexusUrl >https://aws.oss.sonatype.org/</nexusUrl >
162- <autoReleaseAfterClose >false</autoReleaseAfterClose >
183+ <publishingServerId >central</publishingServerId >
163184 </configuration >
164185 </plugin >
165186 <plugin >
166187 <groupId >org.apache.maven.plugins</groupId >
167188 <artifactId >maven-resources-plugin</artifactId >
168- <version >3.2.0 </version >
189+ <version >3.3.1 </version >
169190 <configuration >
170191 <encoding >UTF-8</encoding >
171192 </configuration >
172193 </plugin >
173194 <plugin >
174195 <groupId >org.apache.maven.plugins</groupId >
175196 <artifactId >maven-compiler-plugin</artifactId >
176- <version >3.8.1 </version >
197+ <version >3.11.0 </version >
177198 <configuration >
178199 <annotationProcessorPaths >
179200 <path >
189210 </build >
190211 </profile >
191212 </profiles >
192- </project >
213+ </project >
0 commit comments