Skip to content

Commit 53d6fcf

Browse files
authored
Merge pull request #16 from datasharingframework/issue/15_Start_New_Development_Cycle
Issue/15 start new development cycle
2 parents 68063b1 + 12a9ca5 commit 53d6fcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

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

66
<groupId>dev.dsf</groupId>
77
<artifactId>dsf-process-ping-pong</artifactId>
8-
<version>1.0.1.0-SNAPSHOT</version>
8+
<version>2.0.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

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

16-
<dsf.version>1.2.0-RC1</dsf.version>
16+
<dsf.version>1.2.0</dsf.version>
1717
<dsf.location>../dsf</dsf.location>
1818
</properties>
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public class PingProcessPluginDefinition implements ProcessPluginDefinition
1212
{
1313
public static final String VERSION = "1.0.1.0";
14-
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 9, 5);
14+
public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 9, 12);
1515

1616
@Override
1717
public String getName()

0 commit comments

Comments
 (0)