Skip to content

Commit

Permalink
release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesmarvin committed Dec 10, 2021
1 parent df8b5ba commit 09e18da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.cloudogu.spotter</groupId>
<artifactId>spotter</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>Spotter</name>
<description>Content-Type and language recognition library</description>
Expand Down
4 changes: 2 additions & 2 deletions spotter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<parent>
<groupId>com.cloudogu.spotter</groupId>
<artifactId>spotter</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<groupId>com.cloudogu.spotter</groupId>
<artifactId>spotter-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>

<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions spotter-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<parent>
<groupId>com.cloudogu.spotter</groupId>
<artifactId>spotter</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<groupId>com.cloudogu.spotter</groupId>
<artifactId>spotter-maven-plugin</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>maven-plugin</packaging>

<prerequisites>
Expand Down

0 comments on commit 09e18da

Please sign in to comment.