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 ## Java
############################## ##############################

14
pom.xml
View File

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