Skip to content

Commit

Permalink
preparing release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kvndrsslr committed May 11, 2021
1 parent 65e6d85 commit d0c64bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deer-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>deer-parent</artifactId>
<groupId>org.aksw.deer</groupId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.2</version>
</parent>

<artifactId>deer-cli</artifactId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.aksw.deer</groupId>
<artifactId>deer-core</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.2</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion deer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>deer-parent</artifactId>
<groupId>org.aksw.deer</groupId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>deer-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.aksw.deer</groupId>
<artifactId>deer-parent</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.2</version>
<name>DEER Parent POM</name>
<description>DEER - RDF Dataset Enrichment Framework</description>
<url>https://github.com/dice-group/DEER</url>
Expand Down

0 comments on commit d0c64bd

Please sign in to comment.