From a59e9d088954345d67ff6b5b9b0f4d88d56531be Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 9 Oct 2017 15:23:33 +0200 Subject: update version in moa-id-auth mainpage --- .gitignore | 1 + id/server/moa-id-frontend-resources/pom.xml | 72 ++++++++++++++++++++++ .../src/main/resources/mainGUI/index.html | 2 +- 3 files changed, 74 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 80cf5e7da..16a0a262b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ target .classpath .directory .checkstyle +/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/version.txt diff --git a/id/server/moa-id-frontend-resources/pom.xml b/id/server/moa-id-frontend-resources/pom.xml index 64ebc14b6..7ad2c89a1 100644 --- a/id/server/moa-id-frontend-resources/pom.xml +++ b/id/server/moa-id-frontend-resources/pom.xml @@ -29,6 +29,78 @@ ${basedir}/../../../../repository + + + + org.codehaus.mojo + groovy-maven-plugin + 1.5 + + + generate-resources + + execute + + + + + + + + + + + + MOA.id.server diff --git a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html index 5f7e92321..7fc2b0298 100644 --- a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html +++ b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/index.html @@ -2,7 +2,7 @@ - MOA-ID 3.2.x + MOA-ID 3.3.x -- cgit v1.2.3