Skip to content

Commit

Permalink
release 1.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wetret committed Nov 10, 2024
1 parent 3bcecc5 commit 2b9ee0b
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-report</artifactId>
<version>1.1.2.0-SNAPSHOT</version>
<version>1.1.2.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 @@ -11,7 +11,7 @@
public class ReportProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.1.2.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2024, 8, 1);
public static final LocalDate RELEASE_DATE = LocalDate.of(2024, 11, 10);

@Override
public String getName()
Expand Down

0 comments on commit 2b9ee0b

Please sign in to comment.