mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Add more info
This commit is contained in:
parent
1b779e1588
commit
ca1be29451
1 changed files with 15 additions and 2 deletions
17
pom.xml
17
pom.xml
|
@ -6,12 +6,25 @@
|
|||
|
||||
<groupId>com.anas.jcolorfulconsole</groupId>
|
||||
<artifactId>jcolorfulconsole</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.1-t1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>JColorfulConsole</name>
|
||||
<description>A colorful console for Java</description>
|
||||
<url>https://jitpack.io/#Anas-Elgarhy/JColorfulConsole</url>
|
||||
<url>https://github.com/Anas-Elgarhy/JColorfulConsole</url>
|
||||
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU Lesser General Public License v3.0</name>
|
||||
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<url>https://svn.apache.org/viewvc/maven</url>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
Loading…
Reference in a new issue