Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARb9-006ki3-Nf for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 09:20:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rARb8-002qZr-Bx for pgsql-jdbc-commits@arkaria.postgresql.org; Tue, 05 Dec 2023 09:20:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARb8-002qZj-5a for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 09:20:10 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rARb4-00AC3b-WE for pgsql-jdbc-commits@lists.postgresql.org; Tue, 05 Dec 2023 09:20:09 +0000 Received: from github.com (hubbernetes-node-1214c93.ac4-iad.github.net [10.52.139.37]) by smtp.github.com (Postfix) with ESMTPA id 5F8645E109A for ; Tue, 5 Dec 2023 01:20:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701768005; bh=qtdLuME5LVYrWhTQuSlQjlcCuxBAJ8w4mAuLimsYxEE=; h=Date:From:To:Subject:From; b=bfM9jGdYK0gZlJPj6tVeaQ/tET2k74ckv+Xzn/PvgNH4RD57XtmDR0PS5OLJMI37W IWrt34FhwwTKZMZ1wYd/AzY5sG8j+RFkwTGKr4eoyVvdlUlU5+h1Xxs5FCWYFVLBqC Sev9b4apYzbOjgy6J+mjfiCU8oMzL2k7E7ryuLO4= Date: Tue, 05 Dec 2023 01:20:05 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 244f4c: test: use a fixed 1.0.0-dev-master-SNAPSHOT driver... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@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: 244f4c049fadea87ae3875dafbb1d15beb6145c2 https://github.com/pgjdbc/pgjdbc/commit/244f4c049fadea87ae3875dafbb1d15beb6145c2 Author: Vladimir Sitnikov Date: 2023-12-05 (Tue, 05 Dec 2023) Changed paths: M .github/workflows/main.yml M .travis/travis_build.sh M test-anorm-sbt/build.sbt Log Message: ----------- test: use a fixed 1.0.0-dev-master-SNAPSHOT driver version when testing with sbt rather than replacing build.sbt every time