diff --git a/.gitignore b/.gitignore index 3f2182b7..3985f4f8 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ profile.html *.md5 *.sha1 *.zip + +central-staging \ No newline at end of file diff --git a/README.md b/README.md index 6f4c7f03..aa4b7ef0 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,13 @@ dependencies { For how to use the JDBC driver, please check the [README in proton repo](https://github.com/timeplus-io/proton/tree/develop/examples/jdbc). To compile and publish the project, run the following command (making sure you have a Timeplus Proton or Enterprise running): -``` +```bash export GPG_TTY=$(tty) -mvn -Drelease clean source:jar package install gpg:sign -Drevision=0.7.0 +mvn -Drelease clean source:jar package install gpg:sign -Drevision= +# or disable tests +mvn -Drelease clean source:jar package install gpg:sign -DskipITs -DskipTests -Drevision=.. ``` -In some cases,the asc file is not properly generated and cannot be verified via `gpg --verify proton-jdbc/target/proton-jdbc-0.7.0.jar.asc` You may need to regenerate it via `gpg -ab proton-jdbc/target/proton-jdbc-0.7.0.jar` +In some cases,the asc file is not properly generated and cannot be verified via `gpg --verify proton-jdbc/target/proton-jdbc-.jar.asc` You may need to regenerate it via `gpg -ab proton-jdbc/target/proton-jdbc-.jar` Please check the README in [proton-jdbc](proton-jdbc) sub-folder for more details. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4ed84540..c4c359eb 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 0.7.0 + 0.7.1 2024 UTF-8 UTF-8