From 916efd6aa7e338d642be7028f677717d7adcb21b Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 10 Jun 2015 10:59:18 -0700 Subject: 469860 - Add module metadata versioning to support backwards compat + Adding [version] section to all existing jetty 9.3 distro modules + Updating testcases in jetty-start with new [version] sections too + Adding extra testcases for versioned modules --- apache-jstl/src/main/config/modules/apache-jstl.mod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apache-jstl/src') diff --git a/apache-jstl/src/main/config/modules/apache-jstl.mod b/apache-jstl/src/main/config/modules/apache-jstl.mod index 5d607520df..ed7104c4ce 100644 --- a/apache-jstl/src/main/config/modules/apache-jstl.mod +++ b/apache-jstl/src/main/config/modules/apache-jstl.mod @@ -1,6 +1,10 @@ # # Apache JSTL # + +[version] +9.3 + [name] apache-jstl -- cgit v1.2.3