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

kbowers-ibm pushed a commit to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git


The following commit(s) were added to refs/heads/10.2.x by this push:
     new a22a93e86 bump versions to 10.2 (#4589)
a22a93e86 is described below

commit a22a93e862b6858030fba4b74e886a3eb060e68e
Author: Kbowers <[email protected]>
AuthorDate: Fri May 29 08:17:06 2026 +0200

    bump versions to 10.2 (#4589)
---
 drools-docs/pom.xml                                               | 2 +-
 .../src/modules/ROOT/pages/_artifacts/document-attributes.adoc    | 8 ++++----
 kogito-docs/_artifacts/document-attributes.adoc                   | 4 ++--
 kogito-docs/doc-content/apache-kie-kogito/pom.xml                 | 4 ++--
 kogito-docs/doc-content/pom.xml                                   | 4 ++--
 kogito-docs/pom.xml                                               | 4 ++--
 optaplanner-docs/pom.xml                                          | 2 +-
 pom.xml                                                           | 2 +-
 8 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/drools-docs/pom.xml b/drools-docs/pom.xml
index 405517c32..824cb84f6 100755
--- a/drools-docs/pom.xml
+++ b/drools-docs/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.kie</groupId>
     <artifactId>apache-kie-docs-parent</artifactId>
-    <version>999-SNAPSHOT</version>
+    <version>10.2.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git 
a/drools-docs/src/modules/ROOT/pages/_artifacts/document-attributes.adoc 
b/drools-docs/src/modules/ROOT/pages/_artifacts/document-attributes.adoc
index c6646c5bc..2387cfb69 100644
--- a/drools-docs/src/modules/ROOT/pages/_artifacts/document-attributes.adoc
+++ b/drools-docs/src/modules/ROOT/pages/_artifacts/document-attributes.adoc
@@ -17,10 +17,10 @@ with the License.  You may obtain a copy of the License at
   under the License.
 ////
 
-:COMMUNITY_VERSION: 10.0
-:COMMUNITY_VERSION_LONG: 10.0.0
-:COMMUNITY_VERSION_FINAL: {COMMUNITY_VERSION_LONG}.Final
-:COMMUNITY_VERSION_BRANCH: 10.0.x
+:COMMUNITY_VERSION: 10.2.0
+:COMMUNITY_VERSION_LONG: 10.2.0
+:COMMUNITY_VERSION_FINAL: {COMMUNITY_VERSION_LONG}
+:COMMUNITY_VERSION_BRANCH: 10.2.x
 
 ifdef::DROOLS,JBPM,OP[]
 :MAVEN_ARTIFACT_VERSION: {COMMUNITY_VERSION_FINAL}
diff --git a/kogito-docs/_artifacts/document-attributes.adoc 
b/kogito-docs/_artifacts/document-attributes.adoc
index 3802528ef..291fc4851 100644
--- a/kogito-docs/_artifacts/document-attributes.adoc
+++ b/kogito-docs/_artifacts/document-attributes.adoc
@@ -2,10 +2,10 @@
 :REBUILT: February 1st, 2025
 
 // Release_task: Update each release when branching
-:COMMUNITY_VERSION: 999-SNAPSHOT
+:COMMUNITY_VERSION: 10.2.0
 :COMMUNITY_VERSION_LONG: {COMMUNITY_VERSION}
 :COMMUNITY_VERSION_FINAL: {COMMUNITY_VERSION_LONG}
-:COMMUNITY_VERSION_BRANCH: main
+:COMMUNITY_VERSION_BRANCH: 10.2.x
 
 :PRODUCT_FILE: {PRODUCT_INIT}-{ENTERPRISE_VERSION_LONG}
 :PRODUCT_FILE_BA: {PRODUCT_INIT_BA}-{ENTERPRISE_VERSION_LONG}
diff --git a/kogito-docs/doc-content/apache-kie-kogito/pom.xml 
b/kogito-docs/doc-content/apache-kie-kogito/pom.xml
index df3857980..fbb3c5f42 100644
--- a/kogito-docs/doc-content/apache-kie-kogito/pom.xml
+++ b/kogito-docs/doc-content/apache-kie-kogito/pom.xml
@@ -7,12 +7,12 @@
   <parent>
     <groupId>org.kie</groupId>
     <artifactId>apache-kie-guides</artifactId>
-    <version>999-SNAPSHOT</version>
+    <version>10.2.0</version>
   </parent>
 
   <groupId>org.kie.kogito</groupId>
   <artifactId>kogito-docs</artifactId>
-  <version>999-SNAPSHOT</version>
+  <version>10.2.0</version>
   <packaging>jar</packaging>
 
   <name>Apache KIE :: Kogito Documentation :: Kogito</name>
diff --git a/kogito-docs/doc-content/pom.xml b/kogito-docs/doc-content/pom.xml
index 34e3a5216..09863af15 100755
--- a/kogito-docs/doc-content/pom.xml
+++ b/kogito-docs/doc-content/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.kie</groupId>
     <artifactId>apache-kie-docs</artifactId>
-    <version>999-SNAPSHOT</version>
+    <version>10.2.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.kie</groupId>
-  <version>999-SNAPSHOT</version>
+  <version>10.2.0</version>
   <artifactId>apache-kie-guides</artifactId>
   <packaging>pom</packaging>
 
diff --git a/kogito-docs/pom.xml b/kogito-docs/pom.xml
index acdbdbd33..da93499c4 100755
--- a/kogito-docs/pom.xml
+++ b/kogito-docs/pom.xml
@@ -19,14 +19,14 @@
   <parent>
     <groupId>org.kie</groupId>
     <artifactId>apache-kie-docs-parent</artifactId>
-    <version>999-SNAPSHOT</version>
+    <version>10.2.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.kie</groupId>
   <artifactId>apache-kie-docs</artifactId>
-  <version>999-SNAPSHOT</version>
+  <version>10.2.0</version>
 
   <packaging>pom</packaging>
   <name>Apache KIE :: Documentation</name>
diff --git a/optaplanner-docs/pom.xml b/optaplanner-docs/pom.xml
index 01f5b0837..78b2559cf 100755
--- a/optaplanner-docs/pom.xml
+++ b/optaplanner-docs/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.kie</groupId>
     <artifactId>apache-kie-docs-parent</artifactId>
-    <version>999-SNAPSHOT</version>
+    <version>10.2.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 9246e736e..815452fad 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.kie</groupId>
   <artifactId>apache-kie-docs-parent</artifactId>
-  <version>999-SNAPSHOT</version>
+  <version>10.2.0</version>
 
   <packaging>pom</packaging>
   <name>Apache KIE :: Documentation Parent</name>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to