Skip to content

Commit

Permalink
chore: zeebe client auth in saas
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Dec 4, 2024
1 parent d9e56ab commit 6b83af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
RELEASE_VERSION: ${{ github.event.release.tag_name }}

- name: Deploy artifacts to Artifactory and Maven Central (Staging)
run: mvn -B compile generate-sources source:jar javadoc:jar deploy -PcheckFormat -Psonatype-oss-release -DskipTests
run: mvn -B compile generate-sources source:jar javadoc:jar deploy -Psonatype-oss-release -DskipTests
env:
NEXUS_USR: ${{ steps.secrets.outputs.ARTIFACTORY_USR }}
NEXUS_PSW: ${{ steps.secrets.outputs.ARTIFACTORY_PSW }}
Expand Down
5 changes: 0 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -928,11 +928,6 @@ limitations under the License.</license.inlineheader>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<configuration>
<rules>
<requireReleaseDeps/>
</rules>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 6b83af4

Please sign in to comment.