GH-21 - Release version 0.1.0-M1.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -125,4 +123,8 @@
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
||||
<scm>
|
||||
<tag>0.1.0-M1</tag>
|
||||
</scm>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user