|
40 | 40 |
|
41 | 41 | <properties> |
42 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
43 | | - <maven.compiler.target>11</maven.compiler.target> |
44 | | - <maven.compiler.source>11</maven.compiler.source> |
| 43 | + <maven.compiler.release>11</maven.compiler.release> |
45 | 44 | <xcodeScheme>Debug</xcodeScheme> |
46 | 45 | </properties> |
47 | 46 |
|
|
65 | 64 | <licenses> |
66 | 65 | <license> |
67 | 66 | <name>Apache License, Version 2.0</name> |
68 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 67 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
69 | 68 | <distribution>repo</distribution> |
70 | 69 | </license> |
71 | 70 | </licenses> |
|
74 | 73 |
|
75 | 74 | <organization> |
76 | 75 | <name>Web Lite Solutions Corp.</name> |
77 | | - <url>http://solutions.weblite.ca</url> |
| 76 | + <url>https://solutions.weblite.ca/</url> |
78 | 77 | </organization> |
79 | 78 |
|
80 | 79 | <issueManagement> |
|
91 | 90 | <url>https://github.com/shannah/Java-Objective-C-Bridge</url> |
92 | 91 | </scm> |
93 | 92 |
|
94 | | - <repositories> |
95 | | - <repository> |
96 | | - <id>mvnrepository</id> |
97 | | - <name>mvnrepository</name> |
98 | | - <url>https://www.mvnrepository.com</url> |
99 | | - <snapshots> |
100 | | - <enabled>false</enabled> |
101 | | - </snapshots> |
102 | | - </repository> |
103 | | - </repositories> |
104 | | - |
105 | | - <pluginRepositories> |
106 | | - <!-- eclipse lifecycle plugin is only available here --> |
107 | | - <pluginRepository> |
108 | | - <id>mvnrepository</id> |
109 | | - <name>mvnrepository</name> |
110 | | - <url>https://www.mvnrepository.com</url> |
111 | | - <snapshots> |
112 | | - <enabled>false</enabled> |
113 | | - </snapshots> |
114 | | - </pluginRepository> |
115 | | - </pluginRepositories> |
116 | | - |
117 | 93 | <distributionManagement> |
118 | 94 | <snapshotRepository> |
119 | 95 | <id>ossrh</id> |
|
136 | 112 | <extension> |
137 | 113 | <groupId>org.apache.maven.wagon</groupId> |
138 | 114 | <artifactId>wagon-ssh</artifactId> |
139 | | - <version>2.4</version> |
| 115 | + <version>3.4.2</version> |
140 | 116 | </extension> |
141 | 117 | </extensions> |
142 | 118 |
|
|
145 | 121 | <plugin> |
146 | 122 | <groupId>org.codehaus.mojo</groupId> |
147 | 123 | <artifactId>exec-maven-plugin</artifactId> |
148 | | - <version>1.6.0</version> |
| 124 | + <version>3.0.0</version> |
149 | 125 | <executions> |
150 | 126 | <execution> |
151 | 127 | <id>xcodebuild</id> |
|
172 | 148 | <plugin> |
173 | 149 | <groupId>org.apache.maven.plugins</groupId> |
174 | 150 | <artifactId>maven-jar-plugin</artifactId> |
175 | | - <version>3.1.2</version> |
| 151 | + <version>3.2.0</version> |
176 | 152 | <configuration> |
177 | 153 | <archive> |
178 | 154 | <manifestEntries> |
|
186 | 162 | <plugin> |
187 | 163 | <groupId>com.github.spotbugs</groupId> |
188 | 164 | <artifactId>spotbugs-maven-plugin</artifactId> |
189 | | - <version>3.1.12.2</version> |
| 165 | + <version>4.2.0</version> |
190 | 166 | <configuration> |
191 | 167 | <effort>more</effort> |
192 | 168 | <jvmArgs>--add-opens java.base/java.lang=ALL-UNNAMED |
193 | 169 | --illegal-access=deny</jvmArgs> |
194 | 170 | </configuration> |
195 | | - <dependencies> |
196 | | - <dependency> |
197 | | - <groupId>com.github.spotbugs</groupId> |
198 | | - <artifactId>spotbugs</artifactId> |
199 | | - <version>4.0.0-beta4</version> |
200 | | - </dependency> |
201 | | - </dependencies> |
202 | 171 | <executions> |
203 | 172 | <!-- Ensures that spotbugs inspects source code when project is deployed. --> |
204 | 173 | <!-- <execution> --> |
|
227 | 196 |
|
228 | 197 | <pluginManagement> |
229 | 198 | <plugins> |
| 199 | + <plugin> |
| 200 | + <groupId>org.apache.maven.plugins</groupId> |
| 201 | + <artifactId>maven-compiler-plugin</artifactId> |
| 202 | + <version>3.8.1</version> |
| 203 | + </plugin> |
| 204 | + |
230 | 205 | <plugin> |
231 | 206 | <groupId>org.apache.maven.plugins</groupId> |
232 | 207 | <artifactId>maven-source-plugin</artifactId> |
233 | | - <version>3.1.0</version> |
| 208 | + <version>3.2.1</version> |
234 | 209 | <executions> |
235 | 210 | <execution> |
236 | 211 | <id>attach-sources</id> |
|
244 | 219 | <plugin> |
245 | 220 | <groupId>org.apache.maven.plugins</groupId> |
246 | 221 | <artifactId>maven-javadoc-plugin</artifactId> |
247 | | - <version>3.1.1</version> |
| 222 | + <version>3.2.0</version> |
248 | 223 | <configuration> |
249 | 224 | <failOnError>false</failOnError> |
250 | 225 | <!-- <additionalparam>-Xdoclint:none</additionalparam> --> |
|
0 commit comments