File tree 3 files changed +7
-2
lines changed
kotlinx-coroutines-async-example-ui
kotlinx-coroutines-rx-example
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >org.jetbrains.kotlinx</groupId >
34
34
<artifactId >kotlinx-coroutines-async</artifactId >
35
- <version >${version} </version >
35
+ <version >${project. version} </version >
36
36
<scope >compile</scope >
37
37
</dependency >
38
38
</dependencies >
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >org.jetbrains.kotlinx</groupId >
53
53
<artifactId >kotlinx-coroutines-rx</artifactId >
54
- <version >${version} </version >
54
+ <version >${project. version} </version >
55
55
<scope >compile</scope >
56
56
</dependency >
57
57
</dependencies >
Original file line number Diff line number Diff line change 120
120
<artifactId >maven-release-plugin</artifactId >
121
121
<version >2.5.2</version >
122
122
</plugin >
123
+ <plugin >
124
+ <groupId >org.apache.maven.plugins</groupId >
125
+ <artifactId >maven-deploy-plugin</artifactId >
126
+ <version >2.8.2</version >
127
+ </plugin >
123
128
</plugins >
124
129
</pluginManagement >
125
130
You can’t perform that action at this time.
0 commit comments