File tree Expand file tree Collapse file tree
core/sail/elasticsearch-store Expand file tree Collapse file tree Original file line number Diff line number Diff line change 183183 <plugin >
184184 <groupId >com.github.alexcojocaru</groupId >
185185 <artifactId >elasticsearch-maven-plugin</artifactId >
186- <version >6.26 </version >
186+ <version >6.28 </version >
187187 <configuration >
188188 <skip >${skipITs} </skip >
189189 <skip >${skipTests} </skip >
193193 <httpPort >9200</httpPort >
194194 <environmentVariables >
195195 <ingest .geoip.downloader.enabled>false</ingest .geoip.downloader.enabled>
196- <ES_JAVA_OPTS >${java.sec.mgr} -Xmx1g </ES_JAVA_OPTS >
196+ <ES_JAVA_OPTS >${java.sec.mgr} -Xmx1G -Xms1G </ES_JAVA_OPTS >
197197 </environmentVariables >
198198 <instanceCount >1</instanceCount >
199199 <instanceSettings >
Original file line number Diff line number Diff line change 648648 <plugin >
649649 <groupId >org.apache.maven.plugins</groupId >
650650 <artifactId >maven-compiler-plugin</artifactId >
651- <version >3.11.0 </version >
651+ <version >3.12.1 </version >
652652 <configuration >
653653 <fork >false</fork >
654654 <encoding >utf8</encoding >
729729 <plugin >
730730 <groupId >org.apache.maven.plugins</groupId >
731731 <artifactId >maven-javadoc-plugin</artifactId >
732- <version >3.6.0 </version >
732+ <version >3.6.3 </version >
733733 <configuration >
734734 <encoding >utf8</encoding >
735735 <source >11</source >
791791 <plugin >
792792 <groupId >org.apache.maven.plugins</groupId >
793793 <artifactId >maven-surefire-plugin</artifactId >
794- <version >3.2.1 </version >
794+ <version >3.2.5 </version >
795795 <configuration >
796796 <encoding >UTF-8</encoding >
797797 <argLine >-Xmx2048M</argLine >
800800 <plugin >
801801 <groupId >org.apache.maven.plugins</groupId >
802802 <artifactId >maven-failsafe-plugin</artifactId >
803- <version >3.2.1 </version >
803+ <version >3.2.5 </version >
804804 <configuration >
805805 <encoding >UTF-8</encoding >
806806 <forkCount >1</forkCount >
You can’t perform that action at this time.
0 commit comments