Skip to content

Commit 5fd2fc9

Browse files
jorsolslawekjaranowski
authored andcommitted
[MJAR-291] - Upgrade Parent to 37
Signed-off-by: Jorge Solórzano <[email protected]>
1 parent 56344da commit 5fd2fc9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>maven-plugins</artifactId>
2727
<groupId>org.apache.maven.plugins</groupId>
28-
<version>36</version>
28+
<version>37</version>
2929
<relativePath/>
3030
</parent>
3131

src/it/MJAR-162/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@
3232
<dependency>
3333
<groupId>junit</groupId>
3434
<artifactId>junit</artifactId>
35-
<version>3.8.1</version>
35+
<version>4.13.2</version>
3636
<scope>test</scope>
3737
</dependency>
3838
</dependencies>
3939
<build>
4040
<plugins>
41+
<plugin>
42+
<groupId>org.apache.maven.plugins</groupId>
43+
<artifactId>maven-resources-plugin</artifactId>
44+
<version>3.3.0</version>
45+
</plugin>
4146
<plugin>
4247
<groupId>org.apache.maven.plugins</groupId>
4348
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)