Skip to content

Commit

Permalink
Use RELEASE version of appose-java, not LATEST
Browse files Browse the repository at this point in the history
We are testing the Python code, not the bleeding edge Java version.
  • Loading branch information
ctrueden committed Dec 1, 2023
1 parent fe1ddb7 commit 3ad99f6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@ then
<dependency>
<groupId>org.apposed</groupId>
<artifactId>appose</artifactId>
<version>LATEST</version>
<version>RELEASE</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>scijava.public</id>
<url>https://maven.scijava.org/content/groups/public</url>
</repository>
</repositories>
</project>' > appose.pom
mvn -f appose.pom dependency:copy-dependencies
rm appose.pom
Expand Down

0 comments on commit 3ad99f6

Please sign in to comment.