From 1bf5df0541fe12c832f5535469fce0a0196be4fb Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 8 Jan 2025 14:54:00 -0800 Subject: [PATCH] Add ManageVersion property to all module.properties files --- exampleassay/module.properties | 1 + interactiveTutorial/module.properties | 1 + reactExamples/module.properties | 1 + sourdough/module.properties | 1 + 4 files changed, 4 insertions(+) diff --git a/exampleassay/module.properties b/exampleassay/module.properties index 98ea565..dc09ced 100644 --- a/exampleassay/module.properties +++ b/exampleassay/module.properties @@ -1 +1,2 @@ ModuleClass: org.labkey.api.module.SimpleModule +ManageVersion: true diff --git a/interactiveTutorial/module.properties b/interactiveTutorial/module.properties index bf56112..3567b1b 100644 --- a/interactiveTutorial/module.properties +++ b/interactiveTutorial/module.properties @@ -1,2 +1,3 @@ Name: 10MinuteTutorial RequiredServerVersion: 9.3 +ManageVersion: true diff --git a/reactExamples/module.properties b/reactExamples/module.properties index 98ea565..dc09ced 100644 --- a/reactExamples/module.properties +++ b/reactExamples/module.properties @@ -1 +1,2 @@ ModuleClass: org.labkey.api.module.SimpleModule +ManageVersion: true diff --git a/sourdough/module.properties b/sourdough/module.properties index 2e11d85..884c3bb 100644 --- a/sourdough/module.properties +++ b/sourdough/module.properties @@ -1,2 +1,3 @@ Name: Sourdough ModuleClass: org.labkey.api.module.SimpleModule +ManageVersion: true