Skip to content

Commit

Permalink
update deploy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Mar 7, 2023
1 parent c0ad366 commit 08517d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion accessors-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ limitations under the License.
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<!-- release with: mvn clean deploy -P release-sign-artifacts-->
<!-- release with: export GPG_TTY=$(tty); mvn clean deploy -P release-sign-artifacts -->
<profiles>
<profile>
<id>release-sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion json-smart-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<!-- release with: mvn clean deploy -P release-sign-artifacts-->
<!-- release with: export GPG_TTY=$(tty); mvn clean deploy -P release-sign-artifacts -->
<profiles>
<profile>
<id>release-sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion json-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ limitations under the License.
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<!-- release with: mvn clean deploy -P release-sign-artifacts-->
<!-- release with: export GPG_TTY=$(tty); mvn clean deploy -P release-sign-artifacts -->
<profiles>
<profile>
<id>release-sign-artifacts</id>
Expand Down

0 comments on commit 08517d2

Please sign in to comment.