Skip to content

Commit

Permalink
update to dsf 1.2.0, mii-common 1.0.0.0-RC2 and process date
Browse files Browse the repository at this point in the history
  • Loading branch information
wetret committed Sep 13, 2023
1 parent c5e8762 commit a07e2a3
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 @@ -13,7 +13,7 @@
<compileSource>17</compileSource>
<compileTarget>17</compileTarget>

<dsf.version>1.2.0-RC1</dsf.version>
<dsf.version>1.2.0</dsf.version>
<testSetup.location>../mii-processes-test-setup</testSetup.location>
</properties>

Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>de.medizininformatik-initiative</groupId>
<artifactId>mii-processes-common</artifactId>
<version>1.0.0.0-SNAPSHOT</version>
<version>1.0.0.0-RC2</version>
</dependency>

<dependency>
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, 8, 31);
public static final LocalDate RELEASE_DATE = LocalDate.of(2022, 9, 13);

@Override
public String getName()
Expand Down

0 comments on commit a07e2a3

Please sign in to comment.