Skip to content

Commit efd2be4

Browse files
committed
GH-1156 - Align example version numbers with the rest of the project.
1 parent fd2e218 commit efd2be4

File tree

6 files changed

+6
-6
lines changed
  • spring-modulith-examples

6 files changed

+6
-6
lines changed

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.springframework.modulith</groupId>
1212
<artifactId>spring-modulith-examples</artifactId>
13-
<version>1.3.0</version>
13+
<version>1.3.5-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Spring Modulith - Examples</name>

spring-modulith-examples/spring-modulith-example-epr-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-examples</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.3.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-modulith-examples/spring-modulith-example-epr-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-examples</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.3.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-examples</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.3.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-modulith-examples/spring-modulith-example-full/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-examples</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.3.5-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-modulith-examples/spring-modulith-example-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.modulith</groupId>
66
<artifactId>spring-modulith-examples</artifactId>
7-
<version>1.3.0</version>
7+
<version>1.3.5-SNAPSHOT</version>
88
</parent>
99

1010
<name>Spring Modulith - Examples - Kafka Example</name>

0 commit comments

Comments
 (0)