Added default foundry for structure layer.

Change-Id: I808745f3e4ae83157204a13061bd3f6b2d6e799c
diff --git a/lite/Changes b/lite/Changes
index 74d334c..3c045ae 100644
--- a/lite/Changes
+++ b/lite/Changes
@@ -1,16 +1,14 @@
-version 0.61.4
+version 0.61.3
 05/02/2019
   - Updated kustvakt-lite.conf
 
-version 0.61.3
-19/12/2018
-  - Fixed getUser in DummyAuthenticationManager (margaretha)
-  - Fixed search test with fields parameter (margaretha)
-
 version 0.61.2
 14/11/2018
    - Integrated lite and full services and controllers in core (margaretha)
    - Added annotation services (margaretha)
+19/12/2018
+  - Fixed getUser in DummyAuthenticationManager (margaretha)
+  - Fixed search test with fields parameter (margaretha)
 
 version 0.61.1
 22/10/2018
diff --git a/lite/pom.xml b/lite/pom.xml
index e531c37..cacf4a6 100644
--- a/lite/pom.xml
+++ b/lite/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.ids_mannheim.korap</groupId>
 	<artifactId>Kustvakt-lite</artifactId>
-	<version>0.61.2</version>
+	<version>0.61.3</version>
 	<properties>
 		<java.version>1.8</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/lite/src/main/resources/kustvakt-lite.conf b/lite/src/main/resources/kustvakt-lite.conf
index 5636857..e78f993 100644
--- a/lite/src/main/resources/kustvakt-lite.conf
+++ b/lite/src/main/resources/kustvakt-lite.conf
@@ -27,6 +27,7 @@
 default.foundry.dependency = malt
 default.foundry.constituent = corenlp
 default.foundry.morphology = marmot
+default.foundry.surface = base
 
 # server
 server.port=8089