File tree Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 9999 <plugin >
100100 <groupId >org.apache.maven.plugins</groupId >
101101 <artifactId >maven-compiler-plugin</artifactId >
102- <version >2.4 </version >
102+ <version >3.8.1 </version >
103103 <configuration >
104- <source >1.7 </source >
105- <target >1.7 </target >
104+ <source >17 </source >
105+ <target >17 </target >
106106 </configuration >
107107 </plugin >
108108 <plugin >
Original file line number Diff line number Diff line change 9191 <plugin >
9292 <groupId >org.apache.maven.plugins</groupId >
9393 <artifactId >maven-compiler-plugin</artifactId >
94- <version >2.4 </version >
94+ <version >3.8.1 </version >
9595 <configuration >
96- <source >1.7 </source >
97- <target >1.7 </target >
96+ <source >17 </source >
97+ <target >17 </target >
9898 </configuration >
9999 </plugin >
100100 <plugin >
Original file line number Diff line number Diff line change 8585 <plugin >
8686 <groupId >org.apache.maven.plugins</groupId >
8787 <artifactId >maven-compiler-plugin</artifactId >
88- <version >2.4 </version >
88+ <version >3.8.1 </version >
8989 <configuration >
90- <source >1.7 </source >
91- <target >1.7 </target >
90+ <source >17 </source >
91+ <target >17 </target >
9292 </configuration >
9393
9494 </plugin >
105105 <plugin >
106106 <groupId >org.apache.maven.plugins</groupId >
107107 <artifactId >maven-release-plugin</artifactId >
108- <version >2.4.1 </version >
108+ <version >2.5.3 </version >
109109 </plugin >
110110 <plugin >
111111 <groupId >org.sonatype.plugins</groupId >
112112 <artifactId >nexus-staging-maven-plugin</artifactId >
113- <version >1.6.6 </version >
113+ <version >1.6.13 </version >
114114 <extensions >true</extensions >
115+ <executions >
116+ <execution >
117+ <id >default-deploy</id >
118+ <phase >deploy</phase >
119+ <goals >
120+ <goal >deploy</goal >
121+ </goals >
122+ </execution >
123+ </executions >
115124 <configuration >
116125 <serverId >ossrh</serverId >
117126 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
123132
124133<profiles >
125134 <profile >
126- <id >doclint-java8 -disable</id >
135+ <id >doclint-java17 -disable</id >
127136 <activation >
128- <jdk >[1.8 ,)</jdk >
137+ <jdk >[17 ,)</jdk >
129138 </activation >
130139 <build >
131140 <plugins >
134143 <artifactId >maven-javadoc-plugin</artifactId >
135144 <version >3.1.1</version >
136145 <configuration >
137- <source >8 </source >
146+ <source >17 </source >
138147 <additionalJOption >-Xdoclint:none</additionalJOption >
139- <javadocExecutable >${java.home} /../ bin/javadoc</javadocExecutable >
148+ <javadocExecutable >${java.home} /bin/javadoc</javadocExecutable >
140149 </configuration >
141150 </plugin >
142151 </plugins >
149158 <plugin >
150159 <groupId >org.apache.maven.plugins</groupId >
151160 <artifactId >maven-gpg-plugin</artifactId >
152- <version >1.6 </version >
161+ <version >3.1.0 </version >
153162 <executions >
154163 <execution >
155164 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments