You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2021/02/05 21:19:13 UTC

[shiro-site] branch master updated: Fix table versions for 1.7.x

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4649943  Fix table versions for 1.7.x
     new 3256bee  Merge pull request #75 from fpapon/fix-versions-table
4649943 is described below

commit 46499438c73fbbf68bd7decec86ecb78fbc334c8
Author: Francois Papon <fr...@openobject.fr>
AuthorDate: Fri Feb 5 22:16:00 2021 +0100

    Fix table versions for 1.7.x
---
 templates/versions.vtl | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/templates/versions.vtl b/templates/versions.vtl
index 81c95d5..d9222ce 100644
--- a/templates/versions.vtl
+++ b/templates/versions.vtl
@@ -155,3 +155,22 @@
     $shiroHasher
 ]} )
 
+#set( $shiro17x = {"version": $latestRelease, "artifacts": [
+    $shiroAll,
+    $shiroCore,
+    $shiroWeb,
+    $shiroServletPlugin,
+    $shiroJaxrs,
+    $shiroAspectJ,
+    $shiroCas,
+    $shiroEhCache,
+    $shiroHazelcast,
+    $shiroFeatures,
+    $shiroGuice,
+    $shiroQuartz,
+    $shiroSpring,
+    $shiroSpringBoot,
+    $shiroSpringBootWeb,
+    $shiroHasher
+]} )
+