|
20 | 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 | 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> |
22 | 22 | <modelVersion>4.0.0</modelVersion> |
23 | | - |
24 | 23 | <parent> |
25 | 24 | <groupId>org.apache.commons</groupId> |
26 | 25 | <artifactId>commons-parent</artifactId> |
27 | 26 | <version>79</version> |
28 | 27 | </parent> |
29 | | - |
30 | 28 | <artifactId>commons-pool3</artifactId> |
31 | 29 | <version>3.0.0-SNAPSHOT</version> |
32 | 30 | <name>Apache Commons Pool</name> |
33 | | - |
34 | 31 | <inceptionYear>2001</inceptionYear> |
35 | 32 | <description>The Apache Commons Object Pooling Library.</description> |
36 | | - |
37 | 33 | <url>https://commons.apache.org/proper/commons-pool/</url> |
38 | | - |
39 | 34 | <issueManagement> |
40 | 35 | <system>jira</system> |
41 | 36 | <url>https://issues.apache.org/jira/browse/POOL</url> |
42 | 37 | </issueManagement> |
43 | | - |
44 | 38 | <ciManagement> |
45 | 39 | <system>GitHub</system> |
46 | 40 | <url>https://github.com/apache/commons-pool/actions</url> |
47 | 41 | </ciManagement> |
48 | | - |
49 | 42 | <scm> |
50 | 43 | <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</connection> |
51 | 44 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</developerConnection> |
|
83 | 76 | <scope>test</scope> |
84 | 77 | </dependency> |
85 | 78 | </dependencies> |
86 | | - |
87 | 79 | <distributionManagement> |
88 | 80 | <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> |
89 | 81 | <site> |
|
92 | 84 | <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-pool/</url> |
93 | 85 | </site> |
94 | 86 | </distributionManagement> |
95 | | - |
96 | 87 | <properties> |
97 | 88 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
98 | 89 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
113 | 104 | <!-- Java 7 --> |
114 | 105 | <commons.release.3.version>2.6.2</commons.release.3.version> |
115 | 106 | <commons.release.3.desc>(Java 7 or above)</commons.release.3.desc> |
116 | | - |
117 | 107 | <commons.jira.id>POOL</commons.jira.id> |
118 | 108 | <commons.jira.pid>12310488</commons.jira.pid> |
119 | 109 | <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> |
120 | 110 | <commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import> |
121 | | - |
122 | 111 | <!-- Commons Release Plugin --> |
123 | 112 | <commons.bc.version>2.11.1</commons.bc.version> |
124 | 113 | <commons.release.isDistModule>true</commons.release.isDistModule> |
|
276 | 265 | </plugin> |
277 | 266 | </plugins> |
278 | 267 | </build> |
279 | | - |
280 | 268 | <reporting> |
281 | 269 | <plugins> |
282 | 270 | <plugin> |
|
349 | 337 | </plugin> |
350 | 338 | </plugins> |
351 | 339 | </reporting> |
352 | | - |
353 | 340 | <profiles> |
354 | 341 | <profile> |
355 | 342 | <id>java16</id> |
|
0 commit comments