15.19Versioning
Typical artifact versions:
1.0.0
1.0.1
1.1.0
2.0.0
Semantic versioning may be used organizationally.
Maven also uses:
1.2.4-SNAPSHOT
for development snapshots.
Current MuleSoft CloudHub 2.0 documentation warns against deploying changeable snapshot assets into production.
So interview answer:
“I'd deploy immutable release versions to production, not mutable snapshots.”
Good.