Skip to content

Commit 045a7c7

Browse files
committed
Ensure module versions are in sync
1 parent 7f0df5f commit 045a7c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modern/wrapperPlugins/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@
119119
<dependency>
120120
<groupId>org.bonej</groupId>
121121
<artifactId>bonej-utilities</artifactId>
122-
<version>7.1.10-SNAPSHOT</version>
122+
<version>${project.version}</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.bonej</groupId>
126126
<artifactId>bonej-ops</artifactId>
127+
<!-- <version>${project.version}</version>-->
127128
</dependency>
128129

129130
<!-- ImageJ dependencies -->

0 commit comments

Comments
 (0)