|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 |
| - <!-- This module was also published with a richer model, Gradle metadata, --> |
3 |
| - <!-- which should be used instead. Do not delete the following line which --> |
4 |
| - <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
5 |
| - <!-- that they should prefer consuming it instead. --> |
6 |
| - <!-- do_not_remove: published-with-gradle-metadata --> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + <!-- This module was also published with a richer model, Gradle metadata, --> |
| 4 | + <!-- which should be used instead. Do not delete the following line which --> |
| 5 | + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
| 6 | + <!-- that they should prefer consuming it instead. --> |
| 7 | + <!-- do_not_remove: published-with-gradle-metadata --> |
7 | 8 | <modelVersion>4.0.0</modelVersion>
|
8 | 9 | <parent>
|
9 | 10 | <groupId>com.fasterxml.jackson</groupId>
|
|
24 | 25 | <id>jaysonminard</id>
|
25 | 26 | <name>Jayson Minard</name>
|
26 | 27 |
|
27 |
| - <roles> |
28 |
| - <role>author</role> |
29 |
| - </roles> |
| 28 | + <roles> |
| 29 | + <role>author</role> |
| 30 | + </roles> |
30 | 31 | </developer>
|
31 | 32 | <developer>
|
32 | 33 | <id>dinomite</id>
|
|
146 | 147 | </executions>
|
147 | 148 | </plugin>
|
148 | 149 | <plugin>
|
149 |
| - <groupId>org.apache.maven.plugins</groupId> |
150 |
| - <artifactId>maven-surefire-plugin</artifactId> |
151 |
| - </plugin> |
| 150 | + <groupId>org.apache.maven.plugins</groupId> |
| 151 | + <artifactId>maven-surefire-plugin</artifactId> |
| 152 | + </plugin> |
152 | 153 | <plugin>
|
153 | 154 | <!-- Inherited from oss-base. Generate PackageVersion.java.-->
|
154 | 155 | <groupId>com.google.code.maven-replacer-plugin</groupId>
|
|
167 | 168 | <configuration>
|
168 | 169 | <showDeprecation>true</showDeprecation>
|
169 | 170 | <showWarnings>true</showWarnings>
|
170 |
| - <optimize>true</optimize> |
171 | 171 | </configuration>
|
172 | 172 | </plugin>
|
173 | 173 |
|
174 |
| - <!-- 02-Nov-2020, tatu: Add JDK9+ module info with Moditect --> |
175 |
| - <plugin> |
| 174 | + <!-- 02-Nov-2020, tatu: Add JDK9+ module info with Moditect --> |
| 175 | + <plugin> |
176 | 176 | <groupId>org.moditect</groupId>
|
177 |
| - <artifactId>moditect-maven-plugin</artifactId> |
178 |
| - </plugin> |
| 177 | + <artifactId>moditect-maven-plugin</artifactId> |
| 178 | + </plugin> |
179 | 179 |
|
180 | 180 | <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
|
181 | 181 | <plugin>
|
182 |
| - <groupId>de.jjohannes</groupId> |
183 |
| - <artifactId>gradle-module-metadata-maven-plugin</artifactId> |
| 182 | + <groupId>de.jjohannes</groupId> |
| 183 | + <artifactId>gradle-module-metadata-maven-plugin</artifactId> |
184 | 184 | </plugin>
|
185 | 185 | </plugins>
|
186 | 186 | </build>
|
|
189 | 189 | <repository>
|
190 | 190 | <id>snapshots-repo</id>
|
191 | 191 | <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
192 |
| - <releases><enabled>false</enabled></releases> |
193 |
| - <snapshots><enabled>true</enabled></snapshots> |
| 192 | + <releases> |
| 193 | + <enabled>false</enabled> |
| 194 | + </releases> |
| 195 | + <snapshots> |
| 196 | + <enabled>true</enabled> |
| 197 | + </snapshots> |
194 | 198 | </repository>
|
195 | 199 | </repositories>
|
196 | 200 | </project>
|
0 commit comments