-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version bump to 1.2.4.0 * Fix to prevent timeouts in GitHub actions (#1554) Cherry-pick from 07be53e Signed-off-by: Dave Lago <[email protected]>
- Loading branch information
Dave Lago
authored
Jan 5, 2022
1 parent
f2704cb
commit cc22487
Showing
5 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
<groupId>org.opensearch</groupId> | ||
<artifactId>opensearch-security</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.2.3.0-SNAPSHOT</version> | ||
<version>1.2.4.0-SNAPSHOT</version> | ||
<name>OpenSearch Security</name> | ||
<description>OpenSearch Security</description> | ||
<url>https://github.com/opensearch-project/security</url> | ||
|
@@ -68,7 +68,7 @@ | |
<maven.compiler.target>1.8</maven.compiler.target> | ||
<maven.compiler.release>8</maven.compiler.release> | ||
|
||
<opensearch.version>1.2.3-SNAPSHOT</opensearch.version> | ||
<opensearch.version>1.2.4-SNAPSHOT</opensearch.version> | ||
|
||
<!-- deps --> | ||
<netty-native.version>2.0.25.Final</netty-native.version> | ||
|
@@ -103,7 +103,7 @@ | |
<url>https://github.com/opensearch-project/security</url> | ||
<connection>scm:git:[email protected]:opensearch-project/security.git</connection> | ||
<developerConnection>scm:git:[email protected]:opensearch-project/security.git</developerConnection> | ||
<tag>1.2.3.0</tag> | ||
<tag>1.2.4.0</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|