@@ -13,7 +13,7 @@ plugins {
1313 alias(libs.plugins.spotless) apply false
1414}
1515
16- group = " io.promptspecj "
16+ group = " io.github.adwantg "
1717version = providers.gradleProperty(" projectVersion" ).getOrElse(" 0.1.0-SNAPSHOT" )
1818
1919allprojects {
@@ -69,17 +69,17 @@ subprojects {
6969 pom {
7070 name.set(project.name)
7171 description.set(" PromptSpec-J module ${project.name} " )
72- url.set(" https://github.com/promptspecj /promptspecj" )
72+ url.set(" https://github.com/adwantg /promptspecj" )
7373 licenses {
7474 license {
7575 name.set(" The Apache License, Version 2.0" )
7676 url.set(" https://www.apache.org/licenses/LICENSE-2.0.txt" )
7777 }
7878 }
7979 scm {
80- connection.set(" scm:git:https://github.com/promptspecj /promptspecj.git" )
81- developerConnection.set(" scm:git:ssh://git@github.com:promptspecj /promptspecj.git" )
82- url.set(" https://github.com/promptspecj /promptspecj" )
80+ connection.set(" scm:git:https://github.com/adwantg /promptspecj.git" )
81+ developerConnection.set(" scm:git:ssh://git@github.com:adwantg /promptspecj.git" )
82+ url.set(" https://github.com/adwantg /promptspecj" )
8383 }
8484 }
8585 }
@@ -103,7 +103,7 @@ jreleaser {
103103 project {
104104 name.set(" PromptSpec-J" )
105105 description.set(" OpenAPI-style prompt contracts for Java and Spring AI." )
106- website.set(" https://github.com/promptspecj /promptspecj" )
106+ website.set(" https://github.com/adwantg /promptspecj" )
107107 authors.set(listOf (" PromptSpec-J contributors" ))
108108 license.set(" Apache-2.0" )
109109 copyright.set(" 2026" )
@@ -116,7 +116,7 @@ jreleaser {
116116 github {
117117 enabled.set(true )
118118 overwrite.set(false )
119- repoOwner.set(" promptspecj " )
119+ repoOwner.set(" adwantg " )
120120 name.set(" promptspecj" )
121121 tagName.set(" v{{projectVersion}}" )
122122 skipTag.set(false )
0 commit comments