Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Mar 14, 2017
1 parent 63c1c09 commit 2211f21
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion hazelcast-jet-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hazelcast-jet-cascading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<name>hazelcast-jet-cascading</name>
<artifactId>hazelcast-jet-cascading</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>

<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hazelcast-jet-client-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<name>hazelcast-jet-client-protocol</name>
<artifactId>hazelcast-jet-client-protocol</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<description>Hazelcast Jet Client Protocol</description>
<url>http://www.hazelcast.com/</url>

<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hazelcast-jet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<name>hazelcast-jet-core</name>
<artifactId>hazelcast-jet-core</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<description>Hazelcast Jet Data Processor</description>
<url>http://www.hazelcast.com/</url>

<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hazelcast-jet-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
<name>hazelcast-jet-distribution</name>
<artifactId>hazelcast-jet-distribution</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<url>http://www.hazelcast.com/</url>

<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hazelcast-jet-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@


<artifactId>hazelcast-jet-hadoop</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hazelcast-jet-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@


<artifactId>hazelcast-jet-kafka</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.hazelcast.jet</groupId>
<artifactId>hazelcast-jet-root</artifactId>
<packaging>pom</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>hazelcast-jet-root</name>
<description>Hazelcast Jet Data Processor</description>
<url>http://www.hazelcast.com/</url>
Expand Down

0 comments on commit 2211f21

Please sign in to comment.