Skip to content

Commit

Permalink
[MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)
Browse files Browse the repository at this point in the history
Up parent and prerequisite

---

https://issues.apache.org/jira/browse/MGPG-128
  • Loading branch information
cstamas committed Apr 25, 2024
1 parent f0be6f3 commit 899f410
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>41</version>
<version>42</version>
<relativePath />
</parent>

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

<prerequisites>
<maven>3.2.5</maven>
<maven>3.6.3</maven>
</prerequisites>

<scm>
Expand Down Expand Up @@ -68,18 +68,6 @@ under the License.
<resource.delimiter>@</resource.delimiter>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit 899f410

Please sign in to comment.