Skip to content

Commit

Permalink
update version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wollnik committed Dec 17, 2020
1 parent c62b0a8 commit 5b3c7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.amazon.deequ</groupId>
<artifactId>deequ${artifact.scala.version}${artifact.spark.version}</artifactId>
<version>1.1.0-SNAPSHOT</version>
<artifactId>deequ</artifactId>
<version>1.1.0</version>

<name>deequ</name>
<description>Deequ is a library built on top of Apache Spark for defining "unit tests for data",
Expand Down

0 comments on commit 5b3c7d3

Please sign in to comment.