File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ plugins {
44}
55
66group = ' io.github.digitalsmile.native'
7- version = ' 0.9 '
7+ version = ' 1.0 '
88
99repositories {
1010 mavenCentral()
1111}
1212
1313dependencies {
1414 implementation ' io.soabase.java-composer:java-composer:1.0'
15- implementation ' io.github.digitalsmile.native:annotation:0.9 '
15+ implementation ' io.github.digitalsmile.native:annotation:1.0 '
1616
1717 annotationProcessor ' io.avaje:avaje-prisms:1.28'
1818 implementation ' io.avaje:avaje-prisms:1.28'
@@ -25,7 +25,7 @@ import com.vanniktech.maven.publish.SonatypeHost
2525mavenPublishing {
2626 publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL )
2727 signAllPublications()
28- coordinates(" io.github.digitalsmile.native" , " annotation-processor" , " 0.9 " )
28+ coordinates(" io.github.digitalsmile.native" , " annotation-processor" , " 1.0 " )
2929
3030 pom {
3131 name = " Native Memory Annotation processor"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = ' io.github.digitalsmile.native'
7- version = ' 0.9 '
7+ version = ' 1.0 '
88
99repositories {
1010 mavenCentral()
@@ -18,7 +18,7 @@ import com.vanniktech.maven.publish.SonatypeHost
1818mavenPublishing {
1919 publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL )
2020 signAllPublications()
21- coordinates(" io.github.digitalsmile.native" , " annotation" , " 0.9 " )
21+ coordinates(" io.github.digitalsmile.native" , " annotation" , " 1.0 " )
2222
2323 pom {
2424 name = " Native Memory Annotation"
You can’t perform that action at this time.
0 commit comments