File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 338338 <maven .test.skip>true</maven .test.skip>
339339 <aspectj .skip>true</aspectj .skip>
340340 <maven .install.skip>true</maven .install.skip>
341- <maven .deploy.skip>true</maven .deploy.skip>
342341 <skipTests >true</skipTests >
343342 </properties >
344343
373372 </configuration >
374373 </plugin >
375374
375+ <plugin >
376+ <groupId >org.apache.maven.plugins</groupId >
377+ <artifactId >maven-deploy-plugin</artifactId >
378+ <configuration >
379+ <skip >true</skip >
380+ </configuration >
381+ </plugin >
382+
376383 <!--
377384 Unpacks the content of spring-data-build-resources into the shared resources folder.
378385 -->
677684 <maven .test.skip>true</maven .test.skip>
678685 <aspectj .skip>true</aspectj .skip>
679686 <maven .install.skip>true</maven .install.skip>
680- <maven .deploy.skip>true</maven .deploy.skip>
681687 <skipTests >true</skipTests >
682688 </properties >
683689
705711 </configuration >
706712 </plugin >
707713
714+ <plugin >
715+ <groupId >org.apache.maven.plugins</groupId >
716+ <artifactId >maven-deploy-plugin</artifactId >
717+ <configuration >
718+ <skip >true</skip >
719+ </configuration >
720+ </plugin >
721+
708722 <!--
709723 Unpacks the content of spring-data-build-resources into the shared resources folder.
710724 -->
10681082 <plugin >
10691083 <groupId >org.apache.maven.plugins</groupId >
10701084 <artifactId >maven-deploy-plugin</artifactId >
1071- <version >3.0.0-M2 </version >
1085+ <version >3.1.0 </version >
10721086 </plugin >
10731087
10741088 <plugin >
11281142 <plugin >
11291143 <groupId >org.jfrog.buildinfo</groupId >
11301144 <artifactId >artifactory-maven-plugin</artifactId >
1131- <version >3.4.0 </version >
1145+ <version >3.5.1 </version >
11321146 </plugin >
11331147
11341148 </plugins >
Original file line number Diff line number Diff line change 132132 <plugin >
133133 <groupId >org.jfrog.buildinfo</groupId >
134134 <artifactId >artifactory-maven-plugin</artifactId >
135- <version >3.4.0 </version >
135+ <version >3.5.1 </version >
136136 <executions >
137137 <execution >
138138 <id >build-info</id >
You can’t perform that action at this time.
0 commit comments