Skip to content

Push artifacts to Hazelcast repository [DI-639]#75

Merged
JackPGreen merged 9 commits into
masterfrom
push-to-maven-central
Sep 22, 2025
Merged

Push artifacts to Hazelcast repository [DI-639]#75
JackPGreen merged 9 commits into
masterfrom
push-to-maven-central

Conversation

@JackPGreen
Copy link
Copy Markdown
Contributor

@JackPGreen JackPGreen commented Sep 18, 2025

We were pushing SNAPSHOTs to Maven central, but these are no longer retained long-term.

Instead we should push to our repositories.

Example execution, pushing to the SNAPSHOT repo.

Fixes: DI-639

@JackPGreen JackPGreen changed the title Push to Maven central Push artifacts to Hazelcast repository Sep 18, 2025
@JackPGreen JackPGreen changed the title Push artifacts to Hazelcast repository Push artifacts to Hazelcast repository [DI-639] Sep 18, 2025
@JackPGreen JackPGreen marked this pull request as ready for review September 18, 2025 10:59
JackPGreen added a commit to JackPGreen/hazelcast-csharp-client that referenced this pull request Sep 18, 2025
In hazelcast/hazelcast-remote-controller#75, `hazelcast-remote-controller` is deployed to a different repository to addess build issues. Update the paths to suit.

Also updated Maven central URL as per hazelcast/hazelcast-mono#4897

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)
JackPGreen added a commit to hazelcast/hazelcast-nodejs-client that referenced this pull request Sep 18, 2025
In hazelcast/hazelcast-remote-controller#75,
`hazelcast-remote-controller` is deployed to a different repository to
address build issues. Update the paths to suit.

Also:
- updated Maven central URL as per
hazelcast/hazelcast-mono#4897
- updated Maven central URL to use `HTTPS`, as `HTTP` is [no longer
supported](https://maven.apache.org/docs/3.8.1/release-notes.html).

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)

[DI-639]:
https://hazelcast.atlassian.net/browse/DI-639?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
JackPGreen added a commit to hazelcast/hazelcast-csharp-client that referenced this pull request Sep 18, 2025
JackPGreen added a commit to JackPGreen/hazelcast-go-client that referenced this pull request Sep 18, 2025
In hazelcast/hazelcast-remote-controller#75, `hazelcast-remote-controller` is deployed to a different repository to address build issues. Update the paths to suit.

Also updated Maven central URL as per hazelcast/hazelcast-mono#4897

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)
JackPGreen added a commit to JackPGreen/client-compatibility-suites that referenced this pull request Sep 18, 2025
In hazelcast/hazelcast-remote-controller#75, `hazelcast-remote-controller` is deployed to a different repository to address build issues. Update the paths to suit.

Also:
- updated Maven central URL as per hazelcast/hazelcast-mono#4897
- updated Maven central URL to use `HTTPS`, as `HTTP` is [no longer supported](https://maven.apache.org/docs/3.8.1/release-notes.html).

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)
JackPGreen added a commit to JackPGreen/hazelcast-cpp-client that referenced this pull request Sep 18, 2025
In hazelcast/hazelcast-remote-controller#75, `hazelcast-remote-controller` is deployed to a different repository to address build issues. Update the paths to suit.

Also updated Maven central URL as per hazelcast/hazelcast-mono#4897

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)
JackPGreen added a commit to JackPGreen/hazelcast-python-client that referenced this pull request Sep 18, 2025
In hazelcast/hazelcast-remote-controller#75, `hazelcast-remote-controller` is deployed to a different repository to address build issues. Update the paths to suit.

Also updated Maven central URL as per hazelcast/hazelcast-mono#4897

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)
JackPGreen added a commit to hazelcast/hazelcast-cpp-client that referenced this pull request Sep 19, 2025
In hazelcast/hazelcast-remote-controller#75,
`hazelcast-remote-controller` is deployed to a different repository to
address build issues. Update the paths to suit.

Also:
- updated Maven central URL as per
hazelcast/hazelcast-mono#4897
- updated Maven central URL to use `HTTPS`, as `HTTP` is [no longer
supported](https://maven.apache.org/docs/3.8.1/release-notes.html).

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)

[DI-639]:
https://hazelcast.atlassian.net/browse/DI-639?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
JackPGreen added a commit to hazelcast/hazelcast-go-client that referenced this pull request Sep 19, 2025
JackPGreen added a commit to hazelcast/client-compatibility-suites that referenced this pull request Sep 19, 2025
In hazelcast/hazelcast-remote-controller#75,
`hazelcast-remote-controller` is deployed to a different repository to
address build issues. Update the paths to suit.

Also:
- updated Maven central URL as per
hazelcast/hazelcast-mono#4897
- updated Maven central URL to use `HTTPS`, as `HTTP` is [no longer
supported](https://maven.apache.org/docs/3.8.1/release-notes.html).

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)

[DI-639]:
https://hazelcast.atlassian.net/browse/DI-639?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
JackPGreen added a commit to hazelcast/hazelcast-python-client that referenced this pull request Sep 19, 2025
ldziedziul
ldziedziul previously approved these changes Sep 19, 2025
@JackPGreen JackPGreen requested a review from nishaatr September 19, 2025 19:09
@JackPGreen JackPGreen enabled auto-merge (squash) September 19, 2025 19:09
Comment thread .github/workflows/deploy.yaml Outdated
Comment thread .github/workflows/deploy.yaml
@JackPGreen JackPGreen requested a review from nishaatr September 22, 2025 08:34
@JackPGreen JackPGreen merged commit 2256fa1 into master Sep 22, 2025
1 check passed
JackPGreen added a commit to hazelcast/client-compatibility-suites that referenced this pull request Sep 24, 2025
In hazelcast/hazelcast-remote-controller#75,
`hazelcast-remote-controller` is deployed to a different repository to
address build issues. Update the paths to suit.

Also:
- updated Maven central URL as per
hazelcast/hazelcast-mono#4897
- updated Maven central URL to use `HTTPS`, as `HTTP` is [no longer
supported](https://maven.apache.org/docs/3.8.1/release-notes.html).

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)

[DI-639]:
https://hazelcast.atlassian.net/browse/DI-639?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
ihsandemir pushed a commit to ihsandemir/hazelcast-cpp-client that referenced this pull request Sep 26, 2025
In hazelcast/hazelcast-remote-controller#75,
`hazelcast-remote-controller` is deployed to a different repository to
address build issues. Update the paths to suit.

Also:
- updated Maven central URL as per
hazelcast/hazelcast-mono#4897
- updated Maven central URL to use `HTTPS`, as `HTTP` is [no longer
supported](https://maven.apache.org/docs/3.8.1/release-notes.html).

Fixes: [DI-639](https://hazelcast.atlassian.net/browse/DI-639)

[DI-639]:
https://hazelcast.atlassian.net/browse/DI-639?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants