Skip to content

Commit 0f2f00e

Browse files
author
github-actions
committed
[maven-release-plugin] prepare release 3.4.3
1 parent f9ba7b4 commit 0f2f00e

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

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>3.4.3-SNAPSHOT</version>
22+
<version>3.4.3</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>3.4.3-SNAPSHOT</version>
7+
<version>3.4.3</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>3.4.3-SNAPSHOT</version>
7+
<version>3.4.3</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>3.4.3-SNAPSHOT</version>
7+
<version>3.4.3</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>3.4.3-SNAPSHOT</version>
22+
<version>3.4.3</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>3.4.3-SNAPSHOT</version>
22+
<version>3.4.3</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>3.4.3-SNAPSHOT</version>
22+
<version>3.4.3</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

pom.xml

Lines changed: 2 additions & 2 deletions
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>3.4.3-SNAPSHOT</version>
21+
<version>3.4.3</version>
2222
<packaging>pom</packaging>
2323

2424
<name>Narayana Spring Boot :: parent</name>
@@ -77,7 +77,7 @@
7777
<url>https://github.com/snowdrop</url>
7878
<connection>scm:git:https://github.com/snowdrop/narayana-spring-boot.git</connection>
7979
<developerConnection>scm:git:git:@github.com:snowdrop/narayana-spring-boot.git</developerConnection>
80-
<tag>HEAD</tag>
80+
<tag>3.4.3</tag>
8181
</scm>
8282

8383
<dependencyManagement>

0 commit comments

Comments
 (0)