Skip to content

Commit

Permalink
mvn -Denforcer.skip -Dmaven.test.skip=true clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jun 27, 2019
1 parent e8fd981 commit 8128218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clij_imagej_ops_java.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use the CLIJ ImageJ Ops in your own project, link it as a maven dependency:
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-ops</artifactId>
<version>1.0.4</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion dependingViaMaven.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you want to access CLIJ from your Java code, it is recommended to depend on C
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij_</artifactId>
<version>1.0.4</version>
<version>1.0.7</version>
</dependency>
```

Expand Down

0 comments on commit 8128218

Please sign in to comment.