diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 4afd283..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,28 +0,0 @@ -## v0.2.2 - Snapshot -* Run workflow on certain path changes - -## v0.2.1 - Snapshot -* Removed bundled kotlin -* Added blossom settings -* Updated dependencies - -## v0.2.0 - Snapshot -* Added to sonatype -* Updated Dependencies -* Updated to gradle 8 -* Updated to kotlin 1.8 -* Updated to use gradle kotlin dsl -* Updated repositories - -## v0.1.3 - Snapshot -* Updated Dependencies -* Migrated to JitPack - -## v0.1.2 - Snapshot -* Updated Dependencies - -## v0.1.1 - Snapshot -* Updated Dependencies - -## v0.1.0 - Snapshot -Hello, World! diff --git a/README.md b/README.md index 07efa06..ba98aa3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![](https://jitci.com/gh/TheProgramSrc/SimpleCore-FilesModule/svg)](https://jitci.com/gh/TheProgramSrc/SimpleCore-FilesModule) [![](https://jitpack.io/v/TheProgramSrc/SimpleCore-FilesModule.svg)](https://jitpack.io/#TheProgramSrc/SimpleCore-FilesModule) +[![](https://img.shields.io/nexus/s/xyz.theprogramsrc/filesmodule?server=https%3A%2F%2Fs01.oss.sonatype.org)]() # SimpleCore-FilesModule @@ -7,4 +8,4 @@ File configurations and utils for the SimpleCore API # Documentation * [Wiki](https://github.com/TheProgramSrc/SimpleCore-FilesModule/wiki) -* [JavaDocs](https://theprogramsrc.github.io/SimpleCore-FilesModule/) \ No newline at end of file +* [JavaDocs](https://docs.theprogramsrc.xyz/SimpleCore-FilesModule/) \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index f0e400a..5c85e0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ val env = project.rootProject.file(".env").let { file -> if(file.exists()) file.readLines().filter { it.isNotBlank() && !it.startsWith("#") && it.split("=").size == 2 }.associate { it.split("=")[0] to it.split("=")[1] } else emptyMap() }.toMutableMap().apply { putAll(System.getenv()) } -val projectVersion = env["VERSION"] ?: "0.2.2-SNAPSHOT" +val projectVersion = env["VERSION"] ?: "0.3.0-SNAPSHOT" group = "xyz.theprogramsrc" version = projectVersion diff --git a/src/main/resources/module.properties b/src/main/resources/module.properties index d9924d4..4053b68 100644 --- a/src/main/resources/module.properties +++ b/src/main/resources/module.properties @@ -3,4 +3,4 @@ name=FilesModule description=@description@ version=@version@ author=TheProgramSrc -module-id=filesmodule +module-id=TheProgramSrc/SimpleCore-FilesModule