X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=pom.xml;h=283aaff89bc89c3654d14cd7dee9f443f82ad828;hp=346c14b03d9c0bafa329e4ba9a2de21312e57e5c;hb=c1d8e2b874088d4336bd3ba0a04623176d2039a0;hpb=2fef9c6eaa2ba32e7a14ea1e469ec471b05019a2 diff --git a/pom.xml b/pom.xml index 346c14b..283aaff 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - com.github.klamonte + com.gitlab.klamonte jexer jar Jexer Java Text User Interface library that resembles Turbo Vision - 0.0.5 - https://github.com/klamonte/jexer + 0.3.0 + https://gitlab.com/klamonte/jexer @@ -24,15 +24,15 @@ - scm:git:https://github.com/klamonte/jexer.git - scm:git:https://github.com/klamonte/jexer.git - https://github.com/klamonte/jexer + scm:git:https://gitlab.com/klamonte/jexer.git + scm:git:https://gitlab.com/klamonte/jexer.git + https://gitlab.com/klamonte/jexer HEAD - github - https://github.com/klamonte/jexer/issues + gitlab + https://gitlab.com/klamonte/jexer/issues @@ -45,6 +45,12 @@ **/* + + src + + **/*.java + + @@ -56,6 +62,24 @@ 1.6 + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + + jexer.demos.Demo1 + + + + + ${project.version} + + + +