Re: Auto increment Specification Version
Enrico Scantamburlo <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAJdy_m-DztVQSLVk+qPbmUO5g6pcFQYnTeRFKhqfShOKAbMAZA@mail.gmail.com> |
We did something similar. We create our own ant task and plugged it inside the build.xml of the module. On 28 Feb 2017 21:40, "kdobkowski" <[email protected]> wrote: > So as we all know, having to manually increment or change Specification > Version every time we need to push an update for a module is tedious. > > Is it possible to automatically increment the value of Specification > Version whenever we build the module? Say that we want to use the classical > Dewey-decimal format X.Y.Z but make Z become time since epoch every time we > build the module. > > I did some research on it but thus far found nothing. > > > > >