Skip to content

Commit 73cf1d4

Browse files
committedApr 25, 2025··
GH-1155 - Prepare next development iteration.
1 parent e345c1d commit 73cf1d4

File tree

42 files changed

+100
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+100
-104
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.springframework.modulith</groupId>
55
<artifactId>spring-modulith</artifactId>
6-
<version>1.4.0-RC1</version>
6+
<version>1.4.0-SNAPSHOT</version>
77

88
<packaging>pom</packaging>
99

@@ -649,7 +649,7 @@ limitations under the License.
649649
<url>https://github.com/spring-projects/spring-modulith</url>
650650
<connection>scm:git:https://github.com/spring-projects/spring-modulith</connection>
651651
<developerConnection>scm:git:ssh://git@github.com/spring-projects-experimental/spring-modulith</developerConnection>
652-
<tag>1.4.0-RC1</tag>
652+
<tag>main</tag>
653653
</scm>
654654

655655
<repositories>

‎spring-modulith-actuator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.modulith</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>1.4.0-RC1</version>
7+
<version>1.4.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Spring Modulith - Actuator</name>

0 commit comments

Comments
 (0)
Please sign in to comment.