You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2022/05/26 13:27:45 UTC

[ignite] branch master updated: IGNITE-17037 Add compatibility jars to the release lyfecycle (#10043)

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

mmuzaf 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 967914e2750 IGNITE-17037 Add compatibility jars to the release lyfecycle (#10043)
967914e2750 is described below

commit 967914e27500fa33600d50681298a15e6e7d72b4
Author: Maxim Muzafarov <ma...@gmail.com>
AuthorDate: Thu May 26 16:27:39 2022 +0300

    IGNITE-17037 Add compatibility jars to the release lyfecycle (#10043)
---
 modules/bom/pom.xml           | 13 ++++++++++++-
 modules/compatibility/pom.xml |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/modules/bom/pom.xml b/modules/bom/pom.xml
index 2d13cc15822..047167831f3 100644
--- a/modules/bom/pom.xml
+++ b/modules/bom/pom.xml
@@ -56,6 +56,11 @@
                 <artifactId>ignite-compress</artifactId>
                 <version>${revision}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>ignite-compatibility</artifactId>
+                <version>${revision}</version>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>ignite-control-utility</artifactId>
@@ -166,7 +171,6 @@
                 <artifactId>ignite-zookeeper</artifactId>
                 <version>${revision}</version>
             </dependency>
-
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>ignite-clients</artifactId>
@@ -174,6 +178,13 @@
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>ignite-compatibility</artifactId>
+                <version>${revision}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>ignite-compress</artifactId>
diff --git a/modules/compatibility/pom.xml b/modules/compatibility/pom.xml
index f5e3e96011d..41741dcba07 100644
--- a/modules/compatibility/pom.xml
+++ b/modules/compatibility/pom.xml
@@ -134,7 +134,7 @@
                 <artifactId>maven-deploy-plugin</artifactId>
                 <version>2.8.2</version>
                 <configuration>
-                    <skip>true</skip>
+                    <skip>false</skip>
                 </configuration>
             </plugin>
         </plugins>