diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1252ae4a..afd12f0e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -84,7 +84,7 @@ jobs: env: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - - name: Deploy to Sonatype OSSRH + - name: Deploy to Maven Central run: mvn -B -ntp deploy -DskipTests -P release env: CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }} diff --git a/pom.xml b/pom.xml index 9b1d8475..eb0edf69 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,6 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 7 - - org.smartregister easy-rules 4.1.1-SNAPSHOT @@ -47,6 +41,18 @@ 3.4.1 + + git@github.com:opensrp/easy-rules.git scm:git:git@github.com:opensrp/easy-rules.git