Skip to content

Commit

Permalink
1.0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Sep 13, 2023
1 parent 38c7c30 commit e187996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>dev.dsf</groupId>
<artifactId>dsf-process-allow-list</artifactId>
<version>1.0.0.0</version>
<version>1.0.0.1</version>
<packaging>jar</packaging>

<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>
<dsf.location>../dsf</dsf.location>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

public class AllowListProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.0.0.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 8, 22);
public static final String VERSION = "1.0.0.1";
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 9, 14);

@Override
public String getName()
Expand Down

0 comments on commit e187996

Please sign in to comment.