From 58374e0ab674b391a76d88970ea71d5572e1d351 Mon Sep 17 00:00:00 2001 From: khituras Date: Fri, 20 Sep 2024 15:11:37 +0200 Subject: [PATCH] Update version in AppModule to 1.0.3. --- .../main/java/de/julielab/gepi/webapp/services/AppModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gepi/gepi-webapp/src/main/java/de/julielab/gepi/webapp/services/AppModule.java b/gepi/gepi-webapp/src/main/java/de/julielab/gepi/webapp/services/AppModule.java index 2829cfc0..b47c0728 100644 --- a/gepi/gepi-webapp/src/main/java/de/julielab/gepi/webapp/services/AppModule.java +++ b/gepi/gepi-webapp/src/main/java/de/julielab/gepi/webapp/services/AppModule.java @@ -64,7 +64,7 @@ public static void contributeFactoryDefaults( // The application version is primarily useful as it appears in // any exception reports (HTML or textual). - configuration.override(SymbolConstants.APPLICATION_VERSION, "1.0.3-SNAPSHOT"); + configuration.override(SymbolConstants.APPLICATION_VERSION, "1.0.3"); // Avoid Ajax-requests waiting for each other. This would make asynchronous lading of // dashboard elements impossible configuration.override(SymbolConstants.SESSION_LOCKING_ENABLED, false);