fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Fix name in pom.xml #236

Closed Nailik closed 2 years ago

Nailik commented 2 years ago

Hi,

in the pom.xmlthere is <name>${project.artifactId}</name>, shouldn't this be something like <name>Jansi</name> ?

I found this because i used https://github.com/mikepenz/AboutLibraries (used to list all dependencies) and it shows ${project.artifactId} as the name of the Library.