Skip to content

Commit 53c2c81

Browse files
authored
Add Project Email to Maven POMs (#745)
1 parent be6b5e9 commit 53c2c81

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

mustache-templates/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<project xmlns="http://maven.apache.org/POM/4.0.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
2122
<modelVersion>4.0.0</modelVersion>
23+
2224
<parent>
2325
<groupId>io.github.chrimle</groupId>
2426
<artifactId>openapi-to-java-records-mustache-templates-parent</artifactId>
@@ -53,6 +55,7 @@
5355
</roles>
5456
<timezone>CET</timezone>
5557
<url>https://www.chrimle.com</url>
58+
<email>openapi2javarecords@protonmail.com</email>
5659
</developer>
5760
</developers>
5861
<issueManagement>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
</roles>
6868
<timezone>CET</timezone>
6969
<url>https://www.chrimle.com</url>
70+
<email>openapi2javarecords@protonmail.com</email>
7071
</developer>
7172
</developers>
7273
<issueManagement>

0 commit comments

Comments
 (0)