Skip to content

Commit

Permalink
Extract version to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinc1 committed Apr 11, 2023
1 parent dd50275 commit 4c88e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</developers>

<properties>
<awaitility.version>4.2.0</awaitility.version>
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<javers-core.version>6.14.0</javers-core.version>
Expand Down Expand Up @@ -114,7 +115,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4c88e29

Please sign in to comment.