File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 3030 <tag >HEAD</tag >
3131 </scm >
3232
33- <prerequisites >
34- <maven >3.3.9</maven >
35- </prerequisites >
36-
3733 <developers >
3834 <developer >
3935 <id >scalecube.io</id >
5046 <maven-source-plugin .version>3.3.0</maven-source-plugin .version>
5147 <maven-javadoc-plugin .version>3.6.0</maven-javadoc-plugin .version>
5248 <maven-surefire-plugin .version>3.2.5</maven-surefire-plugin .version>
49+ <maven-deploy-plugin .version>3.1.4</maven-deploy-plugin .version>
5350 <maven-release-plugin .version>3.1.1</maven-release-plugin .version>
5451 <maven-enforcer-plugin .version>3.4.1</maven-enforcer-plugin .version>
5552 <maven-checkstyle-plugin .version>3.3.0</maven-checkstyle-plugin .version>
150147 <artifactId >maven-surefire-plugin</artifactId >
151148 <version >${maven-surefire-plugin.version} </version >
152149 </plugin >
153- <!-- Releases -->
150+ <plugin >
151+ <artifactId >maven-deploy-plugin</artifactId >
152+ <version >${maven-deploy-plugin.version} </version >
153+ </plugin >
154154 <plugin >
155155 <artifactId >maven-release-plugin</artifactId >
156156 <version >${maven-release-plugin.version} </version >
181181 </rules >
182182 </configuration >
183183 </execution >
184- <execution >
185- <id >enforce-maven</id >
186- <goals >
187- <goal >enforce</goal >
188- </goals >
189- <configuration >
190- <rules >
191- <requireMavenVersion >
192- <version >[3.3.9,)</version >
193- </requireMavenVersion >
194- </rules >
195- </configuration >
196- </execution >
197184 </executions >
198185 </plugin >
199186 <plugin >
You can’t perform that action at this time.
0 commit comments