Skip to content

Commit 1feb021

Browse files
committed
spring-projects#21 - Upgraded to Spring baseline to 4.3.
Upgraded to Spring 4.3.3 snapshots. Upgraded Logback 1.1.3 to 1.1.7 and Slf4J 1.7.14 to 1.7.21, too.
1 parent 1464c8e commit 1feb021

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Pivotal Software, Inc.</name>
1313
<url>http://www.spring.io</url>
1414
</organization>
15-
<inceptionYear>2008-2015</inceptionYear>
15+
<inceptionYear>2008-2016</inceptionYear>
1616
<url>https://github.com/spring-projects/spring-plugin</url>
1717

1818
<licenses>
@@ -44,8 +44,8 @@
4444
</modules>
4545

4646
<properties>
47-
<spring.version>4.1.9.RELEASE</spring.version>
48-
<slf4j.version>1.7.14</slf4j.version>
47+
<spring.version>4.3.3.BUILD-SNAPSHOT</spring.version>
48+
<slf4j.version>1.7.21</slf4j.version>
4949
</properties>
5050

5151
<developers>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>ch.qos.logback</groupId>
102102
<artifactId>logback-classic</artifactId>
103-
<version>1.1.3</version>
103+
<version>1.1.7</version>
104104
<scope>test</scope>
105105
</dependency>
106106

@@ -197,10 +197,10 @@
197197

198198
<repositories>
199199
<repository>
200-
<id>spring-libs-release</id>
201-
<url>https://repo.spring.io/libs-release</url>
200+
<id>spring-libs-snapshot</id>
201+
<url>https://repo.spring.io/libs-snapshot</url>
202202
<snapshots>
203-
<enabled>false</enabled>
203+
<enabled>true</enabled>
204204
</snapshots>
205205
</repository>
206206
</repositories>

0 commit comments

Comments
 (0)