aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 13:42:39 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 13:42:39 +0200
commit717018f3d1d8ef2a6f9b7e45be57a75eb7ea7050 (patch)
tree62d998e3133e305fe957d24f1e5ac60b4c10a677 /buildSrc/src/main
parenta3e692a4e0309342f8c8f60ce8fdeb0d2f14ab5c (diff)
Adjust history package name to use org.onap.portalng instead of org.onap.portal
Issue-ID: PORTALNG-92 Change-Id: I67f5a75834960ace8cb5ee6846c6741dc69fde2f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'buildSrc/src/main')
-rw-r--r--buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle (renamed from buildSrc/src/main/groovy/org.onap.portal.history.java-application-conventions.gradle)2
-rw-r--r--buildSrc/src/main/groovy/org.onap.portalng.history.java-common-conventions.gradle (renamed from buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle)0
-rw-r--r--buildSrc/src/main/groovy/org.onap.portalng.history.java-library-conventions.gradle (renamed from buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle)2
3 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-application-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle
index be78cf2..59fbf68 100644
--- a/buildSrc/src/main/groovy/org.onap.portal.history.java-application-conventions.gradle
+++ b/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle
@@ -4,7 +4,7 @@
plugins {
// Apply the common convention plugin for shared build configuration between library and application projects.
- id 'org.onap.portal.history.java-common-conventions'
+ id 'org.onap.portalng.history.java-common-conventions'
// Apply the application plugin to add support for building a CLI application in Java.
id 'application'
diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portalng.history.java-common-conventions.gradle
index ee5af57..ee5af57 100644
--- a/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle
+++ b/buildSrc/src/main/groovy/org.onap.portalng.history.java-common-conventions.gradle
diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portalng.history.java-library-conventions.gradle
index 24ddad6..0d6eaf4 100644
--- a/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle
+++ b/buildSrc/src/main/groovy/org.onap.portalng.history.java-library-conventions.gradle
@@ -4,7 +4,7 @@
plugins {
// Apply the common convention plugin for shared build configuration between library and application projects.
- id 'org.onap.portal.history.java-common-conventions'
+ id 'org.onap.portalng.history.java-common-conventions'
// Apply the java-library plugin for API and implementation separation.
id 'java-library'