From 510e2bd3a020dfe41551dac8602c66c360f68216 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 10 2월 2022 10:48:59 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.28:9001/r/owl-kisa --- 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