diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-16 19:27:23 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-16 19:27:23 -0700 |
commit | 3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 (patch) | |
tree | bc60252fe092b2830781281fce2458baf89db718 /thedarkcolour | |
parent | 1f5749dbd4eff6a5e78307e89c0e9c1a595bcb97 (diff) | |
download | KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.gz KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.bz2 KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.zip |
Update Kotlin for Forge 1.4.0
Diffstat (limited to 'thedarkcolour')
11 files changed, 88 insertions, 1 deletions
diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar Binary files differnew file mode 100644 index 0000000..6672a1c --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar.md5 new file mode 100644 index 0000000..b930d81 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar.md5 @@ -0,0 +1 @@ +68cdfaa0ece056da7ce802127cc42619
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar.sha1 new file mode 100644 index 0000000..41a58f8 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0-sources.jar.sha1 @@ -0,0 +1 @@ +a42a29eadc06ad37bf4ad406ee159cf1d19fb37d
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar Binary files differnew file mode 100644 index 0000000..57824be --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar.md5 b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar.md5 new file mode 100644 index 0000000..3b560f4 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar.md5 @@ -0,0 +1 @@ +391fbc8ab89f83e543e3db36b8524fa7
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar.sha1 b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar.sha1 new file mode 100644 index 0000000..468c193 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.jar.sha1 @@ -0,0 +1 @@ +fb9879c25a4e195d292557ca15c5320b06b848b4
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom new file mode 100644 index 0000000..ad226df --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>thedarkcolour</groupId> + <artifactId>kotlinforforge</artifactId> + <version>1.4.0</version> + <repositories> + <repository> + <id>kt-eap</id> + <name>Kotlin Early Access</name> + <url>https://dl.bintray.com/kotlin/kotlin-eap</url> + </repository> + </repositories> + <dependencies> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.4.0-rc</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <version>19.0.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-core</artifactId> + <version>1.3.7</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-jdk8</artifactId> + <version>1.3.7</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom.md5 b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom.md5 new file mode 100644 index 0000000..75bc6a4 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom.md5 @@ -0,0 +1 @@ +0c93001a8e0fc1b0581f168e3e481df2
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom.sha1 b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom.sha1 new file mode 100644 index 0000000..b5a7c34 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/kotlinforforge-1.4.0.pom.sha1 @@ -0,0 +1 @@ +dd94be86370e56223dc59a4f4db1ba2afd48d04f
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.4.0/web.html b/thedarkcolour/kotlinforforge/1.4.0/web.html new file mode 100644 index 0000000..809ed85 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.4.0/web.html @@ -0,0 +1,20 @@ +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> +<head><title>Index of /1.4.0/</title></head> +<body> +<h1>Index of /kotlinforforge/</h1> +<hr> +<pre><a href="../web.html">../</a> +<a href="kotlinforforge-1.4.0-sources.jar">kotlinforforge-1.4.0-sources.jar</a> +<a href="kotlinforforge-1.4.0-sources.jar.sha1">kotlinforforge-1.4.0-sources.jar.sha1</a> +<a href="kotlinforforge-1.4.0-sources.jar.md5">kotlinforforge-1.4.0-sources.jar.md5</a> +<a href="kotlinforforge-1.4.0.jar">kotlinforforge-1.4.0.jar</a> +<a href="kotlinforforge-1.4.0.jar.sha1">kotlinforforge-1.4.0.jar.sha1</a> +<a href="kotlinforforge-1.4.0.jar.md5">kotlinforforge-1.4.0.jar.md5</a> +<a href="kotlinforforge-1.4.0.pom">kotlinforforge-1.4.0.pom</a> +<a href="kotlinforforge-1.4.0.pom.sha1">kotlinforforge-1.4.0.pom.sha1</a> +<a href="kotlinforforge-1.4.0.pom.md5">kotlinforforge-1.4.0.pom.md5</a> +</pre> +<hr> +</body> +</html> diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml b/thedarkcolour/kotlinforforge/maven-metadata.xml index fd4e68f..6745bc5 100644 --- a/thedarkcolour/kotlinforforge/maven-metadata.xml +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml @@ -3,7 +3,7 @@ <groupId>thedarkcolour</groupId> <artifactId>kotlinforforge</artifactId> <versioning> - <release>1.3.1</release> + <release>1.4.0</release> <versions> <version>1.0.0</version> <version>1.0.1</version> @@ -13,6 +13,7 @@ <version>1.2.2</version> <version>1.3.0</version> <version>1.3.1</version> + <version>1.4.0</version> </versions> </versioning> </metadata> |