Skip to content

Commit

Permalink
BATCHEE-155 upgrade to apache-parent-24
Browse files Browse the repository at this point in the history
  • Loading branch information
struberg committed Jan 28, 2022
1 parent 84ceb81 commit 15afe0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>23</version>
<version>24</version>
</parent>

<groupId>org.apache.batchee</groupId>
Expand All @@ -39,6 +39,9 @@


<properties>
<!-- for reproducible builds -->
<project.build.outputTimestamp>10</project.build.outputTimestamp>

<jaxb.version>2.3.4</jaxb.version>
<atinject.version>1.0</atinject.version>
<batch-api.version>1.0</batch-api.version>
Expand Down

0 comments on commit 15afe0e

Please sign in to comment.