bloxbean / avm-archetype

Maven archetype which is used to generate Aion AVM based smart contract project in java
MIT License
0 stars 3 forks source link

Latest released version of aion4j should be default #11

Closed fulldecent closed 4 years ago

fulldecent commented 5 years ago

Currently shipping is 0.6.7.

I am not sure which project is initiating the releases but I recommend a file RELEASE.md be added to that repo to include a checklist. And after the release, one checklist item is to update avm-archetype to the latest released aion4j.

satran004 commented 5 years ago

@fulldecent Thanks for pointing this out. I have updated README with the latest archetype version. When you use latest version (which is 0.30), the latest maven plugin version will be automatically fetched.

Good idea. I will add a RELEASE.md. I need to find a way to automatically update it during the release process.

FYI, currently if you want to look for the latest released components. you can also check aion4j-maven-plugin-2, archtypes file under this repo.

https://github.com/bloxbean/aion4j-release

The IntelliJ plugin and avm-archetype read from this location for the latest version.

fulldecent commented 5 years ago

Excellent, thank you. I’m getting to point the where I’m learning and forgetting computer languages at the same speed. So if I don’t remind my future self how to maintain the projects, with specific steps, then all hope is lost. :-p