adjust pom

This commit is contained in:
dancingCycle 2023-02-01 13:43:39 +01:00
parent 492b803a18
commit b13d264414
2 changed files with 12 additions and 7 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
##############################
## Other
##############################
log.txt
##############################
## Java
##############################

14
pom.xml
View File

@ -6,16 +6,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.swingbe.ifleet</groupId>
<artifactId>tgp</artifactId>
<version>0.2.0</version>
<artifactId>irt-parser</artifactId>
<version>1.0.0</version>
<description>
This project is a library for parsing ifleet telegrams in Java.
IVU radio telegram parser.
</description>
<url>https://swingbe.de</url>
<name>tgp</name>
<name>irt-parser</name>
<licenses>
<license>
@ -35,12 +35,12 @@
<scm>
<connection>
scm:git:git@github.com:Software-Ingenieur-Begerad/ifleett.git
scm:git:git@git.wtf-eg.de/dancesWithCycles/irt-parser
</connection>
<developerConnection>
scm:git:ssh://github.com:Software-Ingenieur-Begerad/ifleett.git
scm:git:ssh://git.wtf-eg.de/dancesWithCycles/irt-parser
</developerConnection>
<url>https://github.com/Software-Ingenieur-Begerad/ifleett/tree/main
<url>https://git.wtf-eg.de/dancesWithCycles/irt-parser/src/branch/main
</url>
</scm>