#77 - Prepare next development iteration.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.plugin</groupId>
|
||||
<artifactId>spring-plugin</artifactId>
|
||||
<version>3.0.0-M1</version>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.plugin</groupId>
|
||||
<artifactId>spring-plugin</artifactId>
|
||||
<version>3.0.0-M1</version>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
9
pom.xml
9
pom.xml
@@ -5,7 +5,7 @@
|
||||
<artifactId>spring-plugin</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Plugin</name>
|
||||
<version>3.0.0-M1</version>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
<description>Simple plugin infrastructure</description>
|
||||
|
||||
<organization>
|
||||
@@ -383,8 +383,11 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
<id>spring-snapshot</id>
|
||||
<url>https://repo.spring.io/snapshot</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user