Skip to content

Commit 6f55fe5

Browse files
committed
Version 1.0
1 parent 4735a75 commit 6f55fe5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Java Module Packaging Gradle Plugin - Changelog
22

3+
## Versions 1.0
4+
* Initial stable release
5+
36
## Versions 0.1
47
* Initial features added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add this to the build file of your convention plugin's build
5050

5151
```
5252
dependencies {
53-
implementation("org.gradlex:java-module-packaging:0.1")
53+
implementation("org.gradlex:java-module-packaging:1.0")
5454
}
5555
```
5656

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.gradlex"
7-
version = "0.1"
7+
version = "1.0"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)