Skip to content

Commit

Permalink
GH-21 - Release version 0.1.0-M1.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 21, 2022
1 parent dd2b9e9 commit 48876e5
Show file tree
Hide file tree
Showing 22 changed files with 62 additions and 61 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>

<packaging>pom</packaging>

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

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
35 changes: 17 additions & 18 deletions spring-modulith-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +13,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,37 +22,37 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-api</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-docs</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jpa</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
Expand All @@ -63,42 +62,42 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-tests</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-moments</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-observability</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-jdbc</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-jpa</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-mongodb</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-test</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-test</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-events/spring-modulith-events-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-events/spring-modulith-events-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-events/spring-modulith-events-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</parent>

<name>Spring Modulith - Events - Integration tests</name>
Expand Down
12 changes: 7 additions & 5 deletions spring-modulith-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +11,7 @@

<artifactId>spring-modulith-example</artifactId>
<name>Spring Modulith - Example</name>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>

<properties>
<java.version>17</java.version>
Expand All @@ -24,7 +22,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -125,4 +123,8 @@
</pluginRepository>
</pluginRepositories>


<scm>
<tag>0.1.0-M1</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion spring-modulith-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-moments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</parent>

<name>Spring Modulith - Moments</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-observability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</parent>

<artifactId>spring-modulith-observability</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions spring-modulith-starter-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</parent>

<artifactId>spring-modulith-starter-jdbc</artifactId>
Expand All @@ -20,31 +20,31 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-api</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-moments</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>

<!-- Events -->

<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jdbc</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<scope>runtime</scope>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions spring-modulith-starter-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</parent>

<artifactId>spring-modulith-starter-jpa</artifactId>
Expand All @@ -20,31 +20,31 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-api</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-moments</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>

<!-- Events -->

<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jpa</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<scope>runtime</scope>
</dependency>

Expand Down
Loading

0 comments on commit 48876e5

Please sign in to comment.