Skip to content

Commit

Permalink
release 1.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wetret committed Dec 14, 2023
1 parent d11b1a2 commit e0efb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>mii-process-data-transfer</artifactId>
<version>1.0.0.0-SNAPSHOT</version>
<version>1.0.0.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class DataTransferProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.0.0.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2022, 9, 13);
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 12, 14);

@Override
public String getName()
Expand Down

0 comments on commit e0efb78

Please sign in to comment.