Skip to content

Commit

Permalink
Revert back the renaming of jar file and update release notes 1.13 (#…
Browse files Browse the repository at this point in the history
…1031)
  • Loading branch information
cliu123 authored and chrousto committed Mar 6, 2021
1 parent 04f057f commit d8c2b58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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))

0 comments on commit d8c2b58

Please sign in to comment.