diff options
author | 2025-02-17 18:36:44 +0800 | |
---|---|---|
committer | 2025-02-17 18:36:57 +0800 | |
commit | 3affddc333edf4881f07bccafc16abe398ed0328 (patch) | |
tree | 13d8ada6be200e168ce5a178341aac7741785f94 | |
parent | 56e0a87246ef7b49d475c1979b4aae0652374178 (diff) |
Change the release version of the adaptation module to 15.0.115.0.2
Issue-ID: USECASEUI-873
Change-Id: Id762e2f9ccba3b503387492e7e67dddef9f95389
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r-- | standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 5e5473e..3ff57d4 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -15,7 +15,7 @@ <version>15.0.1-SNAPSHOT</version> <properties> - <adaptation.version>15.0.0</adaptation.version> + <adaptation.version>15.0.1</adaptation.version> <java.version>17</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |