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: dev@tomcat.apache.org
          Reporter: knst.koli...@gmail.com

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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to