Skip to content

Commit 8039deb

Browse files
committed
chore: prepare release 4.0.0
Signed-off-by: Aurea Munoz <[email protected]>
1 parent 6515610 commit 8039deb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

narayana-spring-boot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>dev.snowdrop</groupId>
2121
<artifactId>narayana-spring-boot-parent</artifactId>
22-
<version>4.0.0-SNAPSHOT</version>
22+
<version>4.0.0</version>
2323
</parent>
2424

2525
<artifactId>narayana-spring-boot-core</artifactId>

narayana-spring-boot-samples/narayana-spring-boot-sample-2ds/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>narayana-spring-boot-samples</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99

1010
<artifactId>narayana-spring-boot-sample-2ds</artifactId>

narayana-spring-boot-samples/narayana-spring-boot-sample-2pc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>narayana-spring-boot-samples</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99

1010
<artifactId>narayana-spring-boot-sample-2pc</artifactId>

narayana-spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.snowdrop</groupId>
66
<artifactId>narayana-spring-boot-parent</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99

1010
<artifactId>narayana-spring-boot-samples</artifactId>

narayana-spring-boot-starter-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>dev.snowdrop</groupId>
2121
<artifactId>narayana-spring-boot-parent</artifactId>
22-
<version>4.0.0-SNAPSHOT</version>
22+
<version>4.0.0</version>
2323
</parent>
2424

2525
<artifactId>narayana-spring-boot-starter-it</artifactId>

narayana-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>dev.snowdrop</groupId>
2121
<artifactId>narayana-spring-boot-parent</artifactId>
22-
<version>4.0.0-SNAPSHOT</version>
22+
<version>4.0.0</version>
2323
</parent>
2424

2525
<artifactId>narayana-spring-boot-starter</artifactId>

openshift/recovery-controller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>dev.snowdrop</groupId>
2121
<artifactId>narayana-spring-boot-parent</artifactId>
22-
<version>4.0.0-SNAPSHOT</version>
22+
<version>4.0.0</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>dev.snowdrop</groupId>
2020
<artifactId>narayana-spring-boot-parent</artifactId>
21-
<version>4.0.0-SNAPSHOT</version>
21+
<version>4.0.0</version>
2222
<packaging>pom</packaging>
2323

2424
<name>Narayana Spring Boot :: parent</name>

0 commit comments

Comments
 (0)