Skip to content

Commit c4ad15f

Browse files
committed
Minor: fix version of maven-deploy-plugin, fix pom warnings
1 parent 8ef0248 commit c4ad15f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

kotlinx-coroutines-async-example-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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>

kotlinx-coroutines-rx-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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>

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
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

0 commit comments

Comments
 (0)