Skip to content

Commit

Permalink
Add missing developer information
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Sep 18, 2023
1 parent 0f40628 commit 6976995
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<artifactId>cats</artifactId>
<description>OpenAPI Fuzzer and Negative Testing Tool</description>
<version>9.0.2-SNAPSHOT</version>
<name>CATS</name>

<developers>
<developer>
<id>Madalin Ilie</id>
<name>Madalin Ilie</name>
<email>[email protected]</email>
<organization>Endava</organization>
<organizationUrl>https://endava.com</organizationUrl>
</developer>
</developers>

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -246,6 +257,7 @@
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<profiles>
<profile>
<id>sign</id>
Expand Down

0 comments on commit 6976995

Please sign in to comment.