We are using Maven as our build tool. Currently we have DEV , TEST , QA environments. Our application is using JSF framework.
What is the best practice to version the Application Jars ,Common module Jars in different environments.
DEV - D-0.1-Snapshots
TEST - T-0.1-Snapshots
QA - QA-0.1-Snapshots
Thanks Vijay