diff --git a/pom.xml b/pom.xml index 9742b42..8ecb112 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,8 @@ 4.0.0 com.phonepe - mustang2.3.2-SNAPSHOT + mustang + 2.3.4-SNAPSHOT Mustang https://github.com/PhonePe/mustang Search Engine for Rules @@ -68,11 +69,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -87,7 +88,7 @@ false 3.8.5 3.2.0 - 3.3.1 + 3.3.0 3.0.0-M5 0.8.7 @@ -200,7 +201,6 @@ false - org.apache.maven.plugins maven-source-plugin @@ -218,6 +218,10 @@ org.apache.maven.plugins maven-javadoc-plugin ${maven.javadoc.plugin.version} + + 17 + false + attach-javadocs @@ -233,14 +237,24 @@ ${maven.surefire.plugin.version} - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + org.sonatype.central + central-publishing-maven-plugin + 0.5.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy @@ -268,12 +282,6 @@ sign - - true - gpg2 - - diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..be61123 --- /dev/null +++ b/release.properties @@ -0,0 +1,12 @@ +#release configuration +#Tue Aug 20 22:18:48 IST 2024 +projectVersionPolicyId=default +scm.tagNameFormat=@{project.artifactId}-@{project.version} +exec.additionalArguments=-P default +remoteTagging=true +scm.commentPrefix=[maven-release-plugin] +pushChanges=true +completedPhase=check-poms +scm.url=scm\:git\:https\://github.com/PhonePe/mustang.git +exec.snapshotReleasePluginAllowed=false +preparationGoals=clean verify