Skip to content

Commit cf1bc74

Browse files
committed
Decouple scijava-log-slf4j from scijava-common
The project is separately versioned and needs to be pinned to a release version of scijava-common.
1 parent c695c2a commit cf1bc74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

log-slf4j/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.scijava</groupId>
1010
<artifactId>pom-scijava</artifactId>
11-
<version>1.78</version>
11+
<version>1.120</version>
1212
<relativePath/>
1313
</parent>
1414

@@ -20,9 +20,9 @@
2020

2121
<dependencies>
2222
<dependency>
23-
<groupId>${project.groupId}</groupId>
23+
<groupId>${scijava-common.groupId}</groupId>
2424
<artifactId>scijava-common</artifactId>
25-
<version>${project.version}</version>
25+
<version>${scijava-common.version}</version>
2626
</dependency>
2727

2828
<dependency>

0 commit comments

Comments
 (0)