Skip to content

Commit 7f1e22d

Browse files
committed
GH-78 - Release version 0.1.0.
1 parent dc2f07b commit 7f1e22d

File tree

22 files changed

+60
-56
lines changed

22 files changed

+60
-56
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</version>
77

88
<packaging>pom</packaging>
99

@@ -544,7 +544,7 @@ limitations under the License.
544544
<url>https://github.com/spring-projects-experimental/spring-modulith</url>
545545
<connection>scm:git:https://github.com/spring-projects-experimental/spring-modulith</connection>
546546
<developerConnection>scm:git:ssh://git@github.com/spring-projects-experimental/spring-modulith</developerConnection>
547-
<tag>main</tag>
547+
<tag>0.1.0</tag>
548548
</scm>
549549

550550
<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</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

spring-modulith-bom/pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.experimental</groupId>
1515
<artifactId>spring-modulith</artifactId>
16-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

@@ -22,77 +22,77 @@
2222
<dependency>
2323
<groupId>org.springframework.experimental</groupId>
2424
<artifactId>spring-modulith-api</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.1.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.experimental</groupId>
2929
<artifactId>spring-modulith-core</artifactId>
30-
<version>0.1.0-SNAPSHOT</version>
30+
<version>0.1.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.experimental</groupId>
3434
<artifactId>spring-modulith-docs</artifactId>
35-
<version>0.1.0-SNAPSHOT</version>
35+
<version>0.1.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.experimental</groupId>
3939
<artifactId>spring-modulith-events</artifactId>
40-
<version>0.1.0-SNAPSHOT</version>
40+
<version>0.1.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.experimental</groupId>
4444
<artifactId>spring-modulith-events-core</artifactId>
45-
<version>0.1.0-SNAPSHOT</version>
45+
<version>0.1.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.experimental</groupId>
4949
<artifactId>spring-modulith-events-jackson</artifactId>
50-
<version>0.1.0-SNAPSHOT</version>
50+
<version>0.1.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.experimental</groupId>
5454
<artifactId>spring-modulith-events-jpa</artifactId>
55-
<version>0.1.0-SNAPSHOT</version>
55+
<version>0.1.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.experimental</groupId>
5959
<artifactId>spring-modulith-events-tests</artifactId>
60-
<version>0.1.0-SNAPSHOT</version>
60+
<version>0.1.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.springframework.experimental</groupId>
6464
<artifactId>spring-modulith-moments</artifactId>
65-
<version>0.1.0-SNAPSHOT</version>
65+
<version>0.1.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.springframework.experimental</groupId>
6969
<artifactId>spring-modulith-observability</artifactId>
70-
<version>0.1.0-SNAPSHOT</version>
70+
<version>0.1.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.springframework.experimental</groupId>
7474
<artifactId>spring-modulith-starter-jdbc</artifactId>
75-
<version>0.1.0-SNAPSHOT</version>
75+
<version>0.1.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.springframework.experimental</groupId>
7979
<artifactId>spring-modulith-starter-jpa</artifactId>
80-
<version>0.1.0-SNAPSHOT</version>
80+
<version>0.1.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.springframework.experimental</groupId>
8484
<artifactId>spring-modulith-starter-mongodb</artifactId>
85-
<version>0.1.0-SNAPSHOT</version>
85+
<version>0.1.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.springframework.experimental</groupId>
8989
<artifactId>spring-modulith-starter-test</artifactId>
90-
<version>0.1.0-SNAPSHOT</version>
90+
<version>0.1.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.springframework.experimental</groupId>
9494
<artifactId>spring-modulith-test</artifactId>
95-
<version>0.1.0-SNAPSHOT</version>
95+
<version>0.1.0</version>
9696
</dependency>
9797
</dependencies>
9898
</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</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
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.experimental</groupId>
1515
<artifactId>spring-modulith</artifactId>
16-
<version>0.1.0-SNAPSHOT</version>
16+
<version>0.1.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

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</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</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</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</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</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)