Skip to content

Commit 856ca42

Browse files
committed
BAEL-7636 Add the missing plugin versions in the tutorial repo
-Added missing plugin versions
1 parent 74e3e7f commit 856ca42

File tree

13 files changed

+83
-57
lines changed

13 files changed

+83
-57
lines changed

apache-thrift/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<plugin>
4040
<groupId>org.codehaus.mojo</groupId>
4141
<artifactId>build-helper-maven-plugin</artifactId>
42+
<version>${build-helper-maven-plugin.version}</version>
4243
<executions>
4344
<execution>
4445
<phase>generate-sources</phase>
@@ -60,6 +61,7 @@
6061
<thrift.version>0.10.0</thrift.version>
6162
<maven-thrift.version>0.1.11</maven-thrift.version>
6263
<org.slf4j.slf4j-simple.version>1.7.12</org.slf4j.slf4j-simple.version>
64+
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
6365
</properties>
6466

6567
</project>

core-java-8/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
<plugin>
152152
<groupId>org.springframework.boot</groupId>
153153
<artifactId>spring-boot-maven-plugin</artifactId>
154+
<version>${spring-boot-maven-plugin.version}</version>
154155
<executions>
155156
<execution>
156157
<goals>
@@ -184,6 +185,7 @@
184185
<avaitility.version>1.7.0</avaitility.version>
185186
<jmh-core.version>1.19</jmh-core.version>
186187
<jmh-generator.version>1.19</jmh-generator.version>
188+
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>
187189
</properties>
188190

189191
</project>

core-java-io/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
<plugin>
184184
<groupId>org.springframework.boot</groupId>
185185
<artifactId>spring-boot-maven-plugin</artifactId>
186+
<version>${spring-boot-maven-plugin.version}</version>
186187
<executions>
187188
<execution>
188189
<goals>
@@ -316,6 +317,7 @@
316317
<esapi.version>2.1.0.1</esapi.version>
317318
<jmh-generator-annprocess.version>1.19</jmh-generator-annprocess.version>
318319
<async-http-client.version>2.4.5</async-http-client.version>
320+
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>
319321
</properties>
320322

321323
</project>

disruptor/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<plugin>
113113
<groupId>com.jolira</groupId>
114114
<artifactId>onejar-maven-plugin</artifactId>
115+
<version>${onejar-maven-plugin.version}</version>
115116
<executions>
116117
<execution>
117118
<configuration>
@@ -138,6 +139,7 @@
138139

139140
<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
140141
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
142+
<onejar-maven-plugin.version>1.4.4</onejar-maven-plugin.version>
141143
</properties>
142144

143145
</project>

ethereum/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
<plugin>
185185
<groupId>org.springframework.boot</groupId>
186186
<artifactId>spring-boot-maven-plugin</artifactId>
187+
<version>${spring-boot-maven-plugin.version}</version>
187188
</plugin>
188189
<plugin>
189190
<groupId>org.apache.maven.plugins</groupId>
@@ -224,6 +225,7 @@
224225
<junit.version>4.12</junit.version>
225226
<logback.version>1.2.3</logback.version>
226227
<slf4j.version>1.7.25</slf4j.version>
228+
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>
227229
</properties>
228230

229231
</project>

spring-boot-admin/spring-boot-admin-client/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<plugin>
4747
<groupId>org.springframework.boot</groupId>
4848
<artifactId>spring-boot-maven-plugin</artifactId>
49+
<version>${spring-boot-maven-plugin.version}</version>
4950
<executions>
5051
<execution>
5152
<goals>
@@ -59,6 +60,7 @@
5960

6061
<properties>
6162
<spring-boot-admin-starter-client.version>1.5.4</spring-boot-admin-starter-client.version>
63+
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>
6264
</properties>
6365

6466
</project>

spring-boot-admin/spring-boot-admin-server/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,15 @@
7676
<plugin>
7777
<groupId>org.springframework.boot</groupId>
7878
<artifactId>spring-boot-maven-plugin</artifactId>
79+
<version>${spring-boot-maven-plugin.version}</version>
7980
</plugin>
8081
</plugins>
8182
</build>
8283

8384
<properties>
8485
<spring-boot-admin-server.version>1.5.4</spring-boot-admin-server.version>
8586
<spring-boot-admin-starter-client.version>1.5.4</spring-boot-admin-starter-client.version>
87+
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>
8688
</properties>
8789

8890
</project>

spring-boot-persistence/pom.xml

Lines changed: 51 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,57 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
5-
<artifactId>spring-boot-persistence</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
7-
<packaging>jar</packaging>
8-
<name>spring-boot-persistence</name>
9-
<description>This is a simple Spring Data Repositories test</description>
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.baeldung</groupId>
5+
<artifactId>spring-boot-persistence</artifactId>
6+
<version>0.0.1-SNAPSHOT</version>
7+
<packaging>jar</packaging>
8+
<name>spring-boot-persistence</name>
9+
<description>This is a simple Spring Data Repositories test</description>
1010

11-
<parent>
12-
<artifactId>parent-boot-2</artifactId>
13-
<groupId>com.baeldung</groupId>
14-
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../parent-boot-2</relativePath>
16-
</parent>
11+
<parent>
12+
<artifactId>parent-boot-2</artifactId>
13+
<groupId>com.baeldung</groupId>
14+
<version>0.0.1-SNAPSHOT</version>
15+
<relativePath>../parent-boot-2</relativePath>
16+
</parent>
1717

18-
<dependencies>
19-
<dependency>
20-
<groupId>org.springframework.boot</groupId>
21-
<artifactId>spring-boot-starter-data-jpa</artifactId>
22-
</dependency>
23-
<dependency>
24-
<groupId>com.h2database</groupId>
25-
<artifactId>h2</artifactId>
26-
</dependency>
27-
<dependency>
28-
<groupId>org.springframework.boot</groupId>
29-
<artifactId>spring-boot-starter</artifactId>
30-
</dependency>
31-
</dependencies>
18+
<dependencies>
19+
<dependency>
20+
<groupId>org.springframework.boot</groupId>
21+
<artifactId>spring-boot-starter-data-jpa</artifactId>
22+
</dependency>
23+
<dependency>
24+
<groupId>com.h2database</groupId>
25+
<artifactId>h2</artifactId>
26+
</dependency>
27+
<dependency>
28+
<groupId>org.springframework.boot</groupId>
29+
<artifactId>spring-boot-starter</artifactId>
30+
</dependency>
31+
</dependencies>
3232

33-
<build>
34-
<finalName>spring-boot-persistence</finalName>
35-
<resources>
36-
<resource>
37-
<directory>src/main/resources</directory>
38-
<filtering>true</filtering>
39-
</resource>
40-
</resources>
41-
<plugins>
42-
<plugin>
43-
<groupId>org.apache.maven.plugins</groupId>
44-
<artifactId>maven-war-plugin</artifactId>
45-
</plugin>
46-
<plugin>
47-
<groupId>pl.project13.maven</groupId>
48-
<artifactId>git-commit-id-plugin</artifactId>
49-
</plugin>
50-
</plugins>
51-
</build>
33+
<build>
34+
<finalName>spring-boot-persistence</finalName>
35+
<resources>
36+
<resource>
37+
<directory>src/main/resources</directory>
38+
<filtering>true</filtering>
39+
</resource>
40+
</resources>
41+
<plugins>
42+
<plugin>
43+
<groupId>org.apache.maven.plugins</groupId>
44+
<artifactId>maven-war-plugin</artifactId>
45+
</plugin>
46+
<plugin>
47+
<groupId>pl.project13.maven</groupId>
48+
<artifactId>git-commit-id-plugin</artifactId>
49+
<version>${git-commit-id-plugin.version}</version>
50+
</plugin>
51+
</plugins>
52+
</build>
5253

54+
<properties>
55+
<git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version>
56+
</properties>
5357
</project>

spring-boot-security/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@
6767
<plugin>
6868
<groupId>org.springframework.boot</groupId>
6969
<artifactId>spring-boot-maven-plugin</artifactId>
70+
<version>${spring-boot-maven-plugin.version}</version>
7071
</plugin>
7172
</plugins>
7273
</build>
7374

7475
<properties>
7576
<spring-boot.version>1.5.9.RELEASE</spring-boot.version>
77+
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>
7678
</properties>
7779

7880
</project>

spring-boot/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
<plugin>
177177
<groupId>pl.project13.maven</groupId>
178178
<artifactId>git-commit-id-plugin</artifactId>
179+
<version>${git-commit-id-plugin.version}</version>
179180
</plugin>
180181

181182
</plugins>
@@ -230,6 +231,7 @@
230231
<graphql-java-tools.version>3.2.0</graphql-java-tools.version>
231232
<guava.version>18.0</guava.version>
232233
<junit-platform.version>1.2.0</junit-platform.version>
234+
<git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version>
233235
</properties>
234236

235237
</project>

0 commit comments

Comments
 (0)