From 7368eb18fd8068e88f992b9dd9370b894a0252af Mon Sep 17 00:00:00 2001 From: Alan Huang Date: Wed, 22 May 2024 22:01:44 +0800 Subject: [PATCH] LPD-25246 Baseline # breaking ## What modules/apps/segments/segments-api/src/main/java/com/liferay/segments/exception/DefaultSegmentsEntryException.java Remove unused inner class. ## Why Exception class should have either public constructors or inner classes. ---- # breaking ## What modules/apps/segments/segments-api/src/main/java/com/liferay/segments/exception/RequiredSegmentsEntryException.java Change constructors to private and remove unused constructors. ## Why Exception class should have either public constructors or inner classes. ---- # breaking ## What modules/apps/segments/segments-api/src/main/java/com/liferay/segments/exception/RequiredSegmentsExperienceException.java Change constructors to private and remove unused constructors. ## Why Exception class should have either public constructors or inner classes. ---- --- modules/apps/segments/segments-api/bnd.bnd | 2 +- .../main/resources/com/liferay/segments/exception/packageinfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/apps/segments/segments-api/bnd.bnd b/modules/apps/segments/segments-api/bnd.bnd index ff264cfce6b6c1..f2849052a29531 100644 --- a/modules/apps/segments/segments-api/bnd.bnd +++ b/modules/apps/segments/segments-api/bnd.bnd @@ -1,6 +1,6 @@ Bundle-Name: Liferay Segments API Bundle-SymbolicName: com.liferay.segments.api -Bundle-Version: 23.0.1 +Bundle-Version: 24.0.0 Export-Package:\ com.liferay.segments,\ com.liferay.segments.configuration,\ diff --git a/modules/apps/segments/segments-api/src/main/resources/com/liferay/segments/exception/packageinfo b/modules/apps/segments/segments-api/src/main/resources/com/liferay/segments/exception/packageinfo index 95c977c519201c..682b435622a0aa 100644 --- a/modules/apps/segments/segments-api/src/main/resources/com/liferay/segments/exception/packageinfo +++ b/modules/apps/segments/segments-api/src/main/resources/com/liferay/segments/exception/packageinfo @@ -1 +1 @@ -version 1.6.0 \ No newline at end of file +version 2.0.0 \ No newline at end of file