From 0cebfeda115eff0e8b99496beee49e5f4d875ce5 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Sat, 18 Jan 2025 10:27:52 +0100 Subject: [PATCH] feat(curations): Add a curation for saxon-dom 9.1.0.8 Signed-off-by: Sebastian Schuberth --- curations/Maven/net.sf.saxon/saxon-dom.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 curations/Maven/net.sf.saxon/saxon-dom.yml diff --git a/curations/Maven/net.sf.saxon/saxon-dom.yml b/curations/Maven/net.sf.saxon/saxon-dom.yml new file mode 100644 index 00000000..41c72db5 --- /dev/null +++ b/curations/Maven/net.sf.saxon/saxon-dom.yml @@ -0,0 +1,13 @@ +- id: "Maven:net.sf.saxon:saxon-dom" + curations: + comment: |- + The POM (https://rapi.tools.ops.smartbear.io/nexus/content/groups/public/saxon/saxon-dom/9.1.0.8j/saxon-dom-9.1.0.8j.pom, + not hosted on Maven Central) does not provide an SCM tag. The code was found on SourceForge based on the package namespace. + vcs: + type: "Subversion" + url: "https://svn.code.sf.net/p/saxon/code" + path: "bj/net/sf/saxon/dom" +- id: "Maven:net.sf.saxon:saxon-dom:9.1.0.8j" + curations: + vcs: + revision: "9.1.0.8"