File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The following table shows versions compatibility:
14
14
15
15
| Light Client | Exonum | Exonum Java |
16
16
| --------------| --------| -------------|
17
- | 0.1 | 0.10.* | 0.4 |
17
+ | 0.1.0 | 0.10.* | 0.4 |
18
18
19
19
## Prerequisites
20
20
- Java 8 or above is required for using this client
@@ -26,12 +26,12 @@ If you are using Maven, add this to your _pom.xml_ file
26
26
<dependency >
27
27
<groupId >com.exonum.client</groupId >
28
28
<artifactId >exonum-light-client</artifactId >
29
- <version >0.1-SNAPSHOT </version >
29
+ <version >0.1.0 </version >
30
30
</dependency >
31
31
```
32
32
If you are using Gradle, add this to your dependencies
33
33
``` Groovy
34
- compile 'com.exonum.client:exonum-light-client:0.1-SNAPSHOT '
34
+ compile 'com.exonum.client:exonum-light-client:0.1.0 '
35
35
```
36
36
37
37
## Examples
Original file line number Diff line number Diff line change 41
41
</developer >
42
42
</developers >
43
43
44
+ <scm >
45
+ <connection >scm:git:https://github.com/exonum/exonum-java-binding.git</connection >
46
+ <
developerConnection >scm:git:
[email protected] :/exonum/exonum-java-binding.git</
developerConnection >
47
+ <url >https://github.com/exonum/exonum-java-binding</url >
48
+ <tag >HEAD</tag >
49
+ </scm >
50
+ <issueManagement >
51
+ <system >github</system >
52
+ <url >https://github.com/exonum/exonum-java-binding/issues</url >
53
+ </issueManagement >
54
+ <distributionManagement >
55
+ <snapshotRepository >
56
+ <id >ossrh</id >
57
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
58
+ </snapshotRepository >
59
+ <repository >
60
+ <id >ossrh</id >
61
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
62
+ </repository >
63
+ </distributionManagement >
64
+
44
65
<properties >
45
66
<!-- Project configuration -->
46
- <ejb .version>0.5-SNAPSHOT </ejb .version>
67
+ <ejb .version>0.4.0 </ejb .version>
47
68
<java .compiler.source>8</java .compiler.source>
48
69
<java .compiler.target>8</java .compiler.target>
49
70
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments