Skip to content

Commit

Permalink
#35 - Prepare 2.0 development.
Browse files Browse the repository at this point in the history
Upgraded to Spring 5.0 M3 and Java 8.
  • Loading branch information
odrotbohm committed Jan 31, 2017
1 parent 0429686 commit 1f0f6e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion metadata/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
27 changes: 6 additions & 21 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>spring-plugin</artifactId>
<packaging>pom</packaging>
<name>Spring Plugin</name>
<version>1.3.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<description>Simple plugin infrastructure</description>

<organization>
Expand Down Expand Up @@ -44,7 +44,7 @@
</modules>

<properties>
<spring.version>4.3.6.RELEASE</spring.version>
<spring.version>5.0.0.M3</spring.version>
<slf4j.version>1.7.22</slf4j.version>
</properties>

Expand All @@ -63,21 +63,6 @@
</developers>

<profiles>
<profile>
<id>spring5</id>
<properties>
<spring.version>5.0.0.M3</spring.version>
</properties>
<repositories>
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>spring5-next</id>
<properties>
Expand Down Expand Up @@ -143,8 +128,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand Down Expand Up @@ -227,8 +212,8 @@

<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 1f0f6e0

Please sign in to comment.