Skip to content

Commit

Permalink
version update for 5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Mar 1, 2022
1 parent 1ae792d commit 966c57c
Show file tree
Hide file tree
Showing 37 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/avro/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cdc-debezium/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cdc-mysql/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cdc-postgres/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/csv/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/elasticsearch/elasticsearch-6/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/elasticsearch/elasticsearch-7/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/grpc/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/hadoop-all/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-hadoop-dist</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop-dist/hadoop/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-hadoop-dist</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions extensions/hadoop-dist/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<properties>
Expand Down Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-hadoop-core</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hadoop/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
Expand Up @@ -5,32 +5,32 @@
<parent>
<artifactId>hazelcast-3-connector-root</artifactId>
<groupId>com.hazelcast</groupId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>hazelcast-3-connector-common</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>

<name>hazelcast-3-connector-common</name>

<dependencies>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</dependency>

<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-3-connector-interface</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-3-connector-impl</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>hazelcast-3-connector-root</artifactId>
<groupId>com.hazelcast</groupId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>hazelcast-3-connector-impl</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>

<name>hazelcast-3-connector-impl</name>

Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-3-connector-interface</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
Expand Down
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>hazelcast-3-connector-root</artifactId>
<groupId>com.hazelcast</groupId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>hazelcast-3-connector-interface</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<name>hazelcast-3-connector-interface</name>

</project>
4 changes: 2 additions & 2 deletions extensions/hazelcast-3-connector/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>hazelcast-3-connector-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<packaging>pom</packaging>

<name>hazelcast-3-connector-root</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/kafka/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/kinesis/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion extensions/protobuf/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/python/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/s3/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-extensions</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-archunit-rules/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-build-utils/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-it/distribution-it/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-it</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>distribution-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-it/jdk17-tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-it</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>jdk17-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-it/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</parent>

<artifactId>hazelcast-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-spring-tests/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-spring/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-sql/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modulepath-tests/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 966c57c

Please sign in to comment.