Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Dec 11, 2022
1 parent 91f167a commit 2df5303
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,18 @@
<distributionManagement>
<site>
<id>simulatedevolution.local</id>
<url>file://${user.home}/public_html/p/simulated-evolution</url>
<url>file://${user.home}/public_html/java/simulated-evolution/</url>
</site>
<snapshotRepository>
<id>snapshots</id>
<name>tw-thinkpad-snapshots</name>
<url>file://${user.home}/public_html/java/simulated-evolution/</url>
</snapshotRepository>
<repository>
<id>central</id>
<name>tw-thinkpad-releases</name>
<url>file://${user.home}/public_html/java/simulated-evolution/</url>
</repository>
</distributionManagement>

<organization>
Expand All @@ -38,9 +48,11 @@

<developers>
<developer>
<name>Thomas Wöhlke</name>
<email>thomas@woehlke.org</email>
<id>thomaswoehlke</id>
<name>Thomas Woehlke</name>
<email>thomas.woehlke@gmail.com</email>
<url>https://github.com/thomaswoehlke</url>
<timezone>Europe/Paris</timezone>
</developer>
</developers>

Expand Down

0 comments on commit 2df5303

Please sign in to comment.