diff options
author | 2023-06-15 15:03:04 +0200 | |
---|---|---|
committer | 2023-06-15 15:03:04 +0200 | |
commit | 0d22e8373bfac60e5e22370276e0a0914bc195dc (patch) | |
tree | 02850f1078ea28ccd14036ff9a0dd80e27ad6c6a /pom.xml | |
parent | 8594fa2d567ecbdc88460b53b7935c48a468035b (diff) | |
download | csv-utils-0d22e8373bfac60e5e22370276e0a0914bc195dc.tar.gz csv-utils-0d22e8373bfac60e5e22370276e0a0914bc195dc.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
@@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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> + 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> @@ -14,8 +14,8 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> + <maven.compiler.source>1.7</maven.compiler.source> + <maven.compiler.target>1.7</maven.compiler.target> </properties> <dependencies> |