IDEMPIERE-4521 Release 8.1 - RC
Change pom to download from new version
This commit is contained in:
parent
6487fe9cdc
commit
dd44226ee2
|
@ -141,7 +141,7 @@
|
|||
<goal>wget</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<url>${url.file.srv}/database/7.1/Adempiere_pg.jar</url>
|
||||
<url>${url.file.srv}/database/8.1/Adempiere_pg.jar</url>
|
||||
<unpack>false</unpack>
|
||||
<outputDirectory>data/seed</outputDirectory>
|
||||
<retries>5</retries>
|
||||
|
@ -154,7 +154,7 @@
|
|||
<goal>wget</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<url>${url.file.srv}/database/7.1/Adempiere.jar</url>
|
||||
<url>${url.file.srv}/database/8.1/Adempiere.jar</url>
|
||||
<unpack>false</unpack>
|
||||
<outputDirectory>data/seed</outputDirectory>
|
||||
<retries>5</retries>
|
||||
|
|
Loading…
Reference in New Issue