Repository: logging-log4j2 Updated Branches: refs/heads/master b0f655e1e -> a26dab9b4
Use https URL for JIRA. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/93fee7f9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/93fee7f9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/93fee7f9 Branch: refs/heads/master Commit: 93fee7f957cc4667024ec02ef332e248e3fd2c5f Parents: b0f655e Author: Matt Sicker <[email protected]> Authored: Sun Sep 21 11:38:47 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sun Sep 21 11:38:47 2014 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/93fee7f9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6464d76..517c3d9 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <url>http://logging.apache.org/log4j/2.x/</url> <issueManagement> <system>JIRA</system> - <url>http://issues.apache.org/jira/browse/LOG4J2</url> + <url>https://issues.apache.org/jira/browse/LOG4J2</url> </issueManagement> <ciManagement> <system>Buildbot</system> @@ -649,7 +649,7 @@ <artifactId>json-unit</artifactId> <version>1.1.6</version> <scope>test</scope> - </dependency> + </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId>
