Skip to content

Commit

Permalink
Fix 5.3.4 deployment by pushing 5.3.5 (#25800)
Browse files Browse the repository at this point in the history
Unfortunately, 5.3.4 was partially released incorrectly and we cannot
revert or restrict as its deployed to Maven Central
We are going to release 5.3.5 instead which is based off 5.3.3 and skip
5.3.3 altogether
This should make 5.3.5 as the latest release and users should be able to
pick it up overshadowing 5.3.4

Fixes [HZ-3546]

EE PR: hazelcast/hazelcast-enterprise#6705

Checklist:
- [ ] Labels (`Team:`, `Type:`, `Source:`, `Module:`) and Milestone set
- [ ] Add `Add to Release Notes` label if changes should be mentioned in
release notes or `Not Release Notes content` if changes are not relevant
for release notes
- [ ] Request reviewers if possible
- [ ] New public APIs have `@Nonnull/@Nullable` annotations
- [ ] New public APIs have `@since` tags in Javadoc
- [ ] Send backports/forwardports if fix needs to be applied to
past/future releases


[HZ-3546]:
https://hazelcast.atlassian.net/browse/HZ-3546?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Jack <jack.green@hazelcast.com>
  • Loading branch information
nishaatr and JackPGreen committed Oct 23, 2023
1 parent 781beef commit b2c44b5
Show file tree
Hide file tree
Showing 43 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cdc-debezium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cdc-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cdc-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/elasticsearch/elasticsearch-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/elasticsearch/elasticsearch-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/files-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-hadoop-dist</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/files-gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-hadoop-dist</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/files-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>hazelcast-jet-hadoop-dist</artifactId>
<groupId>com.hazelcast.jet</groupId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/hadoop-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-hadoop-dist</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-hadoop-dist</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hazelcast-3-connector-root</artifactId>
<groupId>com.hazelcast</groupId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>hazelcast-3-connector-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hazelcast-3-connector-root</artifactId>
<groupId>com.hazelcast</groupId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>hazelcast-3-connector-impl</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hazelcast-3-connector-root</artifactId>
<groupId>com.hazelcast</groupId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>hazelcast-3-connector-interface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hazelcast-3-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/kafka-connect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/mapstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion extensions/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-archunit-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-build-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>hazelcast-root</artifactId>
<groupId>com.hazelcast</groupId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-it/distribution-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-it</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>distribution-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-it/jdk17-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-it</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>jdk17-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>hazelcast-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-spring-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-tpc-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -468,7 +468,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-tpc-engine</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast/src/main/resources/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.3 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.
This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.5 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

## Enhancements

Expand Down
2 changes: 1 addition & 1 deletion modulepath-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<packaging>pom</packaging>
<version>5.3.3-SNAPSHOT</version>
<version>5.3.5-SNAPSHOT</version>
<name>Hazelcast Root</name>
<description>Hazelcast In-Memory DataGrid</description>
<url>http://www.hazelcast.com/</url>
Expand Down

0 comments on commit b2c44b5

Please sign in to comment.