Skip to content

Commit

Permalink
1.0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Sep 12, 2023
1 parent 68063b1 commit 28adc11
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 @@ -5,15 +5,15 @@

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

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

<dsf.version>1.2.0-RC1</dsf.version>
<dsf.version>1.2.0</dsf.version>
<dsf.location>../dsf</dsf.location>
</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, 12);

@Override
public String getName()
Expand Down

0 comments on commit 28adc11

Please sign in to comment.