Skip to content

Commit 7f29623

Browse files
committed
Releasing version 0.3.0
Signed-off-by: CDEvents Bot <cdevents@cd.foundation>
1 parent 0cf9c89 commit 7f29623

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.cdevents</groupId>
99
<artifactId>cdevents-sdk-java-parent</artifactId>
10-
<version>0.1.3-SNAPSHOT</version>
10+
<version>0.3.0</version>
1111
</parent>
1212

1313
<artifactId>cdevents-sdk-java-generator</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>dev.cdevents</groupId>
77
<artifactId>cdevents-sdk-java-parent</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>cdevents-sdk-java-parent</name>
@@ -34,7 +34,7 @@
3434
<repository.url>git@github.com:${project.github.repository}.git</repository.url>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
37-
<project.build.outputTimestamp>2023-07-24T13:46:50Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2024-01-11T15:18:32Z</project.build.outputTimestamp>
3838
<version.clean.plugin>3.2.0</version.clean.plugin>
3939
<version.compiler.plugin>3.11.0</version.compiler.plugin>
4040
<version.deploy.plugin>3.1.1</version.deploy.plugin>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.cdevents</groupId>
99
<artifactId>cdevents-sdk-java-parent</artifactId>
10-
<version>0.1.3-SNAPSHOT</version>
10+
<version>0.3.0</version>
1111
</parent>
1212

1313
<artifactId>cdevents-sdk-java</artifactId>

0 commit comments

Comments
 (0)