Skip to content

Commit daa4a47

Browse files
Ilya Bogdanovdmitry-timofeev
authored andcommitted
Use 0.9.0-rc2 as ejb.version in Light Client
Replace the temporary dependency on a snapshot version with a released 0.9.0-rc2, which the next LC shall use.
1 parent 5b7a82a commit daa4a47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exonum-light-client/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161

6262
<properties>
6363
<!-- Project configuration -->
64-
<!-- TODO: Rollback to 0.9.0-rc1 when it is released -->
65-
<ejb.version>0.10.0-SNAPSHOT</ejb.version>
64+
<ejb.version>0.9.0-rc2</ejb.version>
6665
<java.compiler.source>8</java.compiler.source>
6766
<java.compiler.target>8</java.compiler.target>
6867
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)