Skip to content

Commit 4e585bf

Browse files
committed
RELEASE: elk-test
1 parent 4371272 commit 4e585bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
allprojects {
77
group = 'jshop'
8-
version = '0.1.0'
8+
version = 'elk-test'
99

1010
java {
1111
sourceCompatibility = '17'

jenkins/deploy.jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
REDIS_HOST = credentials('REDIS_HOST')
1616
REDIS_PORT = credentials('REDIS_PORT')
1717
REDIS_PASSWORD = credentials('REDIS_PASSWORD')
18-
VERSION = '0.1.0'
18+
VERSION = 'elk-test'
1919
IMAGE = 'jshop.kr.ncr.ntruss.com/jshop'
2020
}
2121

0 commit comments

Comments
 (0)