Merge pull request #515 from square/eric.versions
Group dependency version codes together.
This commit is contained in:
commit
4f3f74f016
2 changed files with 2 additions and 3 deletions
|
@ -64,7 +64,6 @@
|
|||
<dependency>
|
||||
<groupId>me.eugeniomarletti.kotlin.metadata</groupId>
|
||||
<artifactId>kotlin-metadata</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</dependency>
|
||||
<!--
|
||||
Though we don't use compile-testing, including it is a convenient way to get tools.jar on the
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -30,7 +30,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.7</java.version>
|
||||
<kotlin.version>1.2.21</kotlin.version>
|
||||
<kotlin-metadata.version>1.2.1</kotlin-metadata.version>
|
||||
<kotlin-metadata.version>1.3.0</kotlin-metadata.version>
|
||||
|
||||
<!-- Dependencies -->
|
||||
<okio.version>1.14.0</okio.version>
|
||||
|
@ -110,7 +110,7 @@
|
|||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.eugeniomarletti</groupId>
|
||||
<groupId>me.eugeniomarletti.kotlin.metadata</groupId>
|
||||
<artifactId>kotlin-metadata</artifactId>
|
||||
<version>${kotlin-metadata.version}</version>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in a new issue