This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/master by this push:
     new c1228e9  Fix git url and prepare for 1.0.1 release
c1228e9 is described below

commit c1228e915c189cce444bb88c5f6d3927929beaa2
Author: Matt Sicker <[email protected]>
AuthorDate: Sat Aug 28 13:52:47 2021 -0500

    Fix git url and prepare for 1.0.1 release
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index a2a9065..23e2974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,9 @@
   <!-- TODO: website publishing -->
   <url>https://logging.apache.org/log4j/kotlin/</url>
   <scm>
-    
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin.git</developerConnection>
-    
<url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j-kotlin.git;a=summary</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=logging-log4j-kotlin.git</url>
     <tag>HEAD</tag>
   </scm>
 
@@ -48,7 +48,7 @@
   </distributionManagement>
 
   <properties>
-    <Log4jKotlinVersion>1.0.0</Log4jKotlinVersion>
+    <Log4jKotlinVersion>1.0.1</Log4jKotlinVersion>
     <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
     <Log4jReleaseKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</Log4jReleaseKey>
     <changes.plugin.version>2.12</changes.plugin.version>

Reply via email to