Skip to content

Commit

Permalink
Release v20.08.27
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Aug 27, 2020
1 parent 87aedd7 commit 01a0895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fidesmo</groupId>
<artifactId>fdsm-toolbox</artifactId>
<version>20.08.27-SNAPSHOT</version>
<version>20.08.27</version>
</parent>

<artifactId>fdsm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.fidesmo</groupId>
<artifactId>fdsm-toolbox</artifactId>
<version>20.08.27-SNAPSHOT</version>
<version>20.08.27</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions tool/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fidesmo</groupId>
<artifactId>fdsm-toolbox</artifactId>
<version>20.08.27-SNAPSHOT</version>
<version>20.08.27</version>
</parent>

<artifactId>fdsm-tool</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.fidesmo</groupId>
<artifactId>fdsm</artifactId>
<version>20.08.27-SNAPSHOT</version>
<version>20.08.27</version>
</dependency>
<!-- CAP parsing -->
<dependency>
Expand Down

0 comments on commit 01a0895

Please sign in to comment.