Skip to content

Commit 47ff85a

Browse files
committed
Bump parent version to force a new MiniMaven version
Required for the bug fix regarding .jar file generation with sources (to be precise, MiniMaven version >= 2.1.1 is required). While at it, get rid of the scijava-common:tests dependency: the classes we need for testing are contained in the scijava-common artifact proper now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent e141b2b commit 47ff85a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>2.2</version>
8+
<version>2.5</version>
99
<relativePath />
1010
</parent>
1111

@@ -97,12 +97,6 @@
9797
<artifactId>junit</artifactId>
9898
<scope>test</scope>
9999
</dependency>
100-
<dependency>
101-
<groupId>org.scijava</groupId>
102-
<artifactId>scijava-common</artifactId>
103-
<classifier>tests</classifier>
104-
<scope>test</scope>
105-
</dependency>
106100
</dependencies>
107101

108102
<build>

0 commit comments

Comments
 (0)