forked from ritz303/redhat-dependency-analytics-plugin
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: map EXHORT additional environment variables (#10)
* feat: map EXHORT_DEBUG + PYTHON pip new env variables to java properties Signed-off-by: Zvi Grinberg <[email protected]> * fix: add EXHORT_DEV_MODE flag to enable testing staging env Signed-off-by: Zvi Grinberg <[email protected]> * chore: bump exhort-java-api version to Release 0.0.5 Signed-off-by: Zvi Grinberg <[email protected]> --------- Signed-off-by: Zvi Grinberg <[email protected]>
- Loading branch information
1 parent
c358a43
commit 76f0613
Showing
5 changed files
with
28 additions
and
4 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
Binary file removed
BIN
-126 KB
repository/com/redhat/exhort/exhort-java-api/0.0.4/exhort-java-api-0.0.4.jar
Binary file not shown.
Binary file added
BIN
+131 KB
repository/com/redhat/exhort/exhort-java-api/0.0.5/exhort-java-api-0.0.5.jar
Binary file not shown.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.redhat.exhort</groupId> | ||
<artifactId>exhort-java-api</artifactId> | ||
<version>0.0.4</version> | ||
<version>0.0.5</version> | ||
<name>Exhort Java API</name> | ||
<description>Exhort Java API</description> | ||
<url>https://github.com/RHEcosystemAppEng/exhort-java-api#readme</url> | ||
|
@@ -28,7 +28,7 @@ | |
<scm> | ||
<connection>scm:git:[email protected]:RHEcosystemAppEng/exhort-java-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:RHEcosystemAppEng/exhort-java-api.git</developerConnection> | ||
<tag>v0.0.4</tag> | ||
<tag>v0.0.5</tag> | ||
<url>https://github.com/RHEcosystemAppEng/exhort-java-api</url> | ||
</scm> | ||
<dependencies> | ||
|
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