Skip to content

Commit f8df07b

Browse files
tristantarrantpruivo
authored andcommitted
Silence POM warnings
1 parent 189a2f5 commit f8df07b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

parent/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.jboss</groupId>
88
<artifactId>jboss-parent</artifactId>
99
<version>39</version>
10+
<relativePath/>
1011
</parent>
1112

1213
<groupId>org.infinispan.protostream</groupId>
@@ -435,7 +436,7 @@
435436
<version>[${maven.compiler.source},)</version>
436437
</requireJavaVersion>
437438
<requireMavenVersion>
438-
<version>[3.5.4,)</version>
439+
<version>[3.6.0,)</version>
439440
</requireMavenVersion>
440441
</rules>
441442
</configuration>

pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
<name>ProtoStream - aggregator</name>
1717
<description>Aggregator module for the ProtoStream project. Builds the distribution of the project.</description>
1818

19-
<prerequisites>
20-
<maven>3.6.0</maven>
21-
</prerequisites>
22-
2319
<properties>
2420
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2521
</properties>

0 commit comments

Comments
 (0)