|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | ~ Licensed to the Apache Software Foundation (ASF) under one or more |
4 | 4 | ~ contributor license agreements. See the NOTICE file distributed with |
|
15 | 15 | ~ See the License for the specific language governing permissions and |
16 | 16 | ~ limitations under the License. |
17 | 17 | --> |
18 | | -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
19 | | - child.project.url.inherit.append.path="false" |
20 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
21 | | - |
| 18 | +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" child.project.url.inherit.append.path="false" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
22 | 19 | <modelVersion>4.0.0</modelVersion> |
23 | | - |
24 | 20 | <parent> |
25 | 21 | <groupId>org.apache.logging</groupId> |
26 | 22 | <artifactId>logging-parent</artifactId> |
27 | 23 | <version>12.1.0</version> |
28 | 24 | </parent> |
29 | | - |
30 | 25 | <packaging>pom</packaging> |
31 | 26 | <groupId>org.apache.logging.log4net</groupId> |
32 | 27 | <artifactId>apache-log4net</artifactId> |
33 | | - <version>${revision}</version> |
34 | | - |
| 28 | + <version>3.1.0</version> |
35 | 29 | <name>Apache log4net</name> |
36 | 30 | <description>Logging framework for Microsoft .NET Framework.</description> |
37 | 31 | <url>https://logging.apache.org/log4net</url> |
38 | 32 | <inceptionYear>2004</inceptionYear> |
39 | | - |
40 | | - <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" |
41 | | - child.scm.url.inherit.append.path="false"> |
| 33 | + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> |
42 | 34 | <connection>scm:git:https://github.com/apache/logging-log4net</connection> |
43 | 35 | <developerConnection>scm:git:https://github.com/apache/logging-log4net</developerConnection> |
44 | 36 | <url>https://github.com/apache/logging-log4net</url> |
45 | 37 | </scm> |
46 | | - |
47 | 38 | <issueManagement> |
48 | 39 | <system>GitHub Issues</system> |
49 | 40 | <url>https://github.com/apache/logging-log4net/issues</url> |
50 | 41 | </issueManagement> |
51 | | - |
52 | 42 | <mailingLists> |
53 | 43 | <mailingList> |
54 | 44 | <name>logging commits: all git commits of the logging projects including log4net</name> |
|
58 | 48 | <archive>https://mail-archives.apache.org/mod_mbox/logging-commits/</archive> |
59 | 49 | </mailingList> |
60 | 50 | </mailingLists> |
61 | | - |
62 | 51 | <ciManagement> |
63 | 52 | <system>GitHub Actions</system> |
64 | 53 | <url>https://github.com/apache/logging-log4net/actions</url> |
65 | 54 | </ciManagement> |
66 | | - |
67 | 55 | <properties> |
68 | 56 | <!-- project version --> |
69 | 57 | <revision>3.1.0-SNAPSHOT</revision> |
70 | 58 | </properties> |
71 | | - |
72 | 59 | <build> |
73 | 60 | <plugins> |
74 | 61 | <plugin> |
|
0 commit comments