Fix default api port

Change-Id: Ic77b6a29e7b01fa106b6bd2f3a00d905b8af597b
diff --git a/Changes b/Changes
index bf5ef59..1947b9f 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.2.10 2023-11-29
+    - Change default api port to 443.
+
 0.2.9 2023-10-4
     - Remove Cobertura to be compatible with
       Java 11.
diff --git a/pom.xml b/pom.xml
index 9f16cbe..6d874b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>de.ids_mannheim.korap</groupId>
   <artifactId>KalamarExportPlugin</artifactId>
   <packaging>jar</packaging>
-  <version>0.2.9</version>
+  <version>0.2.10</version>
   <name>KalamarExportPlugin</name>
   <url>https://korap.ids-mannheim.de/</url>
   
diff --git a/src/main/resources/exportPlugin.conf b/src/main/resources/exportPlugin.conf
index fc64329..4bbe54c 100644
--- a/src/main/resources/exportPlugin.conf
+++ b/src/main/resources/exportPlugin.conf
@@ -8,7 +8,7 @@
 server.scheme=https
 
 # API Configuration
-api.port=80
+api.port=443
 api.host=korap.ids-mannheim.de
 api.scheme=https