Skip to content

Commit 245434c

Browse files
authored
DRILL-8029: Upgrade project parent POM to 24 version (#2360)
1 parent 9ff0c5b commit 245434c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache</groupId>
2626
<artifactId>apache</artifactId>
27-
<version>21</version>
27+
<version>24</version>
2828
<relativePath />
2929
</parent>
3030

@@ -41,7 +41,7 @@
4141
<maven.compiler.source>1.8</maven.compiler.source>
4242
<maven.compiler.target>1.8</maven.compiler.target>
4343
<sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
44-
44+
<project.build.outputTimestamp>1</project.build.outputTimestamp>
4545
<target.gen.source.path>${project.basedir}/target/generated-sources</target.gen.source.path>
4646
<proto.cas.path>${project.basedir}/src/main/protobuf/</proto.cas.path>
4747
<junit.version>5.7.2</junit.version>
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.owasp</groupId>
239239
<artifactId>dependency-check-maven</artifactId>
240-
<version>6.0.4</version>
240+
<version>6.4.1</version>
241241
</plugin>
242242
</plugins>
243243
</reporting>
@@ -2086,6 +2086,7 @@
20862086
<plugin>
20872087
<groupId>net.nicoulaj.maven.plugins</groupId>
20882088
<artifactId>checksum-maven-plugin</artifactId>
2089+
<version>1.11</version>
20892090
<executions>
20902091
<execution>
20912092
<id>source-release-checksum</id>

0 commit comments

Comments
 (0)