-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dave Lago <[email protected]>
- Loading branch information
Dave Lago
authored
Dec 20, 2021
1 parent
d8c3dcf
commit 390315a
Showing
3 changed files
with
7 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
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.2.0-SNAPSHOT</version> | ||
<version>1.3.0.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.2-SNAPSHOT</opensearch.version> | ||
<opensearch.version>1.3.0-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.2.0</tag> | ||
<tag>1.3.0.0</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|