From 05d4c7585cfb98060cf53509eefd6cee843fd869 Mon Sep 17 00:00:00 2001 From: yangmingtaip Date: Thu, 29 Dec 2022 16:58:11 +0800 Subject: [PATCH] add fasterxml-oss-parent.yaml --- fasterxml-oss-parent.spec | 5 ++++- fasterxml-oss-parent.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fasterxml-oss-parent.yaml diff --git a/fasterxml-oss-parent.spec b/fasterxml-oss-parent.spec index 2123fd9..d8b17a0 100644 --- a/fasterxml-oss-parent.spec +++ b/fasterxml-oss-parent.spec @@ -1,6 +1,6 @@ Name: fasterxml-oss-parent Version: 26 -Release: 8 +Release: 9 Summary: Faster, better open source XML and JSON parsing for the Java platform License: ASL 2.0 URL: http://fasterxml.com/ @@ -46,5 +46,8 @@ done %license LICENSE NOTICE %changelog +* Thu Dec 29 2022 yangmingtai - 26-9 +- add fasterxml-oss-parent.yaml + * Fri Dec 13 2019 openEuler Buildteam - 26-8 - Package init diff --git a/fasterxml-oss-parent.yaml b/fasterxml-oss-parent.yaml new file mode 100644 index 0000000..9868b68 --- /dev/null +++ b/fasterxml-oss-parent.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: FasterXML/oss-parent +tag_prefix: "^oss-parent-" +seperator: "-"