Skip to content

Commit

Permalink
POM, adding URL and developers.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Nov 7, 2023
1 parent 01bbb4b commit 29ed1f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

<name>knetminer-common (common POM for Knetminer projects)</name>

<url>https://github.com/Rothamsted/knetminer-common</url>

<developers>
<developer>
<name>Marco Brandizi</name>
</developer>
</developers>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
Expand Down

0 comments on commit 29ed1f9

Please sign in to comment.