|
19 | 19 | under the License. |
20 | 20 | --> |
21 | 21 |
|
22 | | -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
23 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | +<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
24 | 23 | <modelVersion>4.0.0</modelVersion> |
25 | 24 |
|
26 | 25 | <parent> |
27 | 26 | <groupId>org.apache</groupId> |
28 | 27 | <artifactId>apache</artifactId> |
29 | 28 | <version>37</version> |
30 | | - <relativePath/> |
| 29 | + <relativePath /> |
31 | 30 | </parent> |
32 | 31 |
|
33 | 32 | <groupId>org.apache.tika</groupId> |
|
140 | 139 | <organization>NASA Jet Propulsion Laboratory</organization> |
141 | 140 | <organizationUrl>http://www.jpl.nasa.gov</organizationUrl> |
142 | 141 | <timezone>-8</timezone> |
143 | | - <properties/> |
| 142 | + <properties /> |
144 | 143 | <roles> |
145 | 144 | <role>committer</role> |
146 | 145 | </roles> |
|
150 | 149 | <id>mikemccand</id> |
151 | 150 | <email>mikemccand@apache.org</email> |
152 | 151 | <organization>IBM</organization> |
153 | | - <properties/> |
| 152 | + <properties /> |
154 | 153 | <roles> |
155 | 154 | <role>committer</role> |
156 | 155 | </roles> |
|
289 | 288 | <maven.compiler.release>17</maven.compiler.release> |
290 | 289 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
291 | 290 | <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding> |
292 | | - <project.build.outputTimestamp>2026-02-01T00:00:00Z</project.build.outputTimestamp> |
| 291 | + <project.build.outputTimestamp>2026-05-04T23:37:57Z</project.build.outputTimestamp> |
293 | 292 | <!-- plugin versions --> |
294 | 293 | <!-- updates may not be detected by the maven versions plugin: |
295 | 294 | https://github.com/mojohaus/versions/issues/1070 --> |
|
467 | 466 | <maven.exec.version>3.6.3</maven.exec.version> |
468 | 467 |
|
469 | 468 | <!-- needs to exist even if empty due to problems with jacoco-maven-plugin --> |
470 | | - <addmod/> |
| 469 | + <addmod /> |
471 | 470 | <!-- This is a default value to avoid problems when running single tests |
472 | 471 | see also https://stackoverflow.com/a/28695766/535646 |
473 | 472 | https://maven.apache.org/surefire/maven-surefire-plugin/faq.html#late-property-evaluation |
474 | 473 | --> |
475 | | - <surefireArgLine/> |
| 474 | + <surefireArgLine /> |
476 | 475 | </properties> |
477 | 476 |
|
478 | 477 | <dependencyManagement> |
|
1523 | 1522 | <id>enforce-maven</id> |
1524 | 1523 | <configuration> |
1525 | 1524 | <rules> |
1526 | | - <dependencyConvergence/> |
| 1525 | + <dependencyConvergence /> |
1527 | 1526 | <requireMavenVersion> |
1528 | 1527 | <version>3.5</version> |
1529 | 1528 | </requireMavenVersion> |
|
1607 | 1606 | <spaces>true</spaces> |
1608 | 1607 | <spacesPerTab>4</spacesPerTab> |
1609 | 1608 | </indent> |
1610 | | - <removeUnusedImports/> |
| 1609 | + <removeUnusedImports /> |
1611 | 1610 | <importOrder> |
1612 | 1611 | <order>\#,java|javax,,org.apache.tika</order> |
1613 | 1612 | </importOrder> |
|
1772 | 1771 | </profile> |
1773 | 1772 |
|
1774 | 1773 | </profiles> |
1775 | | - <scm> |
| 1774 | + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> |
1776 | 1775 | <tag>3.0.0-rc1</tag> |
1777 | 1776 | <connection>scm:git:https://github.com/apache/tika.git</connection> |
1778 | 1777 | <developerConnection>scm:git:https://github.com/apache/tika.git</developerConnection> |
|
0 commit comments