Skip to content

Commit

Permalink
add new version of mii-process-common dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wetret committed Aug 1, 2024
1 parent 6b51b90 commit 639499f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.3.0-SNAPSHOT</version>
<version>1.0.2.1-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>de.medizininformatik-initiative</groupId>
<artifactId>mii-processes-common</artifactId>
<version>1.0.2.0</version>
<version>1.0.2.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class DataTransferProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.0.3.0";
public static final String VERSION = "1.0.2.1";
public static final LocalDate RELEASE_DATE = LocalDate.of(2024, 8, 1);

@Override
Expand Down

0 comments on commit 639499f

Please sign in to comment.