Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazon.opendistroforelasticsearch</groupId>
<artifactId>opendistro-security</artifactId>
<artifactId>opendistro_security</artifactId>
<packaging>jar</packaging>
<version>1.13.0.0</version>
<name>Open Distro Security for Elasticsearch</name>
Expand Down Expand Up @@ -845,6 +845,7 @@
<descriptors>
<descriptor>${elasticsearch.assembly.descriptor}</descriptor>
</descriptors>
<finalName>opendistro-security-${version}</finalName>
</configuration>
<goals>
<goal>single</goal>
Expand All @@ -860,6 +861,7 @@
<descriptors>
<descriptor>${securitystandalone.descriptor}</descriptor>
</descriptors>
<finalName>opendistro-security-${version}</finalName>
</configuration>
<goals>
<goal>single</goal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ Compatible with Elasticsearch 7.10.2
* Updating Github actions and files to use main branch. ([#1023](https://github.com/opendistro-for-elasticsearch/security/pull/1023))
* Add the Linux Foundation's Developer Certificate of Origin in pull request template ([#1022](https://github.com/opendistro-for-elasticsearch/security/pull/1022))
* Change the build configuration for deb package and rename the folder of artifacts. ([#1027](https://github.com/opendistro-for-elasticsearch/security/pull/1027))
* Update release notes 1.13 ([#1028](https://github.com/opendistro-for-elasticsearch/security/pull/1028))
* Fix release version ([#1029](https://github.com/opendistro-for-elasticsearch/security/pull/1029))
* Revert back the renaming of jar file and update release notes 1.13 ([#1031](https://github.com/opendistro-for-elasticsearch/security/pull/1031))