Skip to content

Commit

Permalink
1.0.1.0-RC1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Sep 11, 2023
1 parent 90d92e5 commit 921a6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>dev.dsf</groupId>
<artifactId>dsf-process-ping-pong</artifactId>
<version>1.0.1.0-SNAPSHOT</version>
<version>1.0.1.0-RC1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/dsf/bpe/PingProcessPluginDefinition.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class PingProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.0.1.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 9, 5);
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 9, 11);

@Override
public String getName()
Expand Down

0 comments on commit 921a6df

Please sign in to comment.