--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/ae8bef27-caef-46a4-a2ec-e462e28d97a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/9c4d2471-3f7c-4f74-95bb-b9ee29652d6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/9c4d2471-3f7c-4f74-95bb-b9ee29652d6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
your issue isn't cache issue.your issue can explain like bellow:1. you run "mvn verify" with 6.1so it download https://github.com/idempiere/binary.file/blob/master/database/6.1/Adempiere.jar to .m2/repository/.cache/download-maven-plugin/Adempiere.jar_73924f4360dfdf19459955d9c9b999f5and copy to [idempiere-src]\org.adempiere.server-feature/data/seed/Adempiere.jar2. when you update to 6.2 and run "mvn verify"because file already exists on [idempiere-src]\org.adempiere.server-feature/data/seed/Adempiere.jarso it don't re-download so your binary use old versionnow i change to delete [idempiere-src]\org.adempiere.server-feature/data/seed/Adempiere.jar each time run "mvn verify"so it will always get correct file
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/94b2bc58-3aa5-4fb7-8c54-1f490c049f6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.