File tree Expand file tree Collapse file tree 13 files changed +0
-31
lines changed
spring-cloud-task-integration-tests
spring-cloud-task-samples Expand file tree Collapse file tree 13 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 144144 <plugin >
145145 <groupId >org.apache.maven.plugins</groupId >
146146 <artifactId >maven-surefire-plugin</artifactId >
147- <version >2.22.2</version >
148147 <configuration >
149148 <includes >
150149 <include >**/*Tests.java</include >
155154 <plugin >
156155 <groupId >org.apache.maven.plugins</groupId >
157156 <artifactId >maven-compiler-plugin</artifactId >
158- <version >3.5.1</version >
159157 <configuration >
160158 <source >1.8</source >
161159 <target >1.8</target >
166164 <plugin >
167165 <groupId >org.apache.maven.plugins</groupId >
168166 <artifactId >maven-javadoc-plugin</artifactId >
169- <version >3.0.1</version >
170167 <executions >
171168 <execution >
172169 <id >attach-javadocs</id >
188185 <plugin >
189186 <groupId >org.apache.maven.plugins</groupId >
190187 <artifactId >maven-source-plugin</artifactId >
191- <version >3.0.1</version >
192188 <executions >
193189 <execution >
194190 <id >attach-sources</id >
201197 <plugin >
202198 <groupId >org.jacoco</groupId >
203199 <artifactId >jacoco-maven-plugin</artifactId >
204- <version >0.8.6</version >
205200 <executions >
206201 <!--
207202 Prepares the property pointing to the JaCoCo runtime agent which
Original file line number Diff line number Diff line change 125125 <plugin >
126126 <!-- skip deploy (this is just a test module) -->
127127 <artifactId >maven-deploy-plugin</artifactId >
128- <version >2.8.2</version >
129128 <configuration >
130129 <skip >true</skip >
131130 </configuration >
Original file line number Diff line number Diff line change 109109 <plugin >
110110 <groupId >org.apache.maven.plugins</groupId >
111111 <artifactId >maven-javadoc-plugin</artifactId >
112- <version >3.0.1</version >
113112 <executions >
114113 <execution >
115114 <id >attach-javadocs</id >
122121 <plugin >
123122 <groupId >org.apache.maven.plugins</groupId >
124123 <artifactId >maven-source-plugin</artifactId >
125- <version >3.0.1</version >
126124 <executions >
127125 <execution >
128126 <id >attach-sources</id >
Original file line number Diff line number Diff line change 113113 <plugin >
114114 <groupId >org.apache.maven.plugins</groupId >
115115 <artifactId >maven-javadoc-plugin</artifactId >
116- <version >3.0.1</version >
117116 <executions >
118117 <execution >
119118 <id >attach-javadocs</id >
126125 <plugin >
127126 <groupId >org.apache.maven.plugins</groupId >
128127 <artifactId >maven-source-plugin</artifactId >
129- <version >3.0.1</version >
130128 <executions >
131129 <execution >
132130 <id >attach-sources</id >
Original file line number Diff line number Diff line change 112112 <plugin >
113113 <groupId >org.apache.maven.plugins</groupId >
114114 <artifactId >maven-javadoc-plugin</artifactId >
115- <version >3.0.1</version >
116115 <executions >
117116 <execution >
118117 <id >attach-javadocs</id >
125124 <plugin >
126125 <groupId >org.apache.maven.plugins</groupId >
127126 <artifactId >maven-source-plugin</artifactId >
128- <version >3.0.1</version >
129127 <executions >
130128 <execution >
131129 <id >attach-sources</id >
Original file line number Diff line number Diff line change 113113 <plugin >
114114 <groupId >org.apache.maven.plugins</groupId >
115115 <artifactId >maven-javadoc-plugin</artifactId >
116- <version >3.0.1</version >
117116 <executions >
118117 <execution >
119118 <id >attach-javadocs</id >
126125 <plugin >
127126 <groupId >org.apache.maven.plugins</groupId >
128127 <artifactId >maven-source-plugin</artifactId >
129- <version >3.0.1</version >
130128 <executions >
131129 <execution >
132130 <id >attach-sources</id >
Original file line number Diff line number Diff line change 8686 <plugin >
8787 <groupId >org.apache.maven.plugins</groupId >
8888 <artifactId >maven-javadoc-plugin</artifactId >
89- <version >3.0.1</version >
9089 <executions >
9190 <execution >
9291 <id >attach-javadocs</id >
9998 <plugin >
10099 <groupId >org.apache.maven.plugins</groupId >
101100 <artifactId >maven-source-plugin</artifactId >
102- <version >3.0.1</version >
103101 <executions >
104102 <execution >
105103 <id >attach-sources</id >
127125 <plugin >
128126 <groupId >org.apache.maven.plugins</groupId >
129127 <artifactId >maven-surefire-plugin</artifactId >
130- <version >2.22.2</version >
131128 <configuration >
132129 <includes >
133130 <include >**/TaskPartitionerTests.java</include >
147144 <plugin >
148145 <groupId >org.apache.maven.plugins</groupId >
149146 <artifactId >maven-surefire-plugin</artifactId >
150- <version >2.22.2</version >
151147 <configuration >
152148 <excludes >
153149 <exclude >**/TaskPartitionerTests.java</exclude >
Original file line number Diff line number Diff line change 4949 <plugin >
5050 <groupId >org.apache.maven.plugins</groupId >
5151 <artifactId >maven-javadoc-plugin</artifactId >
52- <version >3.0.1</version >
5352 <executions >
5453 <execution >
5554 <id >attach-javadocs</id >
6261 <plugin >
6362 <groupId >org.apache.maven.plugins</groupId >
6463 <artifactId >maven-source-plugin</artifactId >
65- <version >3.0.1</version >
6664 <executions >
6765 <execution >
6866 <id >attach-sources</id >
7573 <plugin >
7674 <!-- skip deploy (this is just a test module) -->
7775 <artifactId >maven-deploy-plugin</artifactId >
78- <version >2.8.2</version >
7976 <configuration >
8077 <skip >true</skip >
8178 </configuration >
Original file line number Diff line number Diff line change 137137 <plugin >
138138 <groupId >org.apache.maven.plugins</groupId >
139139 <artifactId >maven-javadoc-plugin</artifactId >
140- <version >3.0.1</version >
141140 <executions >
142141 <execution >
143142 <id >attach-javadocs</id >
150149 <plugin >
151150 <groupId >org.apache.maven.plugins</groupId >
152151 <artifactId >maven-source-plugin</artifactId >
153- <version >3.0.1</version >
154152 <executions >
155153 <execution >
156154 <id >attach-sources</id >
Original file line number Diff line number Diff line change 6969 <plugin >
7070 <groupId >org.apache.maven.plugins</groupId >
7171 <artifactId >maven-javadoc-plugin</artifactId >
72- <version >3.0.1</version >
7372 <executions >
7473 <execution >
7574 <id >attach-javadocs</id >
8281 <plugin >
8382 <groupId >org.apache.maven.plugins</groupId >
8483 <artifactId >maven-source-plugin</artifactId >
85- <version >3.0.1</version >
8684 <executions >
8785 <execution >
8886 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments