This is an automated email from the ASF dual-hosted git repository.
tkobayas pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new aacc7904f [10.1.x] bump versions to 10.1.0 (#4566)
aacc7904f is described below
commit aacc7904f3648746eb6333ffa08295c6bc1af962
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Fri Jul 11 18:18:55 2025 +0900
[10.1.x] bump versions to 10.1.0 (#4566)
* bump versions to 10.1.0
* bump attributes
---
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 03d3d7606..67450ee1c 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.1.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..685e343fd 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.1.0
+:COMMUNITY_VERSION_LONG: 10.1.0
+:COMMUNITY_VERSION_FINAL: {COMMUNITY_VERSION_LONG}
+:COMMUNITY_VERSION_BRANCH: 10.1.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..fda0133aa 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.1.0
:COMMUNITY_VERSION_LONG: {COMMUNITY_VERSION}
:COMMUNITY_VERSION_FINAL: {COMMUNITY_VERSION_LONG}
-:COMMUNITY_VERSION_BRANCH: main
+:COMMUNITY_VERSION_BRANCH: 10.1.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..955d80182 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.1.0</version>
</parent>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-docs</artifactId>
- <version>999-SNAPSHOT</version>
+ <version>10.1.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..7657db034 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.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.kie</groupId>
- <version>999-SNAPSHOT</version>
+ <version>10.1.0</version>
<artifactId>apache-kie-guides</artifactId>
<packaging>pom</packaging>
diff --git a/kogito-docs/pom.xml b/kogito-docs/pom.xml
index acdbdbd33..9e656dc5e 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.1.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.1.0</version>
<packaging>pom</packaging>
<name>Apache KIE :: Documentation</name>
diff --git a/optaplanner-docs/pom.xml b/optaplanner-docs/pom.xml
index 01f5b0837..bca8fb7c7 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.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 9246e736e..fa0207fc4 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.1.0</version>
<packaging>pom</packaging>
<name>Apache KIE :: Documentation Parent</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]