Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 39232ba

Browse files
authored
Update developer info (#102)
1 parent dbcb90e commit 39232ba

File tree

7 files changed

+6
-7
lines changed

7 files changed

+6
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: 'bug'
6-
assignees: 'radio-rogal'
6+
assignees: 'vitalijr2'
77

88
---
99

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: ''
55
labels: ''
6-
assignees: ''
6+
assignees: 'vitalijr2'
77

88
---
99

.gitlab/issue_templates/Bug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Steps to reproduce the behavior:
4141
<!-- If you can, link to the line of code that might be responsible for the problem. -->
4242

4343
/label ~bug
44-
/assign @radio_rogal
44+
/assign @vitalijr2

.gitlab/issue_templates/Feature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ and verify the issue you're about to submit isn't a duplicate.
2828
as it's tough to read otherwise. -->
2929

3030
/label ~suggestion
31-
/assign @radio_rogal
31+
/assign @vitalijr2

core/src/test/java/uk/bot_by/aws_lambda/slf4j/AWSLambdaLoggerConfigurationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class AWSLambdaLoggerConfigurationTest {
3030

3131
@Mock
32-
Marker marker;
32+
private Marker marker;
3333

3434
@DisplayName("Logger level is required")
3535
@Test

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
<id>vitalijr2</id>
389389
<name>Vitalij Berdinskih</name>
390390
<timezone>Europe/Kyiv</timezone>
391-
<url>https://gitlab.com/radio_rogal</url>
391+
<url>https://gitlab.com/vitalijr2</url>
392392
</developer>
393393
</developers>
394394
<groupId>uk.bot-by</groupId>

src/site/site.xml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<skinConfig>
1010
<keywords>AWS Lambda,SLF4J binding,SLF4J logger,CloudWatch logs</keywords>
1111
<descriptionUrl>An SLF4J Logger implementation for AWS Lambda and CloudWatch.</descriptionUrl>
12-
<twitterSite>@radio_rogal</twitterSite>
1312
<topNav>
1413
<menu>Documentation</menu>
1514
<menu>Info and reports</menu>

0 commit comments

Comments
 (0)