From d81a2433ddd01847835729ab0942bcf04651ae78 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 10 2월 2022 09:28:51 +0900 Subject: [PATCH] 1.0.2버전 업 --- pom.xml | 2 +- src/main/webapp/scripts/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e80cbf3..2c8b5b3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>kr.wisestone.owl</groupId> <artifactId>kr.wisestone.owl.its</artifactId> - <version>1.0.1.RELEASE</version> + <version>1.0.2.RELEASE</version> <packaging>war</packaging> <properties> diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js index 14ab853..870b7f3 100644 --- a/src/main/webapp/scripts/main.js +++ b/src/main/webapp/scripts/main.js @@ -4,7 +4,7 @@ 'use strict'; require.config({ - urlArgs : "bust=v1.0.1", + urlArgs : "bust=v1.0.2", paths : { 'jquery' : '../bower_components/jquery/dist/jquery', 'jquery-ui' : '../bower_components/jquery-ui/jquery-ui', -- Gitblit v1.8.0