Updated Koral, Krill, Kustvakt, Kalamar; Removed API port

Change-Id: Iddcec8449cd51b5ff07d19d2259bfd7d9dfc499d
diff --git a/Changes b/Changes
index 0ecf785..52f7683 100755
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+3.0 2019-09-25
+        - Updates:
+          - Koral:    v0.34
+          - Krill:    v0.58.7
+          - Kustvakt: v0.62.1
+          - Kalamar:  v0.36
+        - The KorAP API is now proxied and available
+          under :5555 as well.
+
+
 2.1 2018-12-13
         - Updates:
           - Koral: v0.32
diff --git a/README.md b/README.md
index 3783596..c731963 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,6 @@
 
 Afterwards you will have the KorAP user-interface available at
 ```http://localhost:5555``` on your machine.
-The KorAP API will be available at
-```http://localhost:5556```.
 An example corpus as provided by [Kustvakt](https://github.com/KorAP/Kustvakt/)
 will be available as well.
 
diff --git a/Vagrantfile b/Vagrantfile
index e7b5fd8..642232d 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -16,7 +16,6 @@
   end
 
   config.vm.network "forwarded_port", guest: 5555, host: 5555
-  config.vm.network "forwarded_port", guest: 5556, host: 5556
   
   config.vm.box_download_insecure = true
   
@@ -79,7 +78,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.32
+    git checkout tags/v0.34
 
     mvn clean install -Dhttps.protocols=TLSv1.2    
 
@@ -98,7 +97,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.58.2
+    git checkout tags/v0.58.7
 
     mvn clean install
 
@@ -117,7 +116,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.61.4-release
+    git checkout tags/v0.62.1-release
 
     cd ~/Kustvakt/core
     mvn clean install
@@ -167,6 +166,7 @@
     if [ -e ./Kalamar ] && [ -d ./Kalamar ]
      then
        cd Kalamar
+       git stash
        git checkout master
        git fetch --tags
      else
@@ -175,7 +175,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.31
+    git checkout tags/v0.36
 
     cpanm --installdeps .