pom.xml (apache-log4j-2.12.3-src) | : | pom.xml (apache-log4j-2.12.4-src) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
~ distributed under the License is distributed on an "AS IS" BASIS, | ~ distributed under the License is distributed on an "AS IS" BASIS, | |||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
~ See the license for the specific language governing permissions and | ~ See the license for the specific language governing permissions and | |||
~ limitations under the license. | ~ limitations under the license. | |||
--><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/maven-v4_0_0.xsd"> | --><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/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j</artifactId> | <artifactId>log4j</artifactId> | |||
<packaging>pom</packaging> | <packaging>pom</packaging> | |||
<name>Apache Log4j 2</name> | <name>Apache Log4j 2</name> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
<parent> | <parent> | |||
<groupId>org.apache</groupId> | <groupId>org.apache</groupId> | |||
<artifactId>apache</artifactId> | <artifactId>apache</artifactId> | |||
<version>21</version> | <version>21</version> | |||
</parent> | </parent> | |||
<prerequisites> | <prerequisites> | |||
<maven>3.0.5</maven> | <maven>3.0.5</maven> | |||
</prerequisites> | </prerequisites> | |||
<description>Apache Log4j 2</description> | <description>Apache Log4j 2</description> | |||
<url>https://logging.apache.org/log4j/2.x/</url> | <url>https://logging.apache.org/log4j/2.x/</url> | |||
skipping to change at line 179 | skipping to change at line 179 | |||
<otherArchive>http://mail-archives.apache.org/mod_mbox/logging-dev/</oth erArchive> | <otherArchive>http://mail-archives.apache.org/mod_mbox/logging-dev/</oth erArchive> | |||
<otherArchive>http://marc.info/?l=dev</otherArchive> | <otherArchive>http://marc.info/?l=dev</otherArchive> | |||
<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</other Archive> | <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</other Archive> | |||
</otherArchives> | </otherArchives> | |||
</mailingList> | </mailingList> | |||
</mailingLists> | </mailingLists> | |||
<scm> | <scm> | |||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.g it</connection> | <connection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.g it</connection> | |||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging -log4j2.git</developerConnection> | <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging -log4j2.git</developerConnection> | |||
<url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary< /url> | <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary< /url> | |||
<tag>log4j-2.12.3-rc1</tag> | <tag>log4j-2.12.4-rc1</tag> | |||
</scm> | </scm> | |||
<properties> | <properties> | |||
<!-- make sure to update these for each release! --> | <!-- make sure to update these for each release! --> | |||
<log4jParentDir>${basedir}</log4jParentDir> | <log4jParentDir>${basedir}</log4jParentDir> | |||
<Log4jReleaseVersion>2.12.3</Log4jReleaseVersion> | <Log4jReleaseVersion>2.12.4</Log4jReleaseVersion> | |||
<Log4jReleaseVersionJava6>2.3.2</Log4jReleaseVersionJava6> | ||||
<Log4jReleaseManager>Ralph Goers</Log4jReleaseManager> | <Log4jReleaseManager>Ralph Goers</Log4jReleaseManager> | |||
<Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey> | <Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey> | |||
<Log4jSigningUserName>rgoers@apache.org</Log4jSigningUserName> | <Log4jSigningUserName>rgoers@apache.org</Log4jSigningUserName> | |||
<!--<Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> --> | <!--<Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> --> | |||
<!--<Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseK ey> --> | <!--<Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseK ey> --> | |||
<!-- note that any properties you want available in velocity templates must not use periods! --> | <!-- note that any properties you want available in velocity templates must not use periods! --> | |||
<slf4jVersion>1.7.25</slf4jVersion> | <slf4jVersion>1.7.25</slf4jVersion> | |||
<logbackVersion>1.2.3</logbackVersion> | <logbackVersion>1.2.3</logbackVersion> | |||
<jackson1Version>1.9.13</jackson1Version> | <jackson1Version>1.9.13</jackson1Version> | |||
<jackson2Version>2.9.9</jackson2Version> | <jackson2Version>2.9.9</jackson2Version> | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 4 lines changed or added |