Skip to content

Commit

Permalink
4.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Apr 12, 2021
1 parent aa0f2d4 commit bed77b2
Show file tree
Hide file tree
Showing 73 changed files with 366 additions and 74 deletions.
6 changes: 3 additions & 3 deletions examples/cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-cdc-debezium</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-cdc-mysql</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion examples/co-group/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion examples/early-window-results/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/elastic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-elasticsearch-7</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion examples/enrichment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion examples/event-journal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/fault-tolerance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion examples/files-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

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

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

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/imdg-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/job-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion examples/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/pattern-matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion examples/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-root</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/return-results/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/rolling-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/session-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion examples/sliding-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/source-sink-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hazelcast-jet-examples</artifactId>
<groupId>com.hazelcast.jet.examples</groupId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<!-- adding SpringBoot POM -->
Expand Down
2 changes: 1 addition & 1 deletion examples/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hazelcast-jet-examples</artifactId>
<groupId>com.hazelcast.jet.examples</groupId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
http://www.hazelcast.com/schema/spring
http://www.hazelcast.com/schema/spring/hazelcast-spring-4.0.xsd
http://www.hazelcast.com/schema/jet-spring
http://www.hazelcast.com/schema/jet-spring/hazelcast-jet-spring-4.5.xsd
http://www.hazelcast.com/schema/jet-spring/hazelcast-jet-spring-4.6.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

Expand Down
2 changes: 1 addition & 1 deletion examples/tf-idf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

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

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/wordcount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast.jet.examples</groupId>
<artifactId>hazelcast-jet-examples</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<build>
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>4.5-SNAPSHOT</version>
<version>4.6-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>4.5-SNAPSHOT</version>
<version>4.6-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>4.5-SNAPSHOT</version>
<version>4.6-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>4.5-SNAPSHOT</version>
<version>4.6-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>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/elasticsearch/elasticsearch-5/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>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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>4.5-SNAPSHOT</version>
<version>4.6-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>4.5-SNAPSHOT</version>
<version>4.6-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>4.5-SNAPSHOT</version>
<version>4.6-SNAPSHOT</version>
</parent>

<build>
Expand Down
Loading

0 comments on commit bed77b2

Please sign in to comment.