fulldecent / aion-aip040

Reference implementation for Aion non-fungible tokens
MIT License
3 stars 3 forks source link

Update documentation on how to upgrade Maven dependencies #27

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

I did rm -rf lib and ./mvnw initialize based on intuition. Not sure if that is the correct way to do it.

Reference: https://github.com/fulldecent/aion-aip040/blame/master/README.md#L93

fulldecent commented 5 years ago

To delete the local lib and pull the new one, run mvn aion4j:init -DforceCopy

Thanks @jennijuju!