Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Update Spring to 4.3.23.BUILD-SNAPSHOT in spring-security-oauth-tests
Browse files Browse the repository at this point in the history
Issue gh-1630
  • Loading branch information
jgrandja committed Mar 22, 2019
1 parent a7ce253 commit bbae002
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions tests/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<module>custom-authentication</module>
</modules>

<properties>
<start-class>demo.Application</start-class>
<java.version>1.7</java.version>
<spring.version>4.3.23.BUILD-SNAPSHOT</spring.version>
</properties>

<name>spring-oauth2-tests</name>
<description>Demo project for OAuth2 and Spring Boot</description>

Expand Down Expand Up @@ -85,11 +91,6 @@
</pluginManagement>
</build>

<properties>
<start-class>demo.Application</start-class>
<java.version>1.7</java.version>
</properties>

<repositories>
<repository>
<id>spring-snapshots</id>
Expand Down
11 changes: 6 additions & 5 deletions tests/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<module>client</module>
</modules>

<properties>
<start-class>demo.Application</start-class>
<java.version>1.7</java.version>
<spring.version>4.3.23.BUILD-SNAPSHOT</spring.version>
</properties>

<name>spring-oauth2-tests-xml</name>
<description>Demo project for OAuth2 and Spring Boot</description>

Expand Down Expand Up @@ -79,9 +85,4 @@
</pluginManagement>
</build>

<properties>
<start-class>demo.Application</start-class>
<java.version>1.7</java.version>
</properties>

</project>

0 comments on commit bbae002

Please sign in to comment.