diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-29 10:56:22 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-29 10:56:22 +0200 |
commit | 7f439188b428a3799a1baba4218e25853b66c882 (patch) | |
tree | c95b6a70ba7d09e10b6c65dca1904328a558ffaa /app/build.gradle | |
parent | 04102c3c3ea38e489f6d777c31f2f65d38e3d047 (diff) |
Consistently use the history name in the history codebase
- remove portal prefix
Issue-ID: PORTALNG-51
Change-Id: I2a0b68bdb6e972813a8a8f048c5d05add97754d2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 468d8f4..227f384 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ jacocoTestReport { application { // Define the main class for the application. - mainClass = 'org.onap.portal.history.PortalHistoryApplication' + mainClass = 'org.onap.portal.history.HistoryApplication' } sourceCompatibility = '17' @@ -94,7 +94,7 @@ configurations.implementation.setCanBeResolved(true) springBoot { buildInfo { properties { - artifact = "org-onap-portal-history" + artifact = "org-onap-portalng-history" version = rootProject.file('version').text.trim() group = rootProject.group name = "History service that saves user actions" |