Skip to content

Commit

Permalink
SDK-422: Address review comments - configure properties in the profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bucky-boy committed Oct 15, 2018
1 parent df9ce3d commit bff51cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions yoti-sdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<gpg.skip>false</gpg.skip>
<dependency-check.skip>false</dependency-check.skip>
</properties>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand All @@ -72,6 +76,10 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<gpg.skip>true</gpg.skip>
<dependency-check.skip>true</dependency-check.skip>
</properties>
<distributionManagement>
<snapshotRepository>
<id>yoti-snapshots</id>
Expand Down

0 comments on commit bff51cc

Please sign in to comment.