Skip to content

Commit e187996

Browse files
committed
1.0.0.1 release
1 parent 38c7c30 commit e187996

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<groupId>dev.dsf</groupId>
88
<artifactId>dsf-process-allow-list</artifactId>
9-
<version>1.0.0.0</version>
9+
<version>1.0.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<compileSource>17</compileSource>
1515
<compileTarget>17</compileTarget>
1616

17-
<dsf.version>1.1.0</dsf.version>
17+
<dsf.version>1.2.0</dsf.version>
1818
<dsf.location>../dsf</dsf.location>
1919
</properties>
2020

src/main/java/dev/dsf/bpe/AllowListProcessPluginDefinition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

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

1616
@Override
1717
public String getName()

0 commit comments

Comments
 (0)