Remove Byte Order Mark characters from pom.xml (#2158)

* Remove Byte Order Mark characters from pom.xml

* Update pom.xml - remove initial BOM

---------

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
This commit is contained in:
Tony Snook 2023-12-23 22:49:03 +11:00 committed by GitHub
parent 12d389a03a
commit 4708b214cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<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>
<parent>
@ -58,7 +58,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>${url.file.srv}/database/11/Adempiere.jar</url>
<url>${url.file.srv}/database/11/Adempiere.jar</url>
<unpack>false</unpack>
<outputDirectory>data/seed</outputDirectory>
<retries>5</retries>