Skip to content

Commit b39e856

Browse files
chore(main): release 0.4.3-SNAPSHOT
1 parent cdf4ac3 commit b39e856

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>gr.cytech</groupId>
66
<artifactId>sendium</artifactId>
7-
<version>0.4.2</version>
7+
<version>0.4.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<modules>
@@ -58,7 +58,7 @@
5858
<groupId>gr.cytech</groupId>
5959
<artifactId>sendium-core</artifactId>
6060
<!-- release-please bumps this via the generic extra-files updater; the maven release-type does NOT rewrite dependencyManagement versions -->
61-
<version>0.4.2</version> <!-- x-release-please-version -->
61+
<version>0.4.3-SNAPSHOT</version> <!-- x-release-please-version -->
6262
</dependency>
6363

6464
<dependency>

sendium-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>gr.cytech</groupId>
77
<artifactId>sendium</artifactId>
8-
<version>0.4.2</version>
8+
<version>0.4.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>sendium-app</artifactId>

sendium-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>gr.cytech</groupId>
77
<artifactId>sendium</artifactId>
8-
<version>0.4.2</version>
8+
<version>0.4.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>sendium-core</artifactId>

0 commit comments

Comments
 (0)