File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ cd "$DIR"
73
73
mkdir -p build_stage
74
74
cd build_stage
75
75
76
- echo " +++ Cloning https://github.com/mauve-hedgehog/opendistro-elasticsearch- kibana.git +++"
77
- git clone https://github.com/mauve-hedgehog/opendistro-elasticsearch- kibana.git || true > /dev/null 2>&1
76
+ echo " +++ Cloning https://github.com/elastic/ kibana.git +++"
77
+ git clone https://github.com/elastic/ kibana.git || true > /dev/null 2>&1
78
78
if [ $? != 0 ]; then
79
79
echo " got clone Kibana repository failed" ;
80
80
exit 1;
81
81
fi
82
82
83
- cd " opendistro-elasticsearch- kibana"
83
+ cd " kibana"
84
84
git fetch
85
85
86
86
echo " +++ Change to tags/v$KIBANA_VERSION +++"
@@ -136,4 +136,4 @@ if [ "$COMMAND" = "install" ] ; then
136
136
echo " $MAVEN_HOME /bin/mvn clean install failed" ;
137
137
exit 1;
138
138
fi
139
- fi
139
+ fi
Original file line number Diff line number Diff line change 3
3
"version" : " 6.5.4" ,
4
4
"description" : " Security features for kibana" ,
5
5
"main" : " index.js" ,
6
- "homepage" : " https://github.com/mauve-hedgehog/ opendistro-elasticsearch- security-kibana-plugin" ,
6
+ "homepage" : " https://github.com/opendistro-for-elasticsearch/ security-kibana-plugin" ,
7
7
"license" : " Apache-2.0" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
- "url" : " https://github.com/mauve-hedgehog/ opendistro-elasticsearch- security-kibana-plugin"
10
+ "url" : " https://github.com/opendistro-for-elasticsearch/ security-kibana-plugin"
11
11
},
12
12
"dependencies" : {
13
13
"@elastic/kibana-ui-framework" : " 0.0.11" ,
Original file line number Diff line number Diff line change 36
36
<version >0.7.0.0</version >
37
37
<name >Open Distro Security for Elasticsearch Kibana Plugin</name >
38
38
<description >Elasticsearch Security Kibana Plugin for Elasticsearch 6</description >
39
- <url >https://github.com/mauve-hedgehog/ opendistro-elasticsearch- security-kibana-plugin</url >
39
+ <url >https://github.com/opendistro-for-elasticsearch/ security-kibana-plugin</url >
40
40
<inceptionYear >2016</inceptionYear >
41
41
42
42
<licenses >
52
52
</properties >
53
53
54
54
<scm >
55
- <url >https://github.com/mauve-hedgehog/ opendistro-elasticsearch- security-kibana-plugin</url >
55
+ <url >https://github.com/opendistro-for-elasticsearch/ security-kibana-plugin</url >
56
56
<connection >scm:git:git@github.com:mauve-hedgehog/opendistro-elasticsearch-security-kibana-plugin.git</connection >
57
57
<developerConnection >scm:git:git@github.com:mauve-hedgehog/opendistro-elasticsearch-security-kibana-plugin.git</developerConnection >
58
58
<tag >v0.7.0.0</tag >
59
59
</scm >
60
60
61
61
<issueManagement >
62
62
<system >GitHub</system >
63
- <url >https://github.com/mauve-hedgehog/ opendistro-elasticsearch- security-kibana-plugin/issues</url >
63
+ <url >https://github.com/opendistro-for-elasticsearch/ security-kibana-plugin/issues</url >
64
64
</issueManagement >
65
65
66
66
<build >
You can’t perform that action at this time.
0 commit comments