Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issues/21_npe_trust_store_path' …
Browse files Browse the repository at this point in the history
…into develop

* origin/issues/21_npe_trust_store_path:
  use release version of mii-processes-common
  add new version of mii-process-common dependency
  • Loading branch information
wetret committed Aug 1, 2024
2 parents 6b51b90 + 16851ae commit 80c84f5
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</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 80c84f5

Please sign in to comment.