Skip to content

Commit 96dc7b4

Browse files
committed
GH-105 - Release version 4.0.0-M1.
1 parent 7f2f481 commit 96dc7b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.plugin</groupId>
1212
<artifactId>spring-plugin</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.0-M1</version>
1414
</parent>
1515

1616
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>spring-plugin</artifactId>
66
<packaging>pom</packaging>
77
<name>Spring Plugin</name>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0-M1</version>
99
<description>Simple plugin infrastructure</description>
1010

1111
<organization>
@@ -413,7 +413,7 @@
413413
<url>https://github.com/spring-projects/spring-plugin</url>
414414
<connection>scm:git:git://github.com/spring-projects/spring-plugin.git</connection>
415415
<developerConnection>scm:git:ssh://[email protected]:spring-projects/spring-plugin.git</developerConnection>
416-
<tag>HEAD</tag>
416+
<tag>4.0.0-M1</tag>
417417
</scm>
418418

419419
<ciManagement>

0 commit comments

Comments
 (0)