This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 9eb92c4f444 IGNITE-28984 Fix compilation after bump org.apache:apache
version (#13476)
9eb92c4f444 is described below
commit 9eb92c4f4441ef84f52d742ea3b7db0f92ef84e0
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Fri Aug 14 13:53:45 2026 +0300
IGNITE-28984 Fix compilation after bump org.apache:apache version (#13476)
---
.github/workflows/commit-check.yml | 2 +-
modules/checkstyle/pom.xml | 7 -------
parent/pom.xml | 7 -------
3 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/.github/workflows/commit-check.yml
b/.github/workflows/commit-check.yml
index c632952c4e8..8e90eb9ba7c 100644
--- a/.github/workflows/commit-check.yml
+++ b/.github/workflows/commit-check.yml
@@ -126,7 +126,7 @@ jobs:
- name: Check javadocs.
run : |
- ./mvnw -DskipTests install -pl modules/tools,modules/codegen -B -V
&& ./mvnw initialize -Pjavadoc -B -V
+ ./mvnw -DskipTests install -pl
modules/commons,modules/tools,modules/codegen,modules/core,modules/binary/api,modules/core,modules/binary/impl,modules/core,modules/unsafe,modules/thin-client/api,modules/thin-client/impl,modules/nio,modules/indexing
-B -V && ./mvnw initialize -Pjavadoc -B -V
- name: Documentation code snippets compilation check
run: |
diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml
index 3982c193b8d..474011ae010 100644
--- a/modules/checkstyle/pom.xml
+++ b/modules/checkstyle/pom.xml
@@ -25,13 +25,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>23</version>
- <relativePath/>
- </parent>
-
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-checkstyle</artifactId>
<version>${revision}</version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 29d10fac00c..b9e4478f569 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,13 +23,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>23</version>
- <relativePath/>
- </parent>
-
<!--
NOTE:
The ignite-parent module is used as a shared pom between the Ignite
internal submodules and the Ignite Extensions.