From 8f936582b8c670f41cd9714e54ddda16cc1c8dd9 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 10:51:52 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .apache-resource-bundles.metadata | 3 +++ .gitignore | 9 +++------ apache-resource-bundles-cleanup-poms.patch | 20 ++++++++++++++++++++ gating.yaml | 8 -------- 4 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 .apache-resource-bundles.metadata create mode 100644 apache-resource-bundles-cleanup-poms.patch delete mode 100644 gating.yaml diff --git a/.apache-resource-bundles.metadata b/.apache-resource-bundles.metadata new file mode 100644 index 0000000..931a238 --- /dev/null +++ b/.apache-resource-bundles.metadata @@ -0,0 +1,3 @@ +1b81c0751b2131074eebce60c86289824c98615c apache-incubator-disclaimer-resource-bundle-1.1-sources.jar +392dfe3fd871d56d1edc48479fdff65013c801d9 apache-jar-resource-bundle-1.4-sources.jar +2b61357efc85d89ac1e96b6ac6309a6872819116 apache-license-header-resource-bundle-1.1-sources.jar diff --git a/.gitignore b/.gitignore index f863076..559e646 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -SOURCES/apache-incubator-disclaimer-resource-bundle-1.1-sources.jar -SOURCES/apache-jar-resource-bundle-1.4-sources.jar -SOURCES/apache-license-header-resource-bundle-1.1-sources.jar -/apache-incubator-disclaimer-resource-bundle-1.1-sources.jar -/apache-jar-resource-bundle-1.4-sources.jar -/apache-license-header-resource-bundle-1.1-sources.jar +apache-incubator-disclaimer-resource-bundle-1.1-sources.jar +apache-jar-resource-bundle-1.4-sources.jar +apache-license-header-resource-bundle-1.1-sources.jar diff --git a/apache-resource-bundles-cleanup-poms.patch b/apache-resource-bundles-cleanup-poms.patch new file mode 100644 index 0000000..2bffc13 --- /dev/null +++ b/apache-resource-bundles-cleanup-poms.patch @@ -0,0 +1,20 @@ +--- apache-resource-bundles-2/pom.xml.orig 2010-01-19 10:29:54.688919029 +0000 ++++ apache-resource-bundles-2/pom.xml 2010-01-19 10:30:08.671919266 +0000 +@@ -24,17 +24,6 @@ + https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2 + + +- +- +- +- maven-release-plugin +- 2.0-beta-4 +- +- https://svn.apache.org/repos/asf/maven/resources/tags +- +- +- +- + + + diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index d6b7694..0000000 --- a/gating.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_contexts: - - osci_compose_gate -rules: - # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test - - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}