This is an automated email from the ASF dual-hosted git repository.

sergehuber pushed a commit to branch UNOMI-963-openapi-javadoc-enrichment
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to 
refs/heads/UNOMI-963-openapi-javadoc-enrichment by this push:
     new 977e68034 UNOMI-963: Pin openapi-enrich to Maven Central 0.1.0
977e68034 is described below

commit 977e68034f2a6313bd9a4b307f8d1696442c68a2
Author: Serge Huber <[email protected]>
AuthorDate: Wed Jul 15 07:01:53 2026 +0200

    UNOMI-963: Pin openapi-enrich to Maven Central 0.1.0
    
    Replace 0.1.0-SNAPSHOT so CI can resolve the published toolkit.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 233143697..0e88f609d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
         <jakarta-json-api.version>2.1.2</jakarta-json-api.version>
         <swagger-ui.version>5.27.1</swagger-ui.version>
         <cxf.version>3.6.8</cxf.version>
-        <openapi.enrich.version>0.1.0-SNAPSHOT</openapi.enrich.version>
+        <openapi.enrich.version>0.1.0</openapi.enrich.version>
         <rs-api.version>2.1</rs-api.version>
         <groovy.version>4.0.28</groovy.version>
         <httpclient-osgi.version>4.5.14</httpclient-osgi.version>

Reply via email to