This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 11448415 Add missing XML Schema reference
11448415 is described below

commit 11448415fe88bdfcb2d443d725b642e5cfa1f97f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 28 14:30:05 2024 -0500

    Add missing XML Schema reference
---
 src/main/assembly/bin.xml        | 4 +++-
 src/main/assembly/src-tar-gz.xml | 4 +++-
 src/main/assembly/src-zip.xml    | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index a58c2e57..0e329c11 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/assembly/bin.xml
@@ -14,7 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 
http://maven.apache.org/xsd/assembly-2.2.0.xsd";>
     <id>bin</id>
     <formats>
         <format>tar.gz</format>
diff --git a/src/main/assembly/src-tar-gz.xml b/src/main/assembly/src-tar-gz.xml
index b18959f8..5323f371 100644
--- a/src/main/assembly/src-tar-gz.xml
+++ b/src/main/assembly/src-tar-gz.xml
@@ -14,7 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 
http://maven.apache.org/xsd/assembly-2.2.0.xsd";>
     <id>src</id>
     <formats>
         <format>tar.gz</format>
diff --git a/src/main/assembly/src-zip.xml b/src/main/assembly/src-zip.xml
index bf860472..d7603072 100644
--- a/src/main/assembly/src-zip.xml
+++ b/src/main/assembly/src-zip.xml
@@ -14,7 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 
http://maven.apache.org/xsd/assembly-2.2.0.xsd";>
     <id>src</id>
     <formats>
         <format>zip</format>

Reply via email to