|
36 | 36 | <project.build.outputTimestamp>2025-04-10T21:38:03Z</project.build.outputTimestamp> |
37 | 37 | <maven.compiler.source>1.8</maven.compiler.source> |
38 | 38 | <maven.compiler.target>1.8</maven.compiler.target> |
39 | | - |
40 | 39 | <commons.componentid>text</commons.componentid> |
41 | 40 | <commons.packageId>text</commons.packageId> |
42 | 41 | <commons.module.name>org.apache.commons.text</commons.module.name> |
43 | | - |
44 | 42 | <commons.release.version>1.14.0</commons.release.version> |
45 | 43 | <commons.release.next>1.14.1</commons.release.next> |
46 | 44 | <commons.release.desc>(Java 8+)</commons.release.desc> |
47 | | - |
48 | 45 | <commons.jira.id>TEXT</commons.jira.id> |
49 | 46 | <commons.jira.pid>12318221</commons.jira.pid> |
50 | | - |
51 | 47 | <commons.site.path>text</commons.site.path> |
52 | 48 | <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl> |
53 | 49 | <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> |
54 | | - |
55 | 50 | <commons.lang3.version>3.17.0</commons.lang3.version> |
56 | 51 | <commons.bytebuddy.version>1.17.6</commons.bytebuddy.version> |
57 | 52 | <commons.rng.version>1.6</commons.rng.version> |
58 | 53 | <japicmp.skip>false</japicmp.skip> |
59 | 54 | <jmh.version>1.37</jmh.version> |
60 | | - |
61 | 55 | <!-- Apache Felix maven-bundle-plugin --> |
62 | 56 | <commons.osgi.import> |
63 | 57 | org.apache.commons.lang3;version="${commons.lang3.version}", |
64 | 58 | org.apache.commons.lang3.function;version="${commons.lang3.version}", |
65 | 59 | org.apache.commons.lang3.time;version="${commons.lang3.version}", |
66 | 60 | * |
67 | 61 | </commons.osgi.import> |
68 | | - |
69 | 62 | <!-- Commons Release Plugin --> |
70 | 63 | <!-- Previous version of the component (used for reporting binary compatibility check)--> |
71 | 64 | <commons.bc.version>1.13.1</commons.bc.version> |
|
139 | 132 | <scope>test</scope> |
140 | 133 | </dependency> |
141 | 134 | </dependencies> |
142 | | - |
143 | 135 | <build> |
144 | 136 | <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> |
145 | 137 | <pluginManagement> |
|
242 | 234 | </plugin> |
243 | 235 | </plugins> |
244 | 236 | </build> |
245 | | - |
246 | 237 | <reporting> |
247 | 238 | <plugins> |
248 | 239 | <plugin> |
|
336 | 327 | </plugin> |
337 | 328 | </plugins> |
338 | 329 | </reporting> |
339 | | - |
340 | 330 | <inceptionYear>2014</inceptionYear> |
341 | | - |
342 | 331 | <developers> |
343 | 332 | <developer> |
344 | 333 | <id>kinow</id> |
|
376 | 365 | |
377 | 366 | </developer> |
378 | 367 | </developers> |
379 | | - |
380 | 368 | <contributors> |
381 | 369 | <contributor> |
382 | 370 | <name>Don Jeba</name> |
|
421 | 409 | <url>https://ali-ghanbari.github.io/</url> |
422 | 410 | </contributor> |
423 | 411 | </contributors> |
424 | | - |
425 | 412 | <scm> |
426 | 413 | <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-text</connection> |
427 | 414 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-text</developerConnection> |
428 | 415 | <url>https://gitbox.apache.org/repos/asf?p=commons-text.git</url> |
429 | 416 | </scm> |
430 | | - |
431 | 417 | <issueManagement> |
432 | 418 | <system>jira</system> |
433 | 419 | <url>https://issues.apache.org/jira/browse/TEXT</url> |
434 | 420 | </issueManagement> |
435 | | - |
436 | 421 | <distributionManagement> |
437 | 422 | <site> |
438 | 423 | <id>apache.website</id> |
439 | 424 | <name>Apache Commons Site</name> |
440 | 425 | <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text/</url> |
441 | 426 | </site> |
442 | 427 | </distributionManagement> |
443 | | - |
444 | 428 | <profiles> |
445 | 429 | <profile> |
446 | 430 | <!-- Java 8-10 --> |
|
0 commit comments