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.4 scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kolb committed Apr 28, 2019
1 parent 80e773a commit a8a8ede
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions flinkspector-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_2.11</artifactId>
<artifactId>flinkspector-parent_2.12</artifactId>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>flinkspector-core_2.11</artifactId>
<artifactId>flinkspector-core_2.12</artifactId>
<name>flinkspector-core</name>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions flinkspector-dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_2.11</artifactId>
<artifactId>flinkspector-parent_2.12</artifactId>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>flinkspector-dataset_2.11</artifactId>
<artifactId>flinkspector-dataset_2.12</artifactId>
<name>flinkspector-dataset</name>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions flinkspector-datastream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_2.11</artifactId>
<artifactId>flinkspector-parent_2.12</artifactId>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>flinkspector-datastream_2.11</artifactId>
<artifactId>flinkspector-datastream_2.12</artifactId>
<name>flinkspector-datastream</name>

<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>io.flinkspector</groupId>
<artifactId>flinkspector-parent_2.11</artifactId>
<artifactId>flinkspector-parent_2.12</artifactId>
<version>0.9.4</version>

<name>Flinkspector</name>
Expand Down Expand Up @@ -61,8 +61,8 @@
<slf4j.version>1.7.7</slf4j.version>
<guava.version>20.0</guava.version>
<!-- Default scala versions, may be overwritten by build profiles -->
<scala.version>2.11.11</scala.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.12.8</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven-shade-plugin.version>3.1.1</maven-shade-plugin.version>
Expand Down

0 comments on commit a8a8ede

Please sign in to comment.