Skip to content

Commit

Permalink
change version number for release 2.0.0-spark-3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Lange committed Aug 5, 2021
1 parent 128f21d commit 310f400
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.amazon.deequ</groupId>
<artifactId>deequ</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>2.0.0-spark-3.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -360,6 +360,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 310f400

Please sign in to comment.