Skip to content

Commit

Permalink
Merge pull request #357 from dmlloyd/pom
Browse files Browse the repository at this point in the history
POM cleanups
  • Loading branch information
jamezp authored Apr 21, 2022
2 parents bd47678 + ac66871 commit d82b78f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>configuration</artifactId>
<name>JBoss Log Manager (Configuration)</name>
<description>A configuration manager for JBoss LogManager</description>

<artifactId>jboss-logmanager-configuration</artifactId>

<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>JBoss Log Manager (Extensions)</name>
<description>Misc. extensions and utilities for JBoss Log Manager</description>

<artifactId>jboss-logmanager-ext</artifactId>

<dependencies>
Expand Down

0 comments on commit d82b78f

Please sign in to comment.