Skip to content

Commit 3f9b6d1

Browse files
committed
spring-projects#8 - Prepare 1.1.0.RELEASE.
Upgraded to Spring 3.2.8, Slf4j 1.7.6 and Logback 1.1.0.
1 parent 5c962ba commit 3f9b6d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<name>Pivotal, Inc.</name>
1313
<url>http://www.springsource.org</url>
1414
</organization>
15-
<inceptionYear>2008</inceptionYear>
15+
<inceptionYear>2008-2014</inceptionYear>
1616
<url>https://github.com/SpringSource/spring-plugin</url>
17-
17+
1818
<licenses>
1919
<license>
2020
<name>Apache License, Version 2.0</name>
@@ -42,10 +42,10 @@
4242
<module>core</module>
4343
<module>metadata</module>
4444
</modules>
45-
45+
4646
<properties>
47-
<spring.version>3.2.7.RELEASE</spring.version>
48-
<slf4j.version>1.7.5</slf4j.version>
47+
<spring.version>3.2.8.RELEASE</spring.version>
48+
<slf4j.version>1.7.6</slf4j.version>
4949
</properties>
5050

5151
<developers>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>ch.qos.logback</groupId>
103103
<artifactId>logback-classic</artifactId>
104-
<version>1.0.13</version>
104+
<version>1.1.0</version>
105105
<scope>test</scope>
106106
</dependency>
107107

0 commit comments

Comments
 (0)