diff options
author | 2023-06-15 15:06:36 +0200 | |
---|---|---|
committer | 2023-06-15 15:06:36 +0200 | |
commit | 7f09f9e7a0983cd7987c5e9370b04946de859a77 (patch) | |
tree | 0979fc463929d95b83b955e0c7c594bc4c18588c /pom.xml | |
parent | 5d2b4c4368337c25d035c844970ac7abc5e4c8af (diff) | |
download | csv-utils-7f09f9e7a0983cd7987c5e9370b04946de859a77.tar.gz csv-utils-7f09f9e7a0983cd7987c5e9370b04946de859a77.zip |
Indent some line in pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,11 +4,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>it.alessandroiezzi</groupId> - <artifactId>csv-utils</artifactId> - <version>0.0.3</version> + <groupId>it.alessandroiezzi</groupId> + <artifactId>csv-utils</artifactId> + <version>0.0.3</version> - <name>csv-utils</name> + <name>csv-utils</name> <url>https://git.alessandroiezzi.it/libs/java/csv-utils.git/</url> <properties> |