From ad3d1d194879083b7e9c1a2f80f2c20363b8fd11 Mon Sep 17 00:00:00 2001 From: John Shaffer Date: Fri, 4 Nov 2022 12:51:50 -0500 Subject: [PATCH] Include pom.xml in release jar --- .gitignore | 2 -- CHANGELOG.md | 4 ++++ template/pom.xml | 26 ++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 template/pom.xml diff --git a/.gitignore b/.gitignore index cfc6fb0..4e7f17b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,5 @@ /target /classes /checkouts -pom.xml -pom.xml.asc *.jar *.class diff --git a/CHANGELOG.md b/CHANGELOG.md index 1376cc5..edf6f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## v1.1.0 (2022-11-04) + +- Include `pom.xml` in release jar + ## v1.0.0 (2022-11-04) - [#1](https://github.com/staticweb-io/rate-limit/issues/1) Fix error when quota is exhausted. @rgm, @john-shaffer diff --git a/template/pom.xml b/template/pom.xml new file mode 100644 index 0000000..c205f05 --- /dev/null +++ b/template/pom.xml @@ -0,0 +1,26 @@ + + + 4.0.0 + rate-limit + Ring middleware for applying rate-limits to handlers. + https://github.com/staticweb-io/rate-limit + + + Eclipse Public License + http://www.eclipse.org/legal/epl-v10.html + + + + + Lauri Pesonen + + + John Shaffer + + + + https://github.com/staticweb-io/rate-limit + scm:git:git://github.com/staticweb-io/rate-limit.git + scm:git:ssh://git@github.com/staticweb-io/rate-limit.git + +