Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into
Browse files Browse the repository at this point in the history
issue/130_Start_New_Development_Cycle
  • Loading branch information
hhund committed Jun 21, 2024
2 parents 7e2e2b5 + ee36db8 commit 5e451df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codex-process-data-transfer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
<artifactId>codex-processes-ap1</artifactId>
<version>1.1.0.0-SNAPSHOT</version>
<version>1.1.0.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class DataTransferProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.1.0.0";
public static final LocalDate DATE = LocalDate.of(2024, 3, 18);
public static final LocalDate DATE = LocalDate.of(2024, 3, 25);

@Override
public String getName()
Expand Down
2 changes: 1 addition & 1 deletion codex-processes-ap1-test-data-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
<artifactId>codex-processes-ap1</artifactId>
<version>1.1.0.0-SNAPSHOT</version>
<version>1.1.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
<artifactId>codex-processes-ap1</artifactId>
<version>1.1.0.0-SNAPSHOT</version>
<version>1.1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 5e451df

Please sign in to comment.