Skip to content

Commit ae90401

Browse files
committed
Make this managed via variable
1 parent f930993 commit ae90401

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<properties>
1616
<project.build.targetJdk>1.8</project.build.targetJdk>
1717
<dep.derive4j.version>0.12.3</dep.derive4j.version>
18+
<dep.immutables-utils.version>1.0</dep.immutables-utils.version>
1819
</properties>
1920

2021
<modules>
@@ -28,12 +29,12 @@
2829
<dependency>
2930
<groupId>com.hubspot.immutables</groupId>
3031
<artifactId>hubspot-style</artifactId>
31-
<version>1.0</version>
32+
<version>${dep.immutables-utils.version}</version>
3233
</dependency>
3334
<dependency>
3435
<groupId>com.hubspot.immutables</groupId>
3536
<artifactId>immutables-exceptions</artifactId>
36-
<version>1.0</version>
37+
<version>${dep.immutables-utils.version}</version>
3738
</dependency>
3839
<dependency>
3940
<groupId>com.hubspot</groupId>

0 commit comments

Comments
 (0)