|
26 | 26 |
|
27 | 27 | <properties>
|
28 | 28 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
29 |
| - <maven.compiler.source>1.7</maven.compiler.source> |
30 |
| - <maven.compiler.target>1.7</maven.compiler.target> |
| 29 | + <maven.compiler.release>7</maven.compiler.release> |
31 | 30 | <testng.version>6.10</testng.version>
|
32 |
| - <toolchains-plugin.version>3.0.0</toolchains-plugin.version> |
33 |
| - <surefire-plugin.version>2.22.2</surefire-plugin.version> |
| 31 | + <compiler-plugin.version>3.8.1</compiler-plugin.version> |
| 32 | + <surefire-plugin.version>3.0.0-M5</surefire-plugin.version> |
34 | 33 | <source-plugin.version>3.2.0</source-plugin.version>
|
35 | 34 | <javadoc-plugin.version>3.1.1</javadoc-plugin.version>
|
36 |
| - <guava.version>28.1-android</guava.version> |
| 35 | + <guava.version>30.1.1-android</guava.version> |
37 | 36 | <gpg-plugin.version>1.6</gpg-plugin.version>
|
38 | 37 | <staging-plugin.version>1.6.8</staging-plugin.version>
|
39 | 38 | <release-plugin.version>2.5.3</release-plugin.version>
|
|
101 | 100 | <plugins>
|
102 | 101 | <plugin>
|
103 | 102 | <groupId>org.apache.maven.plugins</groupId>
|
104 |
| - <artifactId>maven-toolchains-plugin</artifactId> |
105 |
| - <version>${toolchains-plugin.version}</version> |
| 103 | + <artifactId>maven-compiler-plugin</artifactId> |
| 104 | + <version>${compiler-plugin.version}</version> |
106 | 105 | </plugin>
|
107 | 106 | <plugin>
|
108 | 107 | <groupId>org.apache.maven.plugins</groupId>
|
109 |
| - <artifactId>maven-source-plugin</artifactId> |
110 |
| - <version>${source-plugin.version}</version> |
| 108 | + <artifactId>maven-surefire-plugin</artifactId> |
| 109 | + <version>${surefire-plugin.version}</version> |
111 | 110 | </plugin>
|
112 | 111 | <plugin>
|
113 | 112 | <groupId>org.apache.maven.plugins</groupId>
|
114 |
| - <artifactId>maven-surefire-plugin</artifactId> |
115 |
| - <version>${surefire-plugin.version}</version> |
| 113 | + <artifactId>maven-source-plugin</artifactId> |
| 114 | + <version>${source-plugin.version}</version> |
116 | 115 | </plugin>
|
117 | 116 | <plugin>
|
118 | 117 | <groupId>org.apache.maven.plugins</groupId>
|
|
134 | 133 | <artifactId>maven-release-plugin</artifactId>
|
135 | 134 | <version>${release-plugin.version}</version>
|
136 | 135 | </plugin>
|
137 |
| - <plugin> |
138 |
| - <groupId>org.eclipse.m2e</groupId> |
139 |
| - <artifactId>lifecycle-mapping</artifactId> |
140 |
| - <version>1.0.0</version> |
141 |
| - <configuration> |
142 |
| - <lifecycleMappingMetadata> |
143 |
| - <pluginExecutions> |
144 |
| - <pluginExecution> |
145 |
| - <pluginExecutionFilter> |
146 |
| - <groupId>org.apache.maven.plugins</groupId> |
147 |
| - <artifactId>maven-toolchains-plugin</artifactId> |
148 |
| - <versionRange>[1.0.0,)</versionRange> |
149 |
| - <goals> |
150 |
| - <goal>toolchain</goal> |
151 |
| - </goals> |
152 |
| - </pluginExecutionFilter> |
153 |
| - <action> |
154 |
| - <execute /> |
155 |
| - </action> |
156 |
| - </pluginExecution> |
157 |
| - </pluginExecutions> |
158 |
| - </lifecycleMappingMetadata> |
159 |
| - </configuration> |
160 |
| - </plugin> |
161 | 136 | </plugins>
|
162 | 137 | </pluginManagement>
|
163 | 138 | <plugins>
|
164 | 139 | <plugin>
|
165 | 140 | <groupId>org.apache.maven.plugins</groupId>
|
166 |
| - <artifactId>maven-toolchains-plugin</artifactId> |
167 |
| - <executions> |
168 |
| - <execution> |
169 |
| - <goals> |
170 |
| - <goal>toolchain</goal> |
171 |
| - </goals> |
172 |
| - </execution> |
173 |
| - </executions> |
174 |
| - <configuration> |
175 |
| - <toolchains> |
176 |
| - <jdk> |
177 |
| - <version>1.7</version> |
178 |
| - <vendor>oracle</vendor> |
179 |
| - </jdk> |
180 |
| - </toolchains> |
181 |
| - </configuration> |
| 141 | + <artifactId>maven-compiler-plugin</artifactId> |
| 142 | + </plugin> |
| 143 | + <plugin> |
| 144 | + <groupId>org.apache.maven.plugins</groupId> |
| 145 | + <artifactId>maven-surefire-plugin</artifactId> |
182 | 146 | </plugin>
|
183 | 147 | <plugin>
|
184 | 148 | <groupId>org.apache.maven.plugins</groupId>
|
|
192 | 156 | </execution>
|
193 | 157 | </executions>
|
194 | 158 | </plugin>
|
195 |
| - <plugin> |
196 |
| - <groupId>org.apache.maven.plugins</groupId> |
197 |
| - <artifactId>maven-surefire-plugin</artifactId> |
198 |
| - </plugin> |
199 | 159 | <plugin>
|
200 | 160 | <groupId>org.apache.maven.plugins</groupId>
|
201 | 161 | <artifactId>maven-javadoc-plugin</artifactId>
|
|
0 commit comments