Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ozdui-00061k-GR for pgsql-jdbc@arkaria.postgresql.org; Mon, 28 Nov 2022 13:11:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ozduh-0002N1-Ca for pgsql-jdbc@arkaria.postgresql.org; Mon, 28 Nov 2022 13:11:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ozduh-0002MP-3r for pgsql-jdbc@lists.postgresql.org; Mon, 28 Nov 2022 13:11:11 +0000 Received: from out-17.smtp.github.com ([192.30.252.200] helo=smtp.github.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ozduc-00053J-OP for pgsql-jdbc@lists.postgresql.org; Mon, 28 Nov 2022 13:11:10 +0000 Received: from github.com (hubbernetes-node-6f3a3c0.va3-iad.github.net [10.48.15.34]) by smtp.github.com (Postfix) with ESMTPA id 3A2DD5C0C1F for ; Mon, 28 Nov 2022 05:11:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1669641065; bh=ck5Hb4VKkzuNOLRF9sy5jTjsU5Ut6YfI7MPWU6+YhC8=; h=Date:From:To:Subject:From; b=kbZTYVBnCjPHR0fVQbnWpgd54J3w6nJcrGJgOwSkFWwQJI//N7Mpk8YsG6IoFH1kj Byv6MtGg4Yc3qPIATNbiZSFuCenvyCYkaTqnZ1Lp34xbu8rL/ER0zEx8MS4kQDo/ts V04VisfE8PAdm85ecyDebqiZOn1STNOtk9i1MfHY= Date: Mon, 28 Nov 2022 05:11:05 -0800 From: Damiano Albani To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 5398f2: Ensure case of XML tags in Maven snippet is correc... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 5398f286c6c464cc4d86a81557f0a37efc4927ad https://github.com/pgjdbc/pgjdbc/commit/5398f286c6c464cc4d86a81557f0a37efc4927ad Author: Damiano Albani Date: 2022-11-28 (Mon, 28 Nov 2022) Changed paths: M docs/layouts/shortcodes/recent-versions.html A docs/static/js/copyToClipboard.js R docs/static/js/copyToClipborad.js M docs/static/js/index.js Log Message: ----------- Ensure case of XML tags in Maven snippet is correct (#2682)