Skip to content

Commit

Permalink
Added explicit name and parent in webfx.xml (so forks keep those sett…
Browse files Browse the repository at this point in the history
…ings)
  • Loading branch information
salmonb committed Jul 27, 2023
1 parent 17fb366 commit 774e637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<groupId>dev.webfx</groupId>
<artifactId>webfx-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath/>
</parent>

<artifactId>webfx-lib-enzo</artifactId>
Expand Down
4 changes: 3 additions & 1 deletion webfx.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<project name="webfx-lib-enzo">

<parent name="webfx-parent"/>

<update-options>
<generate-export-snapshot/>
Expand Down

0 comments on commit 774e637

Please sign in to comment.