Skip to content

Commit 8d8fec4

Browse files
authored
Fix DEB and RPM versions and revert renaming of plugin folder (#1029)
1 parent 74da4d0 commit 8d8fec4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ if (!project.file(archivePath).exists()) {
2626

2727
ospackage {
2828
packageName = "opendistro-security"
29-
release = isSnapshot ? "0.0" : '0'
29+
release = isSnapshot ? "0.1" : '1'
3030
version = "${project.version}"
3131

3232
into '/usr/share/elasticsearch/plugins'
3333
from(zipTree(project.file(archivePath).absolutePath)) {
34-
into "opendistro-security"
34+
into "opendistro_security"
3535
permissionGroup 'elasticsearch'
3636
}
3737

0 commit comments

Comments
 (0)