release 7.1 process - change pointer to DB seed after uploaded to github
This commit is contained in:
parent
ee062d7175
commit
366c9ef5d6
|
@ -168,7 +168,7 @@
|
|||
<goal>wget</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<url>${url.file.srv}/database/6.2/Adempiere_pg.jar</url>
|
||||
<url>${url.file.srv}/database/7.1/Adempiere_pg.jar</url>
|
||||
<unpack>false</unpack>
|
||||
<outputDirectory>data/seed</outputDirectory>
|
||||
<retries>5</retries>
|
||||
|
@ -181,7 +181,7 @@
|
|||
<goal>wget</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<url>${url.file.srv}/database/6.2/Adempiere.jar</url>
|
||||
<url>${url.file.srv}/database/7.1/Adempiere.jar</url>
|
||||
<unpack>false</unpack>
|
||||
<outputDirectory>data/seed</outputDirectory>
|
||||
<retries>5</retries>
|
||||
|
|
Loading…
Reference in New Issue