Skip to content

Commit c8ec877

Browse files
committed
GH-561 - Release version 1.2.0-RC1.
1 parent dc4a077 commit c8ec877

File tree

40 files changed

+100
-96
lines changed

40 files changed

+100
-96
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.2.0-SNAPSHOT</version>
6+
<version>1.2.0-RC1</version>
77

88
<packaging>pom</packaging>
99

@@ -576,7 +576,7 @@ limitations under the License.
576576
<url>https://github.com/spring-projects/spring-modulith</url>
577577
<connection>scm:git:https://github.com/spring-projects/spring-modulith</connection>
578578
<developerConnection>scm:git:ssh://[email protected]/spring-projects-experimental/spring-modulith</developerConnection>
579-
<tag>main</tag>
579+
<tag>1.2.0-RC1</tag>
580580
</scm>
581581

582582
<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.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
</parent>
99

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

spring-modulith-api/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.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-bom/pom.xml

+28-28
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.modulith</groupId>
1515
<artifactId>spring-modulith</artifactId>
16-
<version>1.2.0-SNAPSHOT</version>
16+
<version>1.2.0-RC1</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

@@ -22,137 +22,137 @@
2222
<dependency>
2323
<groupId>org.springframework.modulith</groupId>
2424
<artifactId>spring-modulith-actuator</artifactId>
25-
<version>1.2.0-SNAPSHOT</version>
25+
<version>1.2.0-RC1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.modulith</groupId>
2929
<artifactId>spring-modulith-api</artifactId>
30-
<version>1.2.0-SNAPSHOT</version>
30+
<version>1.2.0-RC1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.modulith</groupId>
3434
<artifactId>spring-modulith-core</artifactId>
35-
<version>1.2.0-SNAPSHOT</version>
35+
<version>1.2.0-RC1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.modulith</groupId>
3939
<artifactId>spring-modulith-docs</artifactId>
40-
<version>1.2.0-SNAPSHOT</version>
40+
<version>1.2.0-RC1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.modulith</groupId>
4444
<artifactId>spring-modulith-events-amqp</artifactId>
45-
<version>1.2.0-SNAPSHOT</version>
45+
<version>1.2.0-RC1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.modulith</groupId>
4949
<artifactId>spring-modulith-events-api</artifactId>
50-
<version>1.2.0-SNAPSHOT</version>
50+
<version>1.2.0-RC1</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.modulith</groupId>
5454
<artifactId>spring-modulith-events-aws-sns</artifactId>
55-
<version>1.2.0-SNAPSHOT</version>
55+
<version>1.2.0-RC1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.modulith</groupId>
5959
<artifactId>spring-modulith-events-aws-sqs</artifactId>
60-
<version>1.2.0-SNAPSHOT</version>
60+
<version>1.2.0-RC1</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.springframework.modulith</groupId>
6464
<artifactId>spring-modulith-events-core</artifactId>
65-
<version>1.2.0-SNAPSHOT</version>
65+
<version>1.2.0-RC1</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.springframework.modulith</groupId>
6969
<artifactId>spring-modulith-events-jackson</artifactId>
70-
<version>1.2.0-SNAPSHOT</version>
70+
<version>1.2.0-RC1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.springframework.modulith</groupId>
7474
<artifactId>spring-modulith-events-jdbc</artifactId>
75-
<version>1.2.0-SNAPSHOT</version>
75+
<version>1.2.0-RC1</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.springframework.modulith</groupId>
7979
<artifactId>spring-modulith-events-jms</artifactId>
80-
<version>1.2.0-SNAPSHOT</version>
80+
<version>1.2.0-RC1</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.springframework.modulith</groupId>
8484
<artifactId>spring-modulith-events-jpa</artifactId>
85-
<version>1.2.0-SNAPSHOT</version>
85+
<version>1.2.0-RC1</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.springframework.modulith</groupId>
8989
<artifactId>spring-modulith-events-kafka</artifactId>
90-
<version>1.2.0-SNAPSHOT</version>
90+
<version>1.2.0-RC1</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.springframework.modulith</groupId>
9494
<artifactId>spring-modulith-events-mongodb</artifactId>
95-
<version>1.2.0-SNAPSHOT</version>
95+
<version>1.2.0-RC1</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.springframework.modulith</groupId>
9999
<artifactId>spring-modulith-events-tests</artifactId>
100-
<version>1.2.0-SNAPSHOT</version>
100+
<version>1.2.0-RC1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.springframework.modulith</groupId>
104104
<artifactId>spring-modulith-moments</artifactId>
105-
<version>1.2.0-SNAPSHOT</version>
105+
<version>1.2.0-RC1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.springframework.modulith</groupId>
109109
<artifactId>spring-modulith-observability</artifactId>
110-
<version>1.2.0-SNAPSHOT</version>
110+
<version>1.2.0-RC1</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.springframework.modulith</groupId>
114114
<artifactId>spring-modulith-runtime</artifactId>
115-
<version>1.2.0-SNAPSHOT</version>
115+
<version>1.2.0-RC1</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.springframework.modulith</groupId>
119119
<artifactId>spring-modulith-starter-core</artifactId>
120-
<version>1.2.0-SNAPSHOT</version>
120+
<version>1.2.0-RC1</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.springframework.modulith</groupId>
124124
<artifactId>spring-modulith-starter-insight</artifactId>
125-
<version>1.2.0-SNAPSHOT</version>
125+
<version>1.2.0-RC1</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.springframework.modulith</groupId>
129129
<artifactId>spring-modulith-starter-jdbc</artifactId>
130-
<version>1.2.0-SNAPSHOT</version>
130+
<version>1.2.0-RC1</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.springframework.modulith</groupId>
134134
<artifactId>spring-modulith-starter-jpa</artifactId>
135-
<version>1.2.0-SNAPSHOT</version>
135+
<version>1.2.0-RC1</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.springframework.modulith</groupId>
139139
<artifactId>spring-modulith-starter-mongodb</artifactId>
140-
<version>1.2.0-SNAPSHOT</version>
140+
<version>1.2.0-RC1</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.springframework.modulith</groupId>
144144
<artifactId>spring-modulith-starter-neo4j</artifactId>
145-
<version>1.2.0-SNAPSHOT</version>
145+
<version>1.2.0-RC1</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.springframework.modulith</groupId>
149149
<artifactId>spring-modulith-starter-test</artifactId>
150-
<version>1.2.0-SNAPSHOT</version>
150+
<version>1.2.0-RC1</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.springframework.modulith</groupId>
154154
<artifactId>spring-modulith-test</artifactId>
155-
<version>1.2.0-SNAPSHOT</version>
155+
<version>1.2.0-RC1</version>
156156
</dependency>
157157
</dependencies>
158158
</dependencyManagement>

spring-modulith-core/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.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.modulith</groupId>
1515
<artifactId>spring-modulith</artifactId>
16-
<version>1.2.0-SNAPSHOT</version>
16+
<version>1.2.0-RC1</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

spring-modulith-docs/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.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/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.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-events</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
</parent>
1010

1111
<name>Spring Modulith - Events - AMQP support</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-events</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
</parent>
1010

1111
<name>Spring Modulith - Events - API</name>

spring-modulith-events/spring-modulith-events-aws-sns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-events</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
</parent>
1010

1111
<name>Spring Modulith - Events - AWS SNS support</name>

spring-modulith-events/spring-modulith-events-aws-sqs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-events</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
</parent>
1010

1111
<name>Spring Modulith - Events - AWS SQS support</name>

spring-modulith-events/spring-modulith-events-core/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-events</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-jackson/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-events</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-jdbc/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-events</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-events</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
</parent>
1010

1111
<name>Spring Modulith - Events - JMS support</name>

spring-modulith-events/spring-modulith-events-jpa/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-events</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.modulith</groupId>
77
<artifactId>spring-modulith-events</artifactId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
</parent>
1010

1111
<name>Spring Modulith - Events - Kafka support</name>

spring-modulith-events/spring-modulith-events-mongodb/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-events</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-events/spring-modulith-events-neo4j/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-events</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0-RC1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.springframework.modulith</groupId>
55
<artifactId>spring-modulith-events</artifactId>
6-
<version>1.2.0-SNAPSHOT</version>
6+
<version>1.2.0-RC1</version>
77
</parent>
88

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

spring-modulith-examples/pom.xml

+6-2
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.2.0-SNAPSHOT</version>
13+
<version>1.2.0-RC1</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Spring Modulith - Examples</name>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.springframework.modulith</groupId>
6262
<artifactId>spring-modulith-bom</artifactId>
63-
<version>1.2.0-SNAPSHOT</version>
63+
<version>1.2.0-RC1</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>
@@ -143,4 +143,8 @@
143143
</releases>
144144
</pluginRepository>
145145
</pluginRepositories>
146+
147+
<scm>
148+
<tag>1.2.0-RC1</tag>
149+
</scm>
146150
</project>

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

+1-1
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.2.0-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)