Skip to content

Commit

Permalink
Fix the EJB dependency version in the light-client
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-timofeev committed Feb 15, 2019
1 parent ba546e0 commit 6fa8f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exonum-light-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</developers>

<properties>
<ejb.version>0.4-SNAPSHOT</ejb.version>
<ejb.version>0.4.0</ejb.version>
<java.compiler.source>8</java.compiler.source>
<java.compiler.target>8</java.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 6fa8f6e

Please sign in to comment.