Skip to content

Commit cf285e3

Browse files
committed
Removed version numbers as they are no longer needed
We now use the bom
1 parent a7e8aa1 commit cf285e3

File tree

13 files changed

+0
-31
lines changed

13 files changed

+0
-31
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
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>
@@ -155,7 +154,6 @@
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>
@@ -166,7 +164,6 @@
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>
@@ -188,7 +185,6 @@
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>
@@ -201,7 +197,6 @@
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

spring-cloud-task-integration-tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
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>

spring-cloud-task-samples/batch-events/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
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>
@@ -122,7 +121,6 @@
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>

spring-cloud-task-samples/batch-job/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
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>
@@ -126,7 +125,6 @@
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>

spring-cloud-task-samples/jpa-sample/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
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>
@@ -125,7 +124,6 @@
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>

spring-cloud-task-samples/multiple-datasources/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
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>
@@ -126,7 +125,6 @@
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>

spring-cloud-task-samples/partitioned-batch-job/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
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>
@@ -99,7 +98,6 @@
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>
@@ -127,7 +125,6 @@
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>
@@ -147,7 +144,6 @@
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>

spring-cloud-task-samples/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
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>
@@ -62,7 +61,6 @@
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>
@@ -75,7 +73,6 @@
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>

spring-cloud-task-samples/single-step-batch-job/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
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>
@@ -150,7 +149,6 @@
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>

spring-cloud-task-samples/task-events/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
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>
@@ -82,7 +81,6 @@
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>

0 commit comments

Comments
 (0)