Skip to content

Commit

Permalink
Github-88: Chnage oldVersion + add source compatibility break
Browse files Browse the repository at this point in the history
  • Loading branch information
viartemev committed May 1, 2020
1 parent a678549 commit 429427e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.10.4-SNAPSHOT</version>
<version>2.10.3</version>
<type>jar</type>
</dependency>
</oldVersion>
Expand All @@ -175,6 +175,7 @@
</newVersion>
<parameter>
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
<!-- see documentation -->
</parameter>
</configuration>
Expand Down

0 comments on commit 429427e

Please sign in to comment.