Skip to content

Commit

Permalink
Merge pull request #21 from dannylamb/group-id-change
Browse files Browse the repository at this point in the history
Giving everything a group id of ca.islandora.alpaca
  • Loading branch information
whikloj authored Dec 12, 2016
2 parents f2bab28 + d330af3 commit 025e336
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
allprojects {
apply plugin: 'maven'

group = 'ca.islandora'
group = 'ca.islandora.alpaca'

repositories {
mavenCentral()
Expand Down
1 change: 0 additions & 1 deletion islandora-indexing-triplestore/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'osgi'

group = 'ca.islandora.indexing'
description = 'Islandora CLAW Triplestore Indexer'

dependencies {
Expand Down
1 change: 0 additions & 1 deletion karaf/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
group = 'ca.islandora.karaf'
description = 'Islandora CLAW Karaf Provisioning'

processResources {
Expand Down

0 comments on commit 025e336

Please sign in to comment.