Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
GezimSejdiu committed Jan 15, 2020
2 parents d581410 + 3673370 commit 5391396
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ cache:
directories:
- "$HOME/.m2"
scala:
- 2.11.11
- 2.11.11
jdk:
- openjdk8
script:
- mvn scalastyle:check
- mvn test
- mvn scalastyle:check
- mvn test
after_success:
- mvn clean test jacoco:report coveralls:report
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-parent</artifactId>
<version>0.6.0</version>
<version>0.7.1</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sansa-ml-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>sansa-ml-parent_2.11</artifactId>
<groupId>net.sansa-stack</groupId>
<version>0.6.0</version>
<version>0.7.1</version>
</parent>

<name>ML API - Common</name>
Expand Down
2 changes: 1 addition & 1 deletion sansa-ml-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-ml-parent_2.11</artifactId>
<version>0.6.0</version>
<version>0.7.1</version>
</parent>

<artifactId>sansa-ml-flink_2.11</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions sansa-ml-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-ml-parent_2.11</artifactId>
<version>0.6.0</version>
<version>0.7.1</version>
</parent>

<artifactId>sansa-ml-spark_2.11</artifactId>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_${scala.binary.version}</artifactId>
<version>3.6.2</version>
<version>3.5.3</version>
</dependency>


Expand Down Expand Up @@ -182,6 +182,7 @@
<groupId>com.github.scopt</groupId>
<artifactId>scopt_${scala.binary.version}</artifactId>
</dependency>

</dependencies>

<!--
Expand Down

0 comments on commit 5391396

Please sign in to comment.