Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release java 1.2.0 #63

Merged
merged 6 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
marandaneto committed Jan 29, 2025
commit ee6746ffc5d04a098f4a65550427b47281fe7c10
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ https://central.sonatype.org/publish/publish-guide/
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>GPG_KEY_ID</gpg.keyname>
<gpg.passphrase>GPG_PASSPHRASE</gpg.passphrase>
</properties>
</profile>
@@ -58,6 +59,16 @@ If your password has special characters, use an environment variable instead (an
export GPG_PASSPHRASE="..."
```

If maven complains your private key is not available on keyserver.ubuntu.com

```bash
gpg --list-secret-keys --keyid-format LONG
# returns something like:
# sec ed12345/123F1234FE56565 2023-09-22 [SC]
# the ID will be the part after the slash, in this case `123F1234FE56565`.
gpg --keyserver keyserver.ubuntu.com --send-keys 123F1234FE56565
```

#### 3. Deploy

1. Change the version in `posthog/pom.xml` accordingly (latest versions can be
1 change: 1 addition & 0 deletions posthog/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependency-reduced-pom.xml