Skip to content

Commit 48876e5

Browse files
committed
GH-21 - Release version 0.1.0-M1.
1 parent dd2b9e9 commit 48876e5

File tree

22 files changed

+62
-61
lines changed

22 files changed

+62
-61
lines changed

pom.xml

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

44
<groupId>org.springframework.experimental</groupId>
55
<artifactId>spring-modulith</artifactId>
6-
<version>0.1.0-SNAPSHOT</version>
6+
<version>0.1.0-M1</version>
77

88
<packaging>pom</packaging>
99

@@ -528,7 +528,7 @@ limitations under the License.
528528
<url>https://github.com/spring-projects-experimental/spring-modulith</url>
529529
<connection>scm:git:https://github.com/spring-projects-experimental/spring-modulith</connection>
530530
<developerConnection>scm:git:ssh://[email protected]/spring-projects-experimental/spring-modulith</developerConnection>
531-
<tag>main</tag>
531+
<tag>0.1.0-M1</tag>
532532
</scm>
533533

534534
<repositories>

spring-modulith-api/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.experimental</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-bom/pom.xml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -14,7 +13,7 @@
1413
<parent>
1514
<groupId>org.springframework.experimental</groupId>
1615
<artifactId>spring-modulith</artifactId>
17-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0-M1</version>
1817
<relativePath>../pom.xml</relativePath>
1918
</parent>
2019

@@ -23,37 +22,37 @@
2322
<dependency>
2423
<groupId>org.springframework.experimental</groupId>
2524
<artifactId>spring-modulith-api</artifactId>
26-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.1.0-M1</version>
2726
</dependency>
2827
<dependency>
2928
<groupId>org.springframework.experimental</groupId>
3029
<artifactId>spring-modulith-core</artifactId>
31-
<version>0.1.0-SNAPSHOT</version>
30+
<version>0.1.0-M1</version>
3231
</dependency>
3332
<dependency>
3433
<groupId>org.springframework.experimental</groupId>
3534
<artifactId>spring-modulith-docs</artifactId>
36-
<version>0.1.0-SNAPSHOT</version>
35+
<version>0.1.0-M1</version>
3736
</dependency>
3837
<dependency>
3938
<groupId>org.springframework.experimental</groupId>
4039
<artifactId>spring-modulith-events</artifactId>
41-
<version>0.1.0-SNAPSHOT</version>
40+
<version>0.1.0-M1</version>
4241
</dependency>
4342
<dependency>
4443
<groupId>org.springframework.experimental</groupId>
4544
<artifactId>spring-modulith-events-core</artifactId>
46-
<version>0.1.0-SNAPSHOT</version>
45+
<version>0.1.0-M1</version>
4746
</dependency>
4847
<dependency>
4948
<groupId>org.springframework.experimental</groupId>
5049
<artifactId>spring-modulith-events-jackson</artifactId>
51-
<version>0.1.0-SNAPSHOT</version>
50+
<version>0.1.0-M1</version>
5251
</dependency>
5352
<dependency>
5453
<groupId>org.springframework.experimental</groupId>
5554
<artifactId>spring-modulith-events-jpa</artifactId>
56-
<version>0.1.0-SNAPSHOT</version>
55+
<version>0.1.0-M1</version>
5756
</dependency>
5857
<dependency>
5958
<groupId>org.springframework.experimental</groupId>
@@ -63,42 +62,42 @@
6362
<dependency>
6463
<groupId>org.springframework.experimental</groupId>
6564
<artifactId>spring-modulith-events-tests</artifactId>
66-
<version>0.1.0-SNAPSHOT</version>
65+
<version>0.1.0-M1</version>
6766
</dependency>
6867
<dependency>
6968
<groupId>org.springframework.experimental</groupId>
7069
<artifactId>spring-modulith-moments</artifactId>
71-
<version>0.1.0-SNAPSHOT</version>
70+
<version>0.1.0-M1</version>
7271
</dependency>
7372
<dependency>
7473
<groupId>org.springframework.experimental</groupId>
7574
<artifactId>spring-modulith-observability</artifactId>
76-
<version>0.1.0-SNAPSHOT</version>
75+
<version>0.1.0-M1</version>
7776
</dependency>
7877
<dependency>
7978
<groupId>org.springframework.experimental</groupId>
8079
<artifactId>spring-modulith-starter-jdbc</artifactId>
81-
<version>0.1.0-SNAPSHOT</version>
80+
<version>0.1.0-M1</version>
8281
</dependency>
8382
<dependency>
8483
<groupId>org.springframework.experimental</groupId>
8584
<artifactId>spring-modulith-starter-jpa</artifactId>
86-
<version>0.1.0-SNAPSHOT</version>
85+
<version>0.1.0-M1</version>
8786
</dependency>
8887
<dependency>
8988
<groupId>org.springframework.experimental</groupId>
9089
<artifactId>spring-modulith-starter-mongodb</artifactId>
91-
<version>0.1.0-SNAPSHOT</version>
90+
<version>0.1.0-M1</version>
9291
</dependency>
9392
<dependency>
9493
<groupId>org.springframework.experimental</groupId>
9594
<artifactId>spring-modulith-starter-test</artifactId>
96-
<version>0.1.0-SNAPSHOT</version>
95+
<version>0.1.0-M1</version>
9796
</dependency>
9897
<dependency>
9998
<groupId>org.springframework.experimental</groupId>
10099
<artifactId>spring-modulith-test</artifactId>
101-
<version>0.1.0-SNAPSHOT</version>
100+
<version>0.1.0-M1</version>
102101
</dependency>
103102
</dependencies>
104103
</dependencyManagement>

spring-modulith-core/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.experimental</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.experimental</groupId>
1616
<artifactId>spring-modulith</artifactId>
17-
<version>0.1.0-SNAPSHOT</version>
17+
<version>0.1.0-M1</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

spring-modulith-docs/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.experimental</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/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.experimental</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-core/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.experimental</groupId>
66
<artifactId>spring-modulith-events</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-jackson/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.experimental</groupId>
66
<artifactId>spring-modulith-events</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-jdbc/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.experimental</groupId>
66
<artifactId>spring-modulith-events</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-jpa/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.experimental</groupId>
66
<artifactId>spring-modulith-events</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-mongodb/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.experimental</groupId>
66
<artifactId>spring-modulith-events</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.springframework.experimental</groupId>
55
<artifactId>spring-modulith-events</artifactId>
6-
<version>0.1.0-SNAPSHOT</version>
6+
<version>0.1.0-M1</version>
77
</parent>
88

99
<name>Spring Modulith - Events - Integration tests</name>

spring-modulith-example/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
42

53
<modelVersion>4.0.0</modelVersion>
64

@@ -13,7 +11,7 @@
1311

1412
<artifactId>spring-modulith-example</artifactId>
1513
<name>Spring Modulith - Example</name>
16-
<version>0.1.0-SNAPSHOT</version>
14+
<version>0.1.0-M1</version>
1715

1816
<properties>
1917
<java.version>17</java.version>
@@ -24,7 +22,7 @@
2422
<dependency>
2523
<groupId>org.springframework.experimental</groupId>
2624
<artifactId>spring-modulith-bom</artifactId>
27-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.1.0-M1</version>
2826
<type>pom</type>
2927
<scope>import</scope>
3028
</dependency>
@@ -125,4 +123,8 @@
125123
</pluginRepository>
126124
</pluginRepositories>
127125

126+
127+
<scm>
128+
<tag>0.1.0-M1</tag>
129+
</scm>
128130
</project>

spring-modulith-integration-test/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.experimental</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-moments/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.experimental</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
</parent>
99

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

spring-modulith-observability/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.experimental</groupId>
66
<artifactId>spring-modulith</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0-M1</version>
88
</parent>
99

1010
<artifactId>spring-modulith-observability</artifactId>

spring-modulith-starter-jdbc/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.experimental</groupId>
77
<artifactId>spring-modulith</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0-M1</version>
99
</parent>
1010

1111
<artifactId>spring-modulith-starter-jdbc</artifactId>
@@ -20,31 +20,31 @@
2020
<dependency>
2121
<groupId>org.springframework.experimental</groupId>
2222
<artifactId>spring-modulith-api</artifactId>
23-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0-M1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.experimental</groupId>
2727
<artifactId>spring-modulith-moments</artifactId>
28-
<version>0.1.0-SNAPSHOT</version>
28+
<version>0.1.0-M1</version>
2929
</dependency>
3030

3131
<!-- Events -->
3232

3333
<dependency>
3434
<groupId>org.springframework.experimental</groupId>
3535
<artifactId>spring-modulith-events-core</artifactId>
36-
<version>0.1.0-SNAPSHOT</version>
36+
<version>0.1.0-M1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.springframework.experimental</groupId>
4040
<artifactId>spring-modulith-events-jackson</artifactId>
41-
<version>0.1.0-SNAPSHOT</version>
41+
<version>0.1.0-M1</version>
4242
<scope>runtime</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework.experimental</groupId>
4646
<artifactId>spring-modulith-events-jdbc</artifactId>
47-
<version>0.1.0-SNAPSHOT</version>
47+
<version>0.1.0-M1</version>
4848
<scope>runtime</scope>
4949
</dependency>
5050

spring-modulith-starter-jpa/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.experimental</groupId>
77
<artifactId>spring-modulith</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0-M1</version>
99
</parent>
1010

1111
<artifactId>spring-modulith-starter-jpa</artifactId>
@@ -20,31 +20,31 @@
2020
<dependency>
2121
<groupId>org.springframework.experimental</groupId>
2222
<artifactId>spring-modulith-api</artifactId>
23-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0-M1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.experimental</groupId>
2727
<artifactId>spring-modulith-moments</artifactId>
28-
<version>0.1.0-SNAPSHOT</version>
28+
<version>0.1.0-M1</version>
2929
</dependency>
3030

3131
<!-- Events -->
3232

3333
<dependency>
3434
<groupId>org.springframework.experimental</groupId>
3535
<artifactId>spring-modulith-events-core</artifactId>
36-
<version>0.1.0-SNAPSHOT</version>
36+
<version>0.1.0-M1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.springframework.experimental</groupId>
4040
<artifactId>spring-modulith-events-jackson</artifactId>
41-
<version>0.1.0-SNAPSHOT</version>
41+
<version>0.1.0-M1</version>
4242
<scope>runtime</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework.experimental</groupId>
4646
<artifactId>spring-modulith-events-jpa</artifactId>
47-
<version>0.1.0-SNAPSHOT</version>
47+
<version>0.1.0-M1</version>
4848
<scope>runtime</scope>
4949
</dependency>
5050

0 commit comments

Comments
 (0)