Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kolb committed Apr 25, 2019
1 parent 26ad23e commit 8ae75ed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Include in your project's pom.xml:
<dependency>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-dataset_2.11</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
```
or for the Flink DataStream API:
Expand All @@ -82,7 +82,7 @@ or for the Flink DataStream API:
<dependency>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-datastream_2.11</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>
```
If you want to use assertions you should also include hamcrest:
Expand All @@ -104,7 +104,7 @@ If you want to use assertions you should also include hamcrest:
<dependency>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-dataset</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.4-SNAPSHOT</version>
</dependency>
```
or for the Flink DataStream API:
Expand All @@ -113,7 +113,7 @@ or for the Flink DataStream API:
<dependency>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-datastream</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.4-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion flinkspector-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_${scala.binary.version}</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flinkspector-dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_${scala.binary.version}</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flinkspector-datastream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_${scala.binary.version}</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_${scala.binary.version}</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>

<name>Flinkspector</name>
<description>Lightweight integration tests for Apache Flink</description>
Expand Down

0 comments on commit 8ae75ed

Please sign in to comment.