Skip to content

Commit

Permalink
Fix project name (#237)
Browse files Browse the repository at this point in the history
Change name from ${project.artifactId} to Jansi
  • Loading branch information
Nailik committed Jun 1, 2022
1 parent 384ba5a commit a2da229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version>2.4.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<name>Jansi</name>
<description>Jansi is a java library for generating and interpreting ANSI escape sequences.</description>

<properties>
Expand Down

0 comments on commit a2da229

Please sign in to comment.