This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 5887678f2f496deb9109112b79811666bf88a53f Author: Ranga Reddy <[email protected]> AuthorDate: Wed Sep 18 10:10:35 2024 +0530 [532] Add DISCLAIMER to META-INF in jars --- DISCLAIMER | 10 ---------- pom.xml | 6 ++++-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index fe22ba3d..00000000 --- a/DISCLAIMER +++ /dev/null @@ -1,10 +0,0 @@ -Apache XTableâ„¢ (Incubating) is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. \ No newline at end of file diff --git a/pom.xml b/pom.xml index a08658b0..b10bf31c 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <target.dir.pattern>**/target/**</target.dir.pattern> <delombok.output.dir>${project.build.directory}/delombok</delombok.output.dir> + <apache-jar-resource-bundle.version>1.7</apache-jar-resource-bundle.version> + <apache-incubator-disclaimer-resource-bundle.version>1.7</apache-incubator-disclaimer-resource-bundle.version> <!-- Test properties --> <skipTests>false</skipTests> @@ -571,8 +573,8 @@ <projectName>Apache XTable (incubating)</projectName> </properties> <resourceBundles> - <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> - <resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.2-SNAPSHOT</resourceBundle> + <resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:${apache-jar-resource-bundle.version}</resourceBundle> + <resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:${apache-incubator-disclaimer-resource-bundle.version}</resourceBundle> </resourceBundles> </configuration> </execution>
