Skip to content

Commit

Permalink
Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
javierpe committed Jan 21, 2025
1 parent eab0424 commit 2fd0f51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dynamic-pages-mapper-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mavenPublishing {

signAllPublications()

coordinates("dynamic-pages", "mapper-processor", "1.0.0")
coordinates("io.github.javierpe", "mapper-processor", "1.0.2")

pom {
name = "Dynamic Pages Mapper Processor"
Expand Down
2 changes: 1 addition & 1 deletion dynamic-pages-processor-annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mavenPublishing {

signAllPublications()

coordinates("dynamic-pages", "processor-annotations", "1.0.0")
coordinates("io.github.javierpe", "processor-annotations", "1.0.2")

pom {
name = "Dynamic Pages Annotations"
Expand Down
2 changes: 1 addition & 1 deletion dynamic-pages-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mavenPublishing {

signAllPublications()

coordinates("dynamic-pages", "processor", "1.0.0")
coordinates("io.github.javierpe", "processor", "1.0.2")

pom {
name = "Dynamic Pages Processor"
Expand Down
2 changes: 1 addition & 1 deletion ksp-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mavenPublishing {

signAllPublications()

coordinates("dynamic-pages", "common", "1.0.0")
coordinates("io.github.javierpe", "common", "1.0.2")

pom {
name = "Dynamic Pages Common"
Expand Down

0 comments on commit 2fd0f51

Please sign in to comment.