File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
core/sail/elasticsearch-store Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 183
183
<plugin >
184
184
<groupId >com.github.alexcojocaru</groupId >
185
185
<artifactId >elasticsearch-maven-plugin</artifactId >
186
- <version >6.26 </version >
186
+ <version >6.28 </version >
187
187
<configuration >
188
188
<skip >${skipITs} </skip >
189
189
<skip >${skipTests} </skip >
193
193
<httpPort >9200</httpPort >
194
194
<environmentVariables >
195
195
<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 >
197
197
</environmentVariables >
198
198
<instanceCount >1</instanceCount >
199
199
<instanceSettings >
Original file line number Diff line number Diff line change 648
648
<plugin >
649
649
<groupId >org.apache.maven.plugins</groupId >
650
650
<artifactId >maven-compiler-plugin</artifactId >
651
- <version >3.11.0 </version >
651
+ <version >3.12.1 </version >
652
652
<configuration >
653
653
<fork >false</fork >
654
654
<encoding >utf8</encoding >
729
729
<plugin >
730
730
<groupId >org.apache.maven.plugins</groupId >
731
731
<artifactId >maven-javadoc-plugin</artifactId >
732
- <version >3.6.0 </version >
732
+ <version >3.6.3 </version >
733
733
<configuration >
734
734
<encoding >utf8</encoding >
735
735
<source >11</source >
791
791
<plugin >
792
792
<groupId >org.apache.maven.plugins</groupId >
793
793
<artifactId >maven-surefire-plugin</artifactId >
794
- <version >3.2.1 </version >
794
+ <version >3.2.5 </version >
795
795
<configuration >
796
796
<encoding >UTF-8</encoding >
797
797
<argLine >-Xmx2048M</argLine >
800
800
<plugin >
801
801
<groupId >org.apache.maven.plugins</groupId >
802
802
<artifactId >maven-failsafe-plugin</artifactId >
803
- <version >3.2.1 </version >
803
+ <version >3.2.5 </version >
804
804
<configuration >
805
805
<encoding >UTF-8</encoding >
806
806
<forkCount >1</forkCount >
You can’t perform that action at this time.
0 commit comments