Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Dec 21, 2020
1 parent cee4c7e commit 49aabfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>clij2_</artifactId>
<version>2.2.0.7</version>
<version>2.2.0.12</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-parent-pom</artifactId>
<version>2.2.0.11</version>
<version>2.2.0.12</version>
<relativePath />
</parent>

<groupId>net.haesleinhuepf</groupId>
<artifactId>clij2-docs</artifactId>
<version>2.2.0.11</version>
<version>2.2.0.12</version>

<name>clij-docs</name>
<description>clij2-docs contains CLIJ documentation and documentation generators.</description>
Expand Down

0 comments on commit 49aabfa

Please sign in to comment.