Skip to content

Commit

Permalink
upgraded to new image api and presentation api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
datazuul committed Oct 28, 2016
1 parent cb1445e commit 5f5762e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.iiif-image>2.0.1</version.iiif-image>
<version.iiif-presentation>2.0.0</version.iiif-presentation>
<version.iiif-image>2.1.0</version.iiif-image>
<version.iiif-presentation>3.1.0</version.iiif-presentation>
<version.jacoco-maven-plugin>0.7.4.201502262128</version.jacoco-maven-plugin>
<version.maven-compiler-plugin>3.3</version.maven-compiler-plugin>
<version.maven-gpg-plugin>1.6</version.maven-gpg-plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
public class Application {

public static void main(String[] args) {
System.setProperty("spring.profiles.active", "PROD");
ApplicationContext ctx = SpringApplication.run(Application.class, args);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
iiiftest_image = classpath\:/static/images/iiiftest.png
^(.*)_image$ = classpath\:/static/images/$1.jpg
^(.*)_manifest.json$ = classpath\:/static/manifests/$1.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
bufferedImageCacheDirectory=~/.iiif-server-demo/bufferedImageCache
image.resolvingPatternFile=/de/digitalcollections/iiif/image/config/image-resolvingpatterns-PROD.properties
bufferedImageCacheDirectory=~/.iiif-server-demo/bufferedImageCache

This file was deleted.

This file was deleted.

0 comments on commit 5f5762e

Please sign in to comment.