https://issues.apache.org/bugzilla/show_bug.cgi?id=57548

            Bug ID: 57548
           Summary: Auto-generate the value for
                    org.apache.taglibs.standard.Version class
           Product: Taglibs
           Version: 1.2.1
          Hardware: PC
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Standard Taglib
          Assignee: [email protected]
          Reporter: [email protected]

The standard taglib has a Version class that prints version of the library.

It is called in this way:
java -cp taglibs-standard-impl-*.jar org.apache.taglibs.standard.Version

Currently the version there is hard-coded to be 1.2.0.

I'll manually update it for 1.2.3 release, but it would be better to automate
this process.

Either
a) Make it auto-generated by Maven
b) Read the actual value from Implementation-Version entry of a manifest
c) Remove this feature

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to