I am using Maven 2.0 As you can see from the below line , i am hardcoding the version as 1.0
Is it possible that for every build the version automatically increments .
<copy file="D:/MyWeb/service/target/MyWeb-ws-1.0.war" tofile="C:/Softwares/apache-tomcat-6.0.33/webapps/MyWeb-ws-1.0.war" />
Please suggest , thank you very much .
