Skip to content

Commit

Permalink
0.7.1 for repackage/republish
Browse files Browse the repository at this point in the history
  • Loading branch information
jovezhong committed Aug 22, 2024
1 parent 03a28c2 commit dafd13b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ profile.html
*.md5
*.sha1
*.zip

central-staging
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<version>
# 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-<version>.jar.asc` You may need to regenerate it via `gpg -ab proton-jdbc/target/proton-jdbc-<version>.jar`

Please check the README in [proton-jdbc](proton-jdbc) sub-folder for more details.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</distributionManagement>

<properties>
<revision>0.7.0</revision>
<revision>0.7.1</revision>
<project.current.year>2024</project.current.year>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit dafd13b

Please sign in to comment.