diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-03-15 15:29:12 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-03-15 15:29:12 -0700 |
commit | 9deb20a755528d1370cab429e6849cfc607780db (patch) | |
tree | a37fb494f0b35a2444fca66654db8d1f0ca60395 /thedarkcolour | |
parent | e881f3b56b904c16a488579380d5dceae828c1b2 (diff) | |
download | KotlinForForge-9deb20a755528d1370cab429e6849cfc607780db.tar.gz KotlinForForge-9deb20a755528d1370cab429e6849cfc607780db.tar.bz2 KotlinForForge-9deb20a755528d1370cab429e6849cfc607780db.zip |
Update 1.1.0
Diffstat (limited to 'thedarkcolour')
10 files changed, 60 insertions, 1 deletions
diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar Binary files differnew file mode 100644 index 0000000..fafdd22 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar.md5 b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar.md5 new file mode 100644 index 0000000..30da12e --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar.md5 @@ -0,0 +1 @@ +61eb389c5c7570f21b1d3a57e6a366a2
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar.sha1 b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar.sha1 new file mode 100644 index 0000000..62fa8b7 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0-sources.jar.sha1 @@ -0,0 +1 @@ +1ff98f24252ba0edd5e7cfe5eaabd8dd93bc88dd
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar Binary files differnew file mode 100644 index 0000000..5420ebc --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar.md5 b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar.md5 new file mode 100644 index 0000000..3f5edec --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar.md5 @@ -0,0 +1 @@ +c7901cc05394cc4eebc80918a1231698
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar.sha1 b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar.sha1 new file mode 100644 index 0000000..7d9c453 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.jar.sha1 @@ -0,0 +1 @@ +d08185063d4710acb9b50170c05bcb25e82334d1
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom new file mode 100644 index 0000000..0e4a3e6 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom @@ -0,0 +1,52 @@ +<?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.1.0</version> + <dependencies> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib</artifactId> + <version>1.3.70</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk7</artifactId> + <version>1.3.70</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib-jdk8</artifactId> + <version>1.3.70</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-reflect</artifactId> + <version>1.3.70</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.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.jetbrains.kotlinx</groupId> + <artifactId>kotlinx-coroutines-jdk8</artifactId> + <version>1.3.4</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom.md5 b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom.md5 new file mode 100644 index 0000000..491ca64 --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom.md5 @@ -0,0 +1 @@ +68c9d3f2d057c8ebe8204b9f8689d1d8
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom.sha1 b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom.sha1 new file mode 100644 index 0000000..17f8f3e --- /dev/null +++ b/thedarkcolour/kotlinforforge/1.1.0/kotlinforforge-1.1.0.pom.sha1 @@ -0,0 +1 @@ +e65893001c803f54019f17aae3302793f38cdcb4
\ No newline at end of file diff --git a/thedarkcolour/kotlinforforge/maven-metadata.xml b/thedarkcolour/kotlinforforge/maven-metadata.xml index b561ddd..0c04ebe 100644 --- a/thedarkcolour/kotlinforforge/maven-metadata.xml +++ b/thedarkcolour/kotlinforforge/maven-metadata.xml @@ -3,10 +3,11 @@ <groupId>thedarkcolour</groupId> <artifactId>kotlinforforge</artifactId> <versioning> - <release>1.0.1</release> + <release>1.1.0</release> <versions> <version>1.0.0</version> <version>1.0.1</version> + <version>1.1.0</version> </versions> </versioning> </metadata> |