Skip to content

Commit 95d4856

Browse files
committed
update developer information
1 parent 38d85a2 commit 95d4856

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
4+
<name>Netty HTTP Authenticator</name>
5+
<url>https://github.com/vzhn/netty-http-authenticator</url>
6+
<developers>
7+
<developer>
8+
<name>Vladimir Zhilin</name>
9+
<email>zhilin.vladimir.nic@gmail.com</email>
10+
</developer>
11+
</developers>
512
<groupId>io.github.vzhn</groupId>
613
<artifactId>netty-http-authenticator</artifactId>
714
<description>HTTP authenticator for Netty</description>

0 commit comments

Comments
 (0)