Skip to content

Commit

Permalink
1.0.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Aug 22, 2023
1 parent d462031 commit d276c5b
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.0.0-SNAPSHOT</version>
<version>1.0.0.0</version>
<packaging>jar</packaging>

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

<dsf.version>1.0.0</dsf.version>
<dsf.version>1.1.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.0.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 5, 20);
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 8, 22);

@Override
public String getName()
Expand Down

0 comments on commit d276c5b

Please sign in to comment.