You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2021/02/04 12:34:05 UTC

[ignite-3] branch main updated: IGNITE-14124 Fix project's Maven settings (#47)

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

ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 47743db  IGNITE-14124 Fix project's Maven settings (#47)
47743db is described below

commit 47743db00c0f57755c40015aee14a38c2d33807f
Author: Peter Ivanov <mr...@gmail.com>
AuthorDate: Thu Feb 4 15:33:59 2021 +0300

    IGNITE-14124 Fix project's Maven settings (#47)
---
 modules/rest/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/rest/pom.xml b/modules/rest/pom.xml
index 79849e9..b2e428f 100644
--- a/modules/rest/pom.xml
+++ b/modules/rest/pom.xml
@@ -75,8 +75,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.8.1</version>
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>