Hi, How does this work? I tried twice but the build number is still the same.
Bruce Wen -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Baptiste Mathus Sent: Friday, May 02, 2014 4:28 PM To: [email protected]; [email protected]; [email protected]; Maven Users List Subject: [ANN] buildnumber-maven-plugin 1.3 Released Hi, The Mojo team is pleased to announce the release of the buildnumber-maven-plugin version 1.3. This mojo is designed to get a unique build number for each time you build your project. So while your version may remain constant at 1.0-SNAPSHOT for many iterations until release, you will have a build number that can uniquely identify each build during that time. http://mojo.codehaus.org/buildnumber-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId> buildnumber-maven-plugin< /artifactId> <version>1.3</version> </plugin> Release Notes https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12124&version=18855 Enjoy, The Mojo team. -- Baptiste
