Skip to content

Commit a2da229

Browse files
authoredJun 1, 2022
Fix project name (#237)
Change name from ${project.artifactId} to Jansi
1 parent 384ba5a commit a2da229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<version>2.4.1-SNAPSHOT</version>
2929
<packaging>jar</packaging>
3030

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

3434
<properties>

0 commit comments

Comments
 (0)
Please sign in to comment.