Skip to content

Commit b4a795e

Browse files
removes vocab module
1 parent 8b859d3 commit b4a795e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+20
-591
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ext {
2020
/* Dependencies */
2121
camelVersion = '2.20.0'
2222
commonsRdfVersion = '0.5.0'
23+
iiifVocabularyVersion = '0.1.1'
2324
jacksonVersion = '2.9.5'
2425
jsonldVersion = "0.11.1"
2526

@@ -55,7 +56,7 @@ configure(allprojects) { project ->
5556
inceptionYear = '2017'
5657
}
5758

58-
group = 'de.ubleipzig.iiif.dynamic'
59+
group = 'de.ubleipzig'
5960

6061
repositories {
6162
jcenter()
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
22
./gradlew --version
3-
./gradlew --stacktrace --warning-mode=all vocabulary:build
43
./gradlew --stacktrace --warning-mode=all web-anno:build
5-
./gradlew --stacktrace --warning-mode=all dynamo:build
4+
./gradlew --stacktrace --warning-mode=all iiif.dynamic:build
File renamed without changes.

0 commit comments

Comments
 (0)