Repository: logging-log4j-kotlin Updated Branches: refs/heads/master aa391e4ed -> c96c40345
Set release manager info Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/commit/c96c4034 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/c96c4034 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/c96c4034 Branch: refs/heads/master Commit: c96c4034531baa8aadb9dcfd780e364587943d72 Parents: aa391e4 Author: Matt Sicker <[email protected]> Authored: Sat Jul 7 13:38:08 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Jul 7 13:38:08 2018 -0500 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/c96c4034/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 51e5dfe..868d0fe 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ <properties> <Log4jKotlinVersion>1.0.0</Log4jKotlinVersion> - <Log4jReleaseManager>John Doe</Log4jReleaseManager> - <Log4jReleaseKey>12345678</Log4jReleaseKey> + <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> + <Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseKey> <changes.plugin.version>2.12</changes.plugin.version> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> <findbugs.plugin.version>3.0.5</findbugs.plugin.version> @@ -217,7 +217,7 @@ <configuration> <statusIds>Resolved, Closed</statusIds> <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames> - <component>Log4j-Audit</component> + <component>Kotlin API</component> <useJql>true</useJql> </configuration> </plugin>
