Skip to content

Commit

Permalink
https://github.com/subshare/bc-pgp-wot/issues/1
Browse files Browse the repository at this point in the history
Changed group to "org.bouncycastle".
  • Loading branch information
nlmarco committed Mar 17, 2017
1 parent 0d1933a commit b430dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.bouncycastle.openpgp.wot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def mavenDeployerRepoUrlSysProp = System.getProperty("mavenDeployerRepoUrl");
if (mavenDeployerRepoUrlSysProp != null && ! mavenDeployerRepoUrlSysProp.isEmpty())
project.ext.mavenDeployerRepoUrl = mavenDeployerRepoUrlSysProp;

group = 'org.subshare'
group = 'org.bouncycastle'
version = '1.52.1'

sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit b430dcd

Please sign in to comment.