Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/1.0.0.0-RC3'
Browse files Browse the repository at this point in the history
* origin/release/1.0.0.0-RC3:
  1.0.0.0-RC3
  update to dsf 1.2.0, mii-common 1.0.0.0-RC2 and process date
  update to dsf 1.2.0-RC1
  reset commons package to SNAPSHOT
  reset version to SNAPSHOT
  • Loading branch information
wetret committed Sep 13, 2023
2 parents 12147d2 + fdcb589 commit 634c34d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>mii-process-report</artifactId>
<version>1.0.0.0-RC2</version>
<version>1.0.0.0-RC3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compileSource>17</compileSource>
<compileTarget>17</compileTarget>

<dsf.version>1.1.0</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-RC1</version>
<version>1.0.0.0-RC2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class ReportProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.0.0.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 8, 31);
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 9, 13);

@Override
public String getName()
Expand Down

0 comments on commit 634c34d

Please sign in to comment.