Skip to content

Commit

Permalink
Add description to poms
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Nov 14, 2023
1 parent 9227c0f commit 3ab0192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<url>https://github.com/Col-E/CAFED00D/</url>
<version>${revision}</version>
<name>cafedude-core</name>
<description>Core module for CafeDude, containing class parsing and writing</description>

<parent>
<groupId>software.coley</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<version>${revision}</version>
<name>CAFED00D</name>
<packaging>pom</packaging>
<description>Parent module for CafeDude</description>

<modules>
<module>core</module>
Expand Down
1 change: 1 addition & 0 deletions tree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<url>https://github.com/Col-E/CAFED00D/</url>
<version>${revision}</version>
<name>cafedude-tree</name>
<description>Tree module for CafeDude, containing a simplified intermediate model for classes</description>

<parent>
<groupId>software.coley</groupId>
Expand Down

0 comments on commit 3ab0192

Please sign in to comment.