Skip to content

Commit 899f410

Browse files
authored
[MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)
Up parent and prerequisite --- https://issues.apache.org/jira/browse/MGPG-128
1 parent f0be6f3 commit 899f410

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pom.xml

+2-14
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>41</version>
26+
<version>42</version>
2727
<relativePath />
2828
</parent>
2929

@@ -35,7 +35,7 @@ under the License.
3535
<description>Signs the project artifacts with GnuPG.</description>
3636

3737
<prerequisites>
38-
<maven>3.2.5</maven>
38+
<maven>3.6.3</maven>
3939
</prerequisites>
4040

4141
<scm>
@@ -68,18 +68,6 @@ under the License.
6868
<resource.delimiter>@</resource.delimiter>
6969
</properties>
7070

71-
<dependencyManagement>
72-
<dependencies>
73-
<dependency>
74-
<groupId>org.junit</groupId>
75-
<artifactId>junit-bom</artifactId>
76-
<version>5.10.2</version>
77-
<type>pom</type>
78-
<scope>import</scope>
79-
</dependency>
80-
</dependencies>
81-
</dependencyManagement>
82-
8371
<dependencies>
8472
<dependency>
8573
<groupId>org.apache.maven</groupId>

0 commit comments

Comments
 (0)