This repository was archived by the owner on May 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88 packages :
99 - rpm
1010install :
11- - git clone --branch master --depth=1 --no-single-branch https://github.com/Graylog2/graylog2-server ../graylog2-server
11+ - git clone --branch 2.4 --depth=1 --no-single-branch https://github.com/Graylog2/graylog2-server ../graylog2-server
1212 - (cd ../graylog2-server && mvn -DskipTests=true compile -B -V)
1313 - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dskip.web.build=true -B -V
1414script :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Version Compatibility
1212
1313| Plugin Version | Graylog Version |
1414| -------------- | --------------- |
15+ | 2.4.x | 2.4.x |
1516| 2.3.x | 2.3.x |
1617| 1.0.x | >=2.1.x, <2.3.x |
1718
Original file line number Diff line number Diff line change 11{
22 "name" : " SsoAuthPlugin" ,
3- "version" : " 2.3 .0" ,
3+ "version" : " 2.4 .0" ,
44 "description" : " " ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.graylog.plugins</groupId >
1010 <artifactId >graylog-plugin-web-parent</artifactId >
11- <version >2.3 .0</version >
11+ <version >2.4 .0</version >
1212 <relativePath >../graylog2-server/graylog-plugin-parent/graylog-plugin-web-parent</relativePath >
1313 </parent >
1414
3535 </scm >
3636
3737 <properties >
38- <graylog .version>2.3 .0</graylog .version>
38+ <graylog .version>2.4 .0</graylog .version>
3939 </properties >
4040
4141 <dependencies >
You can’t perform that action at this time.
0 commit comments