File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
kotlinx-coroutines-async-example-ui
kotlinx-coroutines-rx-example Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >org.jetbrains.kotlinx</groupId >
3434 <artifactId >kotlinx-coroutines-async</artifactId >
35- <version >${version} </version >
35+ <version >${project. version} </version >
3636 <scope >compile</scope >
3737 </dependency >
3838 </dependencies >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.jetbrains.kotlinx</groupId >
5353 <artifactId >kotlinx-coroutines-rx</artifactId >
54- <version >${version} </version >
54+ <version >${project. version} </version >
5555 <scope >compile</scope >
5656 </dependency >
5757 </dependencies >
Original file line number Diff line number Diff line change 120120 <artifactId >maven-release-plugin</artifactId >
121121 <version >2.5.2</version >
122122 </plugin >
123+ <plugin >
124+ <groupId >org.apache.maven.plugins</groupId >
125+ <artifactId >maven-deploy-plugin</artifactId >
126+ <version >2.8.2</version >
127+ </plugin >
123128 </plugins >
124129 </pluginManagement >
125130
You can’t perform that action at this time.
0 commit comments